We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11ed01c + 7666914 commit 35ce055Copy full SHA for 35ce055
.gitignore
@@ -3,4 +3,6 @@
3
/hugo_stats.json
4
*.local
5
.DS_Store
6
+.hugo_build.lock
7
+
8
.hugo_build.lock
README.md
@@ -65,7 +65,7 @@ Additional notes:
65
Example tree:
66
67
```text
68
- content/blog/my-post-title/
+ content/posts/my-post-title/
69
├─ index.md
70
├─ cover.png
71
└─ diagram.png
0 commit comments