回答編集履歴
1
発見した修正点について追記
answer
CHANGED
@@ -4,4 +4,10 @@
|
|
4
4
|
### 参考リンク
|
5
5
|
* [baseof.htmlの作成 その2 resources.Getとページリソース、キャッシュ戦略解説 | Hugo 入門 / 解説 | nasust dev blog](https://nasust.com/hugo/create_template/base_of_2/#resourcesgetmatch)
|
6
6
|
* [画像ファイルを Markdown ファイルと同じディレクトリに置く (Page Bundle) | まくまくHugo/Goノート](https://maku77.github.io/hugo/misc/page-bundle.html)
|
7
|
-
* [Hugo で画像をリサイズしたりトリミングしたりするテンプレートを書いてみる | ランディネットワーク](https://www.randynetwork.com/blog/how-to-use-hugo-image-processing/)
|
7
|
+
* [Hugo で画像をリサイズしたりトリミングしたりするテンプレートを書いてみる | ランディネットワーク](https://www.randynetwork.com/blog/how-to-use-hugo-image-processing/)
|
8
|
+
|
9
|
+
|
10
|
+
## 追記
|
11
|
+
`content/images/index.md`が作成されていなかったことが原因だと思います。
|
12
|
+
[テーマのリポジトリ](https://github.com/puresyntax71/hugo-theme-chunky-poster) に設定の方法や投稿の方法が書かれているので、ご確認ください。
|
13
|
+
また、[Example Siteのコード](https://github.com/puresyntax71/hugo-theme-chunky-poster/tree/master/exampleSite)が参考になると思います。
|