All Projects → netnr → Blog

netnr / Blog

Licence: mit
项目已迁移至

Projects that are alternatives of or similar to Blog

Wondercms
WonderCMS - fast and small flat file CMS (5 files)
Stars: ✭ 330 (+279.31%)
Mutual labels:  blog, bootstrap, jquery
Fanray
A blog built with ASP.NET Core
Stars: ✭ 117 (+34.48%)
Mutual labels:  blog, entity-framework-core, dotnet-core
Spring Web Rss Channels
A Full Stack RSS Reader web application built with Spring MVC and JSP. It uses libraries like Spring, JPA, Bootstrap, Apache Tiles, JSP etc. There is also a static code analysis tool called Checkstyle.
Stars: ✭ 40 (-54.02%)
Mutual labels:  bootstrap, jquery
Vue2 Admin Lte
📊 adminLTE to vuejs v2.x converting project
Stars: ✭ 1,023 (+1075.86%)
Mutual labels:  bootstrap, jquery
Vue
Stars: ✭ 65 (-25.29%)
Mutual labels:  bootstrap, jquery
Ecommerce
We're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.
Stars: ✭ 980 (+1026.44%)
Mutual labels:  bootstrap, jquery
Bootstrap 4 Autocomplete
A simple autocomplete/typeahead for Bootstrap 4 and jQuery
Stars: ✭ 36 (-58.62%)
Mutual labels:  bootstrap, jquery
Restfeel
RESTFeel: 一个企业级的API管理&测试平台。RESTFeel帮助你设计、开发、测试您的API。
Stars: ✭ 59 (-32.18%)
Mutual labels:  bootstrap, jquery
Bootstrap Blog Template
An awesome blog template constructed using Twitter Bootstrap 3
Stars: ✭ 29 (-66.67%)
Mutual labels:  blog, bootstrap
Hugo Bootstrap
This is a simple Hugo theme using Bootstrap v4.
Stars: ✭ 74 (-14.94%)
Mutual labels:  blog, bootstrap
Blog By Nodejs
NodeJs + Mongoose + Express + jQuery + BootStrap + Ejs + Webpack搭建多人博客
Stars: ✭ 72 (-17.24%)
Mutual labels:  bootstrap, jquery
Curso Sistemas Web Com Spring Javascript Bootstrap
Stars: ✭ 74 (-14.94%)
Mutual labels:  bootstrap, jquery
Price Tracker
Live and historical prices for fiat currencies, crypto currencies and gold/silver over REST and WebSocket APIs, using Redis as storage. Node.js, jQuery, Bootstrap
Stars: ✭ 32 (-63.22%)
Mutual labels:  bootstrap, jquery
Gridstrap.js
gridstrap.js is a jQuery plugin designed to take Bootstrap's CSS grid system and turn it into a managed draggable and resizeable grid while truely maintaining its responsive behaviour.
Stars: ✭ 32 (-63.22%)
Mutual labels:  bootstrap, jquery
Bootstrap Show Modal
A Bootstrap 4 / jQuery plugin wrapper, to create modals dynamically in JavaScript
Stars: ✭ 38 (-56.32%)
Mutual labels:  bootstrap, jquery
Learningprocess
💥 本仓库用于记录我的学习历程和学习笔记
Stars: ✭ 31 (-64.37%)
Mutual labels:  bootstrap, jquery
Nodejs Socketio Chat App
MEAN Stack & Socket.IO Real-time Chat App | A MEAN stack based Real Time chat application
Stars: ✭ 45 (-48.28%)
Mutual labels:  bootstrap, jquery
Wtcms
基于thinkphp的内容管理系统,可快速搭建个人博客、公司学校官网、新闻类站点。
Stars: ✭ 75 (-13.79%)
Mutual labels:  blog, bootstrap
Ruoyi
(RuoYi)官方仓库 基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用
Stars: ✭ 905 (+940.23%)
Mutual labels:  bootstrap, jquery
Jetweet
Jetweet is a mini twitter clone with basic functionalities, Made using ASP.NET CORE and Entity framework technologies
Stars: ✭ 29 (-66.67%)
Mutual labels:  entity-framework-core, dotnet-core

Netnr.Framework

这是 https://www.netnr.com 站点的源代码

框架组件

  • jQuery + Bootstrap4
  • .NET Core (latest)
  • EF + Linq
  • 支持:SQLServer、MySQL、PostgreSQL、SQLite、InMemory等
  • ==========================================
  • Baidu.AI(实验室)
  • FluentScheduler(定时任务)
  • MailKit(邮箱验证)
  • Netease.Cloud.Nos(网易对象存储)
  • Netnr.Core(公共类库)
  • Netnr.Login(第三方登录)
  • Netnr.WeChat(微信公众号)
  • Qcloud.Shared.NetCore(腾讯对象存储)
  • Qiniu.Shared(七牛对象存储)
  • sqlite-net-pcl(SQLite,日志)
  • Swashbuckle.AspNetCore(Swagger 生成接口)

功能模块

  • 登录、注册(第三方直接登录:QQ、微博、GitHub、淘宝、Microsoft)
  • 文章:发布文章(Markdown编辑器)
  • 文章留言:支持匿名留言,根据邮箱从 Gravatar 获取头像
  • 公众号:(玩具)
  • Gist:代码片段,自动同步GitHub、Gitee
  • Run:在线运行HTML代码,写demo用
  • Doc:文档管理,API说明文档
  • Draw:绘制,集成开源项目 mxGraph、百度脑图
  • Note:记事本(Markdown编辑器)
  • 存储:云存储,对象存储
  • 备份:自动备份数据库
  • 日志:访问日志记录、统计

更新日志

FQA

示例数据

第一次运行项目自动写入示例数据,账号:netnr,密码:123456
示例数据存放在静态资源wwwroot目录下,访问地址:{Host}/scripts/example/data.json

什么是本地授权码(SK)

根据当前时间的小时和分钟数结合配置文件的值进行计算得到的码,时间容差±6
如:现在是17:10,配置的小时被减数是33,那么33-17=16,配置的分钟被减数是66,那么66-10=56,得到的本地授权码就是1656,当本地授权码超过容差时间会失效

怎么添加文章标签

访问 {Host}/services/keyvalues 添加标签,输入本地授权码才能访问,
标签表(Tags)依赖键值表(KeyValues)和键值同义词表(KeyValueSynonym)
如输入javascript,从百科抓取该词描述(抓取失败机率高,需重试),(可选)添加同义词js,再添加 javascript 到标签

Markdown编辑器用的什么

请看这里:https://md.netnr.com/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].