Skip to content

Commit ad1ff6e

Browse files
show directory structure in README using output of tree command
1 parent b0e1ec4 commit ad1ff6e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ You can install Gozer using one of the following methods:
2525
Run `gozer new` to quickly generate an empty directory structure.
2626

2727
```txt
28-
content/ # Your posts and pages
29-
templates/ # Your Go templates
30-
public/ # Any static files
31-
config.toml # Configuration file
28+
├── config.toml # Configuration file
29+
├── content # Posts and pages
30+
│ └── index.md
31+
├── public # Static files
32+
└── templates # Template files
33+
└── default.html
3234
```
3335

3436
Then, run `gozer build` to generate your site.

0 commit comments

Comments
 (0)