https://github.com/hstreamdb/blog
https://blog.hstream.io/
https://github.com/hstreamdb/blog
Last synced: 11 months ago
JSON representation
https://blog.hstream.io/
- Host: GitHub
- URL: https://github.com/hstreamdb/blog
- Owner: hstreamdb
- Created: 2020-11-17T03:10:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-19T09:20:43.000Z (about 5 years ago)
- Last Synced: 2025-01-18T21:55:04.839Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to add a new post
1. add the following to the beginning of you post (which must be a markdown file).
```markdown
---
title: XX XX XX XX XX
author: XX XX
---
```
2. add you markdown file under posts directory.
## How to render and view blog locally
```shell
$ cabal build
$ cabal exec site -- watch
```