Skip to content

Commit

Permalink
show directory structure in README using output of tree command
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Feb 13, 2024
1 parent b0e1ec4 commit ad1ff6e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ You can install Gozer using one of the following methods:
Run `gozer new` to quickly generate an empty directory structure.

```txt
content/ # Your posts and pages
templates/ # Your Go templates
public/ # Any static files
config.toml # Configuration file
├── config.toml # Configuration file
├── content # Posts and pages
│ └── index.md
├── public # Static files
└── templates # Template files
└── default.html
```

Then, run `gozer build` to generate your site.
Expand Down

0 comments on commit ad1ff6e

Please sign in to comment.