jekyll-theme-plot

(Maybe) plot-focused, a theme for Jekyll.


License
MIT
Install
gem install jekyll-theme-plot -v 0.1.4

Documentation

plot

(Maybe) plot-focused, a theme for Jekyll.

demo: https://www.zebibyte.cn

什么?

plot 是基于 Jekyll 的主题。plot 可以变得很复杂,而这个 plot 十分简洁(哈)。

Highlights

Installation

# via `gem`
code Gemfile # add `gem "jekyll-theme-plot"`
code _config.yml # change to `theme: jekyll-theme-plot`
bundle install
bundle exec jekyll serve

# via `git`
git clone https://github.com/ion1zation/jekyll-theme-plot
cd plot & code _config.yml
bundle install
bundle exec jekyll serve

Customization

Valine

编辑 _config.yml 文件,加入:

valine:
  app_id: your_app_id
  app_key: your_app_key

如果想禁用文章评论,在 markdown 文件的 Front Matter 加入:

comment: false

Override

Take a look at https://github.com/jekyll/minima#customization.

(Long-term) To-Do

  • Paginator & Read further
  • Reponsive mobile design
  • Tags