https://github.com/jottenlips/jottenlips.github.io
📜 Blog
https://github.com/jottenlips/jottenlips.github.io
agave agave-blog html markdown reasonml
Last synced: over 1 year ago
JSON representation
📜 Blog
- Host: GitHub
- URL: https://github.com/jottenlips/jottenlips.github.io
- Owner: jottenlips
- Created: 2020-09-27T04:36:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T21:39:26.000Z (over 1 year ago)
- Last Synced: 2025-03-19T05:34:20.368Z (over 1 year ago)
- Topics: agave, agave-blog, html, markdown, reasonml
- Language: HTML
- Homepage: https://jottenlips.github.io/
- Size: 5.81 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Static Site
static site generated by Agave
1. clone this repository
2. install agave
```
$ yarn global add agave-generator
```
3. Edit posts in markdown folder
4. Build site
```
$ agave -p docs
```