Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev-notes.md - github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 581ebd0d019f618520d74c3af595ae80953e4a86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Dev Notes

To build the example site against the theme locally:

```
hugo server \
--gc \
--source exampleSite \
--config exampleSite/config.toml \
--themesDir ../.. \
--theme minimal-bootstrap-hugo-theme \
--renderToDisk
```