Pelicanのテーマを設定する
Pelicanでテンプレートを設定する
Pelicanのテンプレートは、ここにある。 その中で、foundation-default-coloursをインストールする。
https://github.com/getpelican/pelican-themes/tree/master/foundation-default-colours
git clone --recursive https://github.com/getpelican/pelican-themes ~/pelican-themes
テンプレートの名前を設定する。
THEME = "/home/user/pelican-themes/foundation-default-colours"
独自CSSを設定する。
CUSTOM_CSS = "static/css/style.css"