mirror of
https://github.com/simon987/dataarchivist.net.git
synced 2025-04-10 14:06:41 +00:00
21 lines
373 B
Markdown
21 lines
373 B
Markdown
## dataarchivist.net
|
|
|
|
[](https://ci.simon987.net/job/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.
|