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

https://github.com/zimfw/zimfw.sh

A modern website for the Zim framework.
https://github.com/zimfw/zimfw.sh

Last synced: about 1 year ago
JSON representation

A modern website for the Zim framework.

Awesome Lists containing this project

README

          

# zimfw.sh
A modern website for the Zim framework.

Built with Bulma, aos.js, and 11ty.

### Contributing
To contribute to the documentation, simply edit the files in the `docs` folder.
To add a new page to the menu, edit `_data/docs_menu.yml` and add an entry.

### Start development server
```
yarn serve
```

### Build for production
```
yarn build
```