Skip to content

A static blog site generator. Write your weblog entries directly with your editor in Markdown.

Notifications You must be signed in to change notification settings

laszo/realsimpleblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

realsimpleblog

A static blog site generator, written in Python. Write your weblog entries directly with your editor in Markdown.

一个特别简单(但是能用)的静态博客系统,使用markdown格式(特别好学)写博客,生成静态页面,托管在任何地方(比如Github Pages)!

如何使用

  1. 安装python环境,windows、linux、mac均可。并安装python库yaml、markdown、jinja2。

  2. 下载realsimpleblog,点击如下连接:下载zip包,并解压。

  3. 开始写博客。在content目录下,新建markdown类型的文件,使用你喜欢的编辑器写吧,文件格式可以参考content目录下的“helloworld.markdown”文件。如果你暂时不想写新文章,可以跳到第四步。

  4. 修改博客标题。打开main.py文件,修改的第14行,把 This is the realSimpleBlog. 改为你想要的标题。

  5. 打开命令行终端,进入realsimpleblog目录,输入 python main.py 我们看到,一个新的静态站点已经生成了。可以打开目录中的index.html 查看博客的首页。

  6. 启动本地http服务器,可以在本地预览站点。输入:python -m Httpserver 。 然后打开:http://127.0.0.1:8000/ 就可以看到你的博客。

  7. 发布站点。你可以把站点发布到GitHubPages上面,或者其他任何可以托管静态页面的网站上。

About

A static blog site generator. Write your weblog entries directly with your editor in Markdown.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published