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

https://github.com/decred/dcrblog

Decred Blog
https://github.com/decred/dcrblog

Last synced: 8 months ago
JSON representation

Decred Blog

Awesome Lists containing this project

README

          

# dcrblog

Source code for the Decred Project Blog, hosted at .

## Development

Install the **extended** version of [Hugo](https://gohugo.io/) somewhere along your `$PATH`.

```bash
$ bin/watch.sh
```

Then access the page with a browser (the server usually starts in `https://localhost:1313`).

## Deployment

```bash
$ bin/build.sh
```

This will build the docker image.