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: d7855c77024bbadb3a05c31a698b66e93df6f126 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Dev Notes

To build the example site against the theme locally:

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