AmusementCreatorsの公式HPのソースです。
詳しい利用法や運用方法(下準備、記事の作成、自己紹介の追加, Tips 等)はwikiを御覧ください。
# Homebrew, Linuxbrew (macOS, Linux) を使う場合
brew install hugo
# Chocolately (Windows) を使う場合
choco install hugo -confirm
# Scoop (Windows)を使う場合
scoop install hugo
git clone {fork repo}
git submodule update --init --recursive
hugo server -DF
OR
git clone --recursive {fork repo}
hugo server -DF
layouts/index.html
contents
直下のすべてのセクションのRecently Postsを表示するように変更
layouts/section/wiki.html
/wiki/
ページからホームページに遷移するように(ref. #38 )