ZoomQuiet / ZoomQuiet.io

Pelican items for ZoomQuiet.github.io
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

for ZoomQuiet.github.io

in fact my logging is long time:

but...

Markdown is realy easy than t2t/rST, and more and more site support .md not .t2t/.rst

esp. github is love .md

re-start 2014

continue WyTiWyG blogging...

usage

How to update the site contents

main loop:

  1. git clone for start
  2. edit some .md in content/
  3. fab build for test local
  4. fab pub4github git add->ci->push in output/

loop 2~4

repo. relation

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

writing

文章格式

deploy

支持本地调试! 使用 fabric 进行管理, 支持的命令:

fab 
Available commands:

    build       编译所有页面
    pub4github  向github 真实发布文章
    reserve     重编译所有页面再启动本地服务
    serve       启动本地服务 localhost:8000

design

基于 pelican-bootstrap3 深度定制

Changelog