2016-01-15 星期五

欢迎阅读bootlog的快速上手说明,完整的使用说明和文档请参见bootlog in github。 本示例的代码都保存在bootlogDemo项目中。

bootlog是什么

bootlog是基于sbt、twirl、pegdown、bootstrap和bootflat创建的一个静态博客生成器,目标用户是scala、java以及github使用者。

bootlog提供了两个示例,分别展示了bootstrap主题和bootflat的主题 TODO

2分钟上手指南

conf 文件介绍 sbt-ghpages 可能出现的问题

实现介绍 setting介绍

Update configuration

In conf/blog.conf remember to specify your own data:

site.title : My Blog =)
author : {
  name : Name Lastname
  email : "blah@email.test"
  github : username
  twitter : username
}

The theme should reference these variables whenever needed.

To-Do

A lot of job need to be done, including:

  1. make it easy to generate static site and git pushing
  2. add extra features like play-doc support

Any suggestion or contribution is welcome.

Sample Posts

This blog contains sample posts which help stage pages and blog data. When you don't need the samples anymore just delete the _posts/core-samples folder.

$ rm -rf _posts/core-samples

Here's a sample "posts list".