@yupix と @sousuke0422 による共同ブログです。 このブログは Hugo を使用しています。 テーマは hugo-theme-stack を一部変更した上で使用しています。 実際に使用しているテンプレート
Hugoのインストール(scoop を使うことを想定しています)
# Windows
scoop install hugo-extended
ローカル用のサーバーを起動する
hugo server
お試しビルドの方法
hugo
実行後に生成された public
ディレクトリがビルド成果
Note
記事の名前には英数記号のみがサポートされています。日本語はどうなるか分かりません。
python helper.py new <post name>
記事内の draft = true
を false
に変更すると表示されるようになります
{{< notice error >}}
This is a warning notice. Be warned!
{{< /notice >}}
{{< notice info >}}
This is a warning notice. Be warned!
{{< /notice >}}
{{< notice tip >}}
This is a warning notice. Be warned!
{{< /notice >}}
{{< notice note >}}
This is a warning notice. Be warned!
{{< /notice >}}
{{< notice warning >}}
This is a warning notice. Be warned!
{{< /notice >}}
ogp等の取得は独自の専用urlを使用しています。 許可なく本ブログ以外で使用されていることが確認された場合はブロック等を行います。
{{% blogcard "https://nr.akarinext.org/@yupix" %}}