Skip to content

chaopeng/chaosblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChaosBlog

What is ChaosBlog

ChaosBlog是一个类似Jekyll的静态博客输出程序。

文件目录说明

  • builder java写的博客生成程序,需要调用外部markdown引擎

  • publish 输出目录

    • assets 资源文件
    • blog 文章存放目录
  • to-be-publish 待输出的博客站点

    • navibar 顶部导航栏的页面
    • post 待输出的文章
    • _component 网页各部分组件
    • _layout 输出的布局
    • _template 输出的模板

How to use

  • 把文章以md或者html后缀存放在/to-be-publish/post/下任意子目录,命名规则为yyyy-mm-dd-题目(英文).后缀
  • 修改/to-be-publish/_config.json中的inputpath outputpath到相应的目录,修改markdownengine为你喜欢的markdown引擎,修改其他个性化的项目
  • 修改/to-be-publish/_component/下面你需要修改的组件,你必须要修改的组件是includefile里面的评论系统的账号,当然你完全可以修改成你想要的社交化评论系统
  • /to-be-publish/下执行buildBlog.bat 如果是linux则执行buildBlog.sh
  • 把你的/publish 发布到你的站点吧

About

an html blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors