https://github.com/simon987/dataarchivist.net
wip
https://github.com/simon987/dataarchivist.net
Last synced: 4 months ago
JSON representation
wip
- Host: GitHub
- URL: https://github.com/simon987/dataarchivist.net
- Owner: simon987
- License: mit
- Created: 2019-05-11T18:55:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T03:28:36.000Z (over 6 years ago)
- Last Synced: 2025-09-20T10:02:18.928Z (9 months ago)
- Language: HTML
- Homepage: https://dataarchivist.net/
- Size: 4.05 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## dataarchivist.net
[](https://ci.simon987.net/job/dataarchivist.net/)
### Setup
Install [Hugo](https://github.com/gohugoio/hugo)
### Creating a post
```bash
hugo new posts/.md
```
### Local server
```bash
hugo server -D
```
The `-D` option will display posts flagged as drafts.