hugo new site [dirName]
dirName
は変更可能
code profile
git submodule add https://github.com/SatooRu65536/satooru-hugo-theme themes/satooru-hugo-theme
cp -r ./themes/satooru-hugo-theme/exampleSite/* ./
rm -r ./hugo.toml
hugo server
hugo new posts/memorandum/[title]/index.md
[title]
は適宜変更
作成された index.md
を適宜変更する必要がある
---
title: "タイトル"
date: 2023-06-03T22:26:29+09:00
weight: 20230603
menu:
sidebar:
name: "タイトル"
identifier: 2023-06-03T22:26:29+09:00
weight: 20230603
parent: "親フォルダー名"
---