We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e1ec4 commit ad1ff6eCopy full SHA for ad1ff6e
README.md
@@ -25,10 +25,12 @@ You can install Gozer using one of the following methods:
25
Run `gozer new` to quickly generate an empty directory structure.
26
27
```txt
28
-content/ # Your posts and pages
29
-templates/ # Your Go templates
30
-public/ # Any static files
31
-config.toml # Configuration file
+├── config.toml # Configuration file
+├── content # Posts and pages
+│ └── index.md
+├── public # Static files
32
+└── templates # Template files
33
+ └── default.html
34
```
35
36
Then, run `gozer build` to generate your site.
0 commit comments