Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hhatto/hhatto.github.io


https://github.com/hhatto/hhatto.github.io

Last synced: about 1 month ago
JSON representation

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
```