Skip to content

Commit

Permalink
Add structure documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
noxilixon committed Nov 28, 2023
1 parent 7f60c48 commit 22cdc77
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,14 @@ hugo server -w -b http://localhost:1313/ --bind 0.0.0.0
```
hugo build --minify -b <DOMAIN>
```

## Structure

```
├── .github/workflows # Config for pipelines to test and deploy
├── archetypes # Template for new content
├── content # Pages as markdown files
├── layouts/partials # Reusable elements
├── static # Images and Videos
└── themes # Theme, integrated via submodule
```

0 comments on commit 22cdc77

Please sign in to comment.