Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firefly-zero/docs.fireflyzero.com
📄 The source code for the Firefly Zero documentation
https://github.com/firefly-zero/docs.fireflyzero.com
docs firefly-zero gamedev hugo
Last synced: about 1 month ago
JSON representation
📄 The source code for the Firefly Zero documentation
- Host: GitHub
- URL: https://github.com/firefly-zero/docs.fireflyzero.com
- Owner: firefly-zero
- License: cc-by-sa-4.0
- Created: 2024-04-26T08:56:26.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T12:31:50.000Z (about 2 months ago)
- Last Synced: 2024-12-19T13:38:09.520Z (about 2 months ago)
- Topics: docs, firefly-zero, gamedev, hugo
- Language: HTML
- Homepage: https://docs.fireflyzero.com/
- Size: 2.52 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docs.fireflyzero.com
The source code for [Firefly Zero](https://fireflyzero.com/) docs. Hosted at [docs.fireflyzero.com](https://docs.fireflyzero.com/).
It uses [hugo](https://gohugo.io/) static site generator with [hugo-book](https://github.com/alex-shpak/hugo-book) theme. All the documentation is available in the [content](./content/) directory in [Markdown](https://www.markdownguide.org/) format.
## Running locally
1. [Install task](https://taskfile.dev/installation/)
1. Run `task serve`.
1. Open [localhost:1313](http://localhost:1313/).