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.
- Host: GitHub
- URL: https://github.com/zimfw/zimfw.sh
- Owner: zimfw
- Created: 2020-11-20T01:40:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T12:34:44.000Z (over 1 year ago)
- Last Synced: 2025-04-13T12:13:24.352Z (about 1 year ago)
- Language: Nunjucks
- Homepage: https://zimfw.sh
- Size: 4.2 MB
- Stars: 3
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```