mirror of
https://github.com/simon987/dataarchivist.net.git
synced 2025-04-21 01:46:41 +00:00
19 lines
242 B
Markdown
19 lines
242 B
Markdown
## dataarchivist.net
|
|
|
|
### Setup
|
|
|
|
Install [Hugo](https://github.com/gohugoio/hugo)
|
|
|
|
### Creating a post
|
|
|
|
```bash
|
|
hugo new posts/<TITLE>.md
|
|
```
|
|
|
|
### Local server
|
|
```bash
|
|
hugo server -D
|
|
```
|
|
|
|
The `-D` option will display posts flagged as drafts.
|