Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ttttonyhe/oblog
A MDX :arrow_down_small: based Blog Engine
https://github.com/ttttonyhe/oblog
axios axios-vue blog blog-engine blogger element-ui javascript jquery markdown md nosql-data-storage oblog php php7 platform tony typecho vue vuejs wordpress
Last synced: 3 months ago
JSON representation
A MDX :arrow_down_small: based Blog Engine
- Host: GitHub
- URL: https://github.com/ttttonyhe/oblog
- Owner: ttttonyhe
- License: gpl-2.0
- Created: 2019-05-02T09:58:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T01:44:35.000Z (about 2 years ago)
- Last Synced: 2024-09-30T00:43:17.838Z (4 months ago)
- Topics: axios, axios-vue, blog, blog-engine, blogger, element-ui, javascript, jquery, markdown, md, nosql-data-storage, oblog, php, php7, platform, tony, typecho, vue, vuejs, wordpress
- Language: JavaScript
- Homepage: https://oblog-9quj.onrender.com
- Size: 361 KB
- Stars: 139
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> **Warning**: Legacy code alert!
![首页 index](https://static.ouorz.com/QQ20190512-161843@2x%202.png)
## 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](https://static.ouorz.com/QQ20190512-162251@2x%202.png)
- 文章开头必须包含(注意大写)
- **Title** 文章标题
- **Cate** 文章分类
- **Tags** 文章标签(以英文半角逗号分隔)
- **Author** 文章作者
- **Img** 文章头图(可为空但必须出现)
- 5 行后开始使用 Markdown 书写内容+ **页面发布**
- 将 .md 类型文件放入根目录 /pages 文件夹中
- 页面开头必须包含
- Title 页面标题
- 1 行后开始使用 Markdown 书写内容+ **须知**
- 分类目录/标签支持自动部分/全部获取
- 所有内容必须为 **MarkDown 格式** 即 .md 文件
## Donation 赞助作者
Your name will be on the list [Donation](https://www.snapaper.com/donate)![Donate](https://i.loli.net/2019/02/18/5c6a80afd1e26.png)
File an issue if you encountered any problem
I will reply you as soon as possible