Hugo site now
This commit is contained in:
parent
aceb297d4f
commit
995092af42
34 changed files with 1309 additions and 85 deletions
21
src/README.md
Normal file
21
src/README.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# cspresso.cafe (Hugo)
|
||||
|
||||
This directory is a Hugo conversion of the original static HTML for **cspresso.cafe**.
|
||||
|
||||
## Local dev
|
||||
|
||||
```bash
|
||||
hugo server
|
||||
```
|
||||
|
||||
## Build
|
||||
|
||||
```bash
|
||||
hugo
|
||||
```
|
||||
|
||||
The generated site will be in `public/`.
|
||||
|
||||
Notes:
|
||||
- `uglyURLs = true` so the output paths match the original `*.html` URLs (e.g. `docs.html`).
|
||||
- `recipes.html` includes an alias for `examples.html`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue