Hugo

Hugoに関するページ

Hugo

このサイトはHugoで作成されています。

テーマ(Relearn)

テーマは現在Relearnを使用しています。ドキュメント・Wiki用として適しています。

インストール

gitで導入する場合

git init 

Git Submodule

git submodule add --depth 1 https://github.com/McShelby/hugo-theme-relearn.git themes/hugo-theme-relearn

hugo.toml

theme = 'hugo-theme-relearn'
Taxonomies

tagsとcategoriesを実装

[taxonomies]
	category = 'categories'
	tag = 'tags'

mdの方は以下ようにかく。

+++
tags = ["tag1","tag2","tag3"]
categories = ["category1","category2"]
+++
ShortCodes

Expand
Notice

関連記事

コメント