Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhatto/hhatto.github.io
https://github.com/hhatto/hhatto.github.io
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hhatto/hhatto.github.io
- Owner: hhatto
- Created: 2021-02-08T13:17:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T07:11:55.000Z (11 months ago)
- Last Synced: 2024-05-09T21:56:34.283Z (6 months ago)
- Language: HTML
- Homepage: https://hhatto.github.io
- Size: 293 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## requirements
* [Zola](https://github.com/getzola/zola)## preview on local environment
```
$ zola serve
```## build
```
$ zola build
```## build for production
```
$ zola --config config.production.toml build
```