项目作者: mrewers

项目描述 :
Custom theme for Hugo static sites, developed for use by bookclub websites.
高级语言: CSS
项目地址: git://github.com/mrewers/Librum.git
创建时间: 2018-01-29T03:15:35Z
项目社区:https://github.com/mrewers/Librum

开源协议:MIT License

下载


Librum Theme for Hugo

Librum is a simple, clean Hugo theme that was designed for bookclub websites. It consists of a listing page, which shows the covers and brief details about the books read.

To use this theme, clone the repository into the themes directory of your Hugo site.

  1. $ cd themes
  2. $ git clone https://github.com/mrewers/Librum

Add the line theme = "librum" to your config.toml file. You can then start adding new book listings to your site by running (replacing book-title with the title of your book):
hugo new book/book-title

This will create a markdown template in content/book directory of your site, which you can edit with your information.