in fact my logging is long time:
- try in livejournal/blogger etc. blog srv.
- and before 2004 base nucleuscms publish as zqstudio.org
- from 2005 , fall in love txt2tags, base PyBlosxom publish as Zoom.Quiet's PyBlosxom blogging
but...
Markdown is realy easy than t2t/rST, and more and more site support .md not .t2t/.rst
esp. github is love .md
- keep http://blog.zoomquiet.org/pyblosxom/
- start new domain zoomquiet.io
- usgae zoomquiet.github.io
- CNAME as blog.zoomquiet.oi
- base Pelican the Pythonic Static Site Generator
continue WyTiWyG blogging...
How to update the site contents
main loop:
- git clone for start
- edit some .md in
content/
fab build
for test localfab pub4github
git add->ci->push inoutput/
loop 2~4
https://github.com/ZoomQuiet/ZoomQuiet.io clone in local need embded another rep.
+- LICENSE
+- README.md
+- _plugins
+- _themes
+- content
+- output as https://github.com/ZoomQuiet/ZoomQuiet.github.io
+- fabfile.py
`- pelicanconf.py
- because github only support Jekell srv.
- but github-pages can direct publish pure html static site
- so
-
fork https://github.com/ZoomQuiet/ZoomQuiet.io into local
-
cd into content/
-
the sub-dir means:
content/ +- _extra 扩展功能文件 e.g robots.txt +- _files 站内文件 +- _images 站内图片 +- IMHO 首字母大写的是分类目录 收集对应文章 +- ... `- pages 类似 about 的导航栏文档
-
标准 Markdown 格式
-
以 .md 为后缀
-
文件名不得使用中文/空格/符号
-
内容模板:
Title: 中E可以混杂的标题 Date: 2013-12-09 Tags: people, shanghai Slug: sting-chen Author: Zoom.Quiet
-
其中:
Date:
如果没有将使用文件的系统时间Tags:
使用逗号作间隔, 不宜过多,建议三个为界,以人物/行为/目标领域 为方向进行定义Slug:
是实际输出的页面文件名, 建议全部小写E文, 使用中划线, 不使用特殊符号
支持本地调试! 使用 fabric
进行管理, 支持的命令:
fab
Available commands:
build 编译所有页面
pub4github 向github 真实发布文章
reserve 重编译所有页面再启动本地服务
serve 启动本地服务 localhost:8000
基于 pelican-bootstrap3 深度定制
- 配置:
pelicanconf.py
- 样式:
_themes/pelican-bootstrap3/
- 插件:
_plugins/
- 140106 base https://gitcafe.com/CPyUG/weekly init. all