| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Drunken is a simple blog structure following Apache license. It synchronously updates with Silver's Blog. The blog is based on Python, and use Markdown as its source.
The blog is still under development now.
Copyright of this repo belongs to Silver.
Unless otherwise stated, you are requested to follow GPLv3 to use code in this repo.
The following related parts are NOT allowed to use this code, unless a statement is signed and published by the author:
ANY POSSIBLE actions will be committed if this statement had been violated.
Based on Markdown files to format the article, and use simple file storage techs to save the markdown file. A built-in render is used to convert markdown files to rendered HTML parts and meta infos. Use Disqus as the comment tool.
\- # root folder |--main.py # main script |--config.ini.sample # Example config file |--config.ini # config file |--template # template folder |--static # static file folder, such as .css or err htmls |--documents # where *.md exists |--controller # will be used to handle requests |--extends # plugins and extend modules |--util # function modules such as renderer
CMDLine > Config File > Default Settings
| Back | FazBrowse Home | New Git URL |