An open API service indexing awesome lists of open source software.

https://github.com/simon987/dataarchivist.net

wip
https://github.com/simon987/dataarchivist.net

Last synced: 4 months ago
JSON representation

wip

Awesome Lists containing this project

README

          

## dataarchivist.net

[![Build Status](https://ci.simon987.net/buildStatus/icon?job=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.