All Projects → HelipengTony → Oblog

HelipengTony / Oblog

Licence: gpl-2.0
An Auto Rendering 🔽 Blogging System Based on MarkDown & Vue.js | 自动渲染装载 MarkDown 内容的博客系统

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Oblog

Vue Blog
🎉 基于vue全家桶 + element-ui 构建的一个后台管理集成解决方案
Stars: ✭ 208 (+56.39%)
Mutual labels:  blog, markdown, axios, element-ui
Solo
🎸 一款小而美的博客系统,专为程序员设计。
Stars: ✭ 13,245 (+9858.65%)
Mutual labels:  blog, blog-engine, markdown
Htmly
Simple and fast databaseless PHP blogging platform, and Flat-File CMS
Stars: ✭ 689 (+418.05%)
Mutual labels:  blog, blog-engine, markdown
Assemble
Community
Stars: ✭ 3,995 (+2903.76%)
Mutual labels:  blog-engine, markdown, md
Teepay
Typecho 个人支付宝、微信收款插件
Stars: ✭ 90 (-32.33%)
Mutual labels:  blog, wordpress, typecho
Nim websitecreator
Nim fullstack website framework - deploy a website within minutes
Stars: ✭ 124 (-6.77%)
Mutual labels:  blog, wordpress, blog-engine
Verless
A simple and lightweight Static Site Generator.
Stars: ✭ 276 (+107.52%)
Mutual labels:  blog, blog-engine, markdown
Typecho
A PHP Blogging Platform. Simple and Powerful.
Stars: ✭ 8,417 (+6228.57%)
Mutual labels:  blog, typecho, markdown
Markdownmonster
An extensible Markdown Editor, Viewer and Weblog Publisher for Windows
Stars: ✭ 1,203 (+804.51%)
Mutual labels:  blog, wordpress, markdown
Blog Vue Typescript
vue + typescript + element-ui 支持 markdown 渲染的博客前台展示
Stars: ✭ 1,262 (+848.87%)
Mutual labels:  blog, markdown, element-ui
Dropplets
Welcome to an easier way to blog - A minimalist markdown blogging platform.
Stars: ✭ 1,616 (+1115.04%)
Mutual labels:  blog, blog-engine, markdown
Startblog
Startblog is a simple Markdown blog system based on the CodeIgniter!
Stars: ✭ 107 (-19.55%)
Mutual labels:  blog, markdown
Jekyll
🌐 Jekyll is a blog-aware static site generator in Ruby
Stars: ✭ 43,803 (+32834.59%)
Mutual labels:  blog-engine, markdown
Ruoyi Vue Fast
(RuoYi)官方仓库 基于SpringBoot,Spring Security,JWT,Vue & Element 的前后端分离权限管理系统
Stars: ✭ 107 (-19.55%)
Mutual labels:  axios, element-ui
Plume
Federated blogging application, thanks to ActivityPub (now on https://git.joinplu.me/ — this is just a mirror)
Stars: ✭ 1,615 (+1114.29%)
Mutual labels:  blog, blog-engine
Teahouse Wordpress Theme
🍵 Wordpress blog theme Teahouse
Stars: ✭ 104 (-21.8%)
Mutual labels:  blog, wordpress
Wordpress App With Flutter
Fully Functional IOS/Android App for WordPress Website with Flutter
Stars: ✭ 109 (-18.05%)
Mutual labels:  blog, wordpress
Chyrp Lite
An ultra-lightweight blogging engine, written in PHP.
Stars: ✭ 131 (-1.5%)
Mutual labels:  blog-engine, jquery
Wp Gfm
WordPress Plugin for PHP-Markdown and GitHub Flavored Markdown
Stars: ✭ 117 (-12.03%)
Mutual labels:  wordpress, markdown
Frontend Develops Skill Summary
Development experience with javascript, jQuery, Vuejs, Wechat MiniProgram and so on
Stars: ✭ 120 (-9.77%)
Mutual labels:  blog, jquery

OBlog

An Auto Loading & Rendering MarkDown Based Blog System

forks stars license


首页 index


Main Features 功能特色

  • Based on Vue.js & Element UI
    • 基于 Vue.js 与 Element UI
  • Markdown auto rendering
    • Markdown 自动解析
  • Posts/Pages system
    • 支持文章/页面系统
  • Neet UI design
    • 美丽的 UI 设计与自适应
  • 0 sql everywhere
    • 完全无数据库 (评论系统基于 json)
  • Comments system
    • 强大的内置评论系统
  • Archive system
    • 支持分类/标签页
  • Easy to do secondary development
    • 易于二次开发

Usage 使用方法

  • 安装

    • Clone / 下载全部文件并上传服务器
    • 访问网站前先配置好 settings.php 内部内容
  • 文章发布

    • 将 .md 类型文件放入根目录 /posts 文件夹中
    • 示例文章:

    示例 Example Article


    • 文章开头必须包含(注意大写)
      • Title 文章标题
      • Cate 文章分类
      • Tags 文章标签(以英文半角逗号分隔)
      • Author 文章作者
      • Img 文章头图(可为空但必须出现)
    • 5 行后开始使用 Markdown 书写内容
  • 页面发布

    • 将 .md 类型文件放入根目录 /pages 文件夹中
    • 页面开头必须包含
      • Title 页面标题
      • 1 行后开始使用 Markdown 书写内容
  • 须知

    • 分类目录/标签支持自动部分/全部获取
    • 所有内容必须为 MarkDown 格式 即 .md 文件

Donation 赞助作者

Your name will be on the list Donation

Donate


File an issue if you encountered any problem
I will reply you as soon as possible

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].