22 lines
377 B
Markdown
22 lines
377 B
Markdown
|
|
# 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`.
|