All Projects → barretlee → Blog

barretlee / Blog

Licence: apache-2.0
My Blog & Blog System

Projects that are alternatives of or similar to Blog

Plume
Federated blogging application, thanks to ActivityPub (now on https://git.joinplu.me/ — this is just a mirror)
Stars: ✭ 1,615 (+991.22%)
Mutual labels:  blog, blog-engine
Sciblog
A blog made with django designed like a scientific paper written in Latex.
Stars: ✭ 145 (-2.03%)
Mutual labels:  blog, blog-engine
Hexo Blog Lionkk
⚡️魔改自butterfly 🦋主题,提供完整详细的文档,同时为了回馈开源,这不是生成后的网页文件,是您可以直接使用的源码,您只需要把博客相关信息换成您自己的就可以部署了,对于新手或者不懂编程的小伙伴来说,简直是福音!❤️
Stars: ✭ 117 (-20.95%)
Mutual labels:  blog, hexo
Elastiquill
Modern blog engine running on Elasticsearch
Stars: ✭ 98 (-33.78%)
Mutual labels:  blog, blog-engine
Dropplets
Welcome to an easier way to blog - A minimalist markdown blogging platform.
Stars: ✭ 1,616 (+991.89%)
Mutual labels:  blog, blog-engine
Statiq.web
Statiq Web is a flexible static site generator written in .NET.
Stars: ✭ 1,358 (+817.57%)
Mutual labels:  blog, blog-engine
Hexo Theme Aomori
A Hexo Theme. Hexo 博客主题
Stars: ✭ 122 (-17.57%)
Mutual labels:  blog, hexo
Hexo Theme Volantis
A Wonderful Theme for Hexo https://volantis.js.org
Stars: ✭ 1,050 (+609.46%)
Mutual labels:  blog, hexo
Sunengine
SunEngine – site engine with blog, forum and articles sections features support.
Stars: ✭ 130 (-12.16%)
Mutual labels:  blog, blog-engine
Blogotext
A little more than a lightweight SQLite Blog-Engine.
Stars: ✭ 129 (-12.84%)
Mutual labels:  blog, blog-engine
Dpress
A simple blog powered by Django
Stars: ✭ 85 (-42.57%)
Mutual labels:  blog, blog-engine
Oblog
An Auto Rendering 🔽 Blogging System Based on MarkDown & Vue.js | 自动渲染装载 MarkDown 内容的博客系统
Stars: ✭ 133 (-10.14%)
Mutual labels:  blog, blog-engine
Myblog
python 博客系统,基于django
Stars: ✭ 70 (-52.7%)
Mutual labels:  blog, blog-engine
Nabo
Nabo (納博) - dead simple blog engine
Stars: ✭ 103 (-30.41%)
Mutual labels:  blog, blog-engine
Hexo Filter Github Emojis
github emojis for hexo! 🎉
Stars: ✭ 71 (-52.03%)
Mutual labels:  blog, hexo
Sio.core
✔ [ SIOC ] Swastika I/O Core is an all in one platform (e.g CMS, eCommerce, Forum, Q&A, CRM...) ASP.NET Core / Dotnet Core System based on SIOH Framework.
Stars: ✭ 121 (-18.24%)
Mutual labels:  blog, blog-engine
Nodepress
😎 RESTful API service for Blog/CMS, powered by @nestjs
Stars: ✭ 829 (+460.14%)
Mutual labels:  blog, blog-engine
Hexo Theme Diaspora
Hexo theme, Blog theme, Clean, Responsive theme
Stars: ✭ 986 (+566.22%)
Mutual labels:  blog, hexo
Nim websitecreator
Nim fullstack website framework - deploy a website within minutes
Stars: ✭ 124 (-16.22%)
Mutual labels:  blog, blog-engine
Hexo Theme Cold Stone
A simple, refreshing, text-based Hexo blog theme.
Stars: ✭ 131 (-11.49%)
Mutual labels:  blog, hexo

小胡子个人网站

博客地址: http://www.barretlee.com.

Master 分支为博客系统的构建代码, gh-pages 分支为部署代码.

Makefile 使用说明

还未做优化, 博客的 hexo 主题暂未发布.

====================A common Makefile for blog system=======================
Copyright (C) 2015 [email protected]
The following targets are support:

 i --init             - init, run npm install
 r --run              - start local serve at http://0.0.0.0:4000
 d --deploy           - deploy project to gitcafe & github
 b --backup (P=)      - backup dates, push to git
                         make backup P=1; P->PUSH
 h --help             - show help info
 n --new (N=|P=)      - init new post
                         make new N=postname; N->NEW
                         make new N=postname P=1; P->PUBLISH

To make a target, do make [target], short for make [t]
============================== Version0.1 ==================================

博客说明

博客在 gh-pages 分支上,master 分支博客静态资源的生成程序。博客基于 hexo 构建,用到的相关 hexo 组件如下所示:

"hexo": "^3.3.7",
"hexo-admin2": "*",
"hexo-all-minifier": "^0.5.2",
"hexo-deployer-ftpsync": "^0.1.1",
"hexo-deployer-git": "0.0.4",
"hexo-deployer-heroku": "0.0.3",
"hexo-deployer-rsync": "~0.1.1",
"hexo-generator-archive": "^0.1.2",
"hexo-generator-category": "^0.1.2",
"hexo-generator-feed2": "*",
"hexo-generator-index": "^0.1.2",
"hexo-generator-search": "^2.1.1",
"hexo-generator-sitemap": "~1.0.1",
"hexo-generator-tag": "^0.1.1",
"hexo-lazyload-image2": "*",
"hexo-migrator-rss": "~0.1.2",
"hexo-renderer-ejs": "^0.1.0",
"hexo-renderer-marked": "^0.2.4",
"hexo-renderer-stylus": "^0.3.0",
"hexo-server": "^0.1.3",
"hexo-tag-imgurl": "^0.0.3"

为了能够满足我自己的需求,在本地对其中部分 generator 插件做了改造。

由于 github 的访问速度在国内比较慢,所以网站部署在 coding.net 上,这个可以在 blog/_config.yml 文件下看到具体配置。

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