Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heyman/heynote-website
heynote.com
https://github.com/heyman/heynote-website
Last synced: 1 day ago
JSON representation
heynote.com
- Host: GitHub
- URL: https://github.com/heyman/heynote-website
- Owner: heyman
- Created: 2023-07-16T17:38:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-14T13:30:07.000Z (4 months ago)
- Last Synced: 2024-07-14T15:13:54.154Z (4 months ago)
- Language: SCSS
- Size: 861 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build website
1. Download content using Github CLI tool (gh)
```
make download_content
````2. Generate website into `./_site`
```
make generate
```