https://github.com/decred/dcrblog
Decred Blog
https://github.com/decred/dcrblog
Last synced: 8 months ago
JSON representation
Decred Blog
- Host: GitHub
- URL: https://github.com/decred/dcrblog
- Owner: decred
- Created: 2019-10-09T15:09:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T15:00:32.000Z (about 3 years ago)
- Last Synced: 2024-04-16T00:19:15.709Z (about 2 years ago)
- Language: SCSS
- Homepage: https://blog.decred.org
- Size: 13.4 MB
- Stars: 1
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.