项目作者: jakeswenson

项目描述 :
Just The Docs ported from Jekyll to Zola
高级语言: CSS
项目地址: git://github.com/jakeswenson/zola-just-the-docs.git
创建时间: 2020-03-28T19:55:59Z
项目社区:https://github.com/jakeswenson/zola-just-the-docs

开源协议:MIT License

下载


Zola Just the Docs theme

This is a port of the wonderful Just the Docs Jekyll theme to Zola.

See it in action.

Installation

Start with installing zola and create a new site if you haven’t.

Next pull in the lastest version of this theme using git subtree:

  1. git remote add zola-jtd git@github.com:jakeswenson/zola-just-the-docs.git
  2. git subtree add --prefix themes/just-the-docs zola-jtd master

and finally set your theme variable in your config.toml to just-the-docs

  1. theme = 'just-the-docs'

Update

  1. git fetch zola-jtd
  2. git subtree merge --prefix themes/just-the-docs zola-jtd/master