https://github.com/zerotohero-dev/fizz-html-gen
Generates FizzBuzz Pro’s HTML pages by walking on the source code repo.
https://github.com/zerotohero-dev/fizz-html-gen
Last synced: 4 months ago
JSON representation
Generates FizzBuzz Pro’s HTML pages by walking on the source code repo.
- Host: GitHub
- URL: https://github.com/zerotohero-dev/fizz-html-gen
- Owner: zerotohero-dev
- License: mit
- Created: 2021-12-02T05:24:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-23T03:29:50.000Z (over 4 years ago)
- Last Synced: 2025-11-27T12:53:46.623Z (7 months ago)
- Language: HTML
- Size: 42 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```text
\
\\,
\\\,^,.,,. Zero to Hero
,;7~((\))';;,,
,(@') ;)'))\;;', stay up to date, be curious: learn
) . ),(( ))\;,
/;',,/7),)) )) )\,,
(& )' (,((,((;( ))\,
```
## About
This project is to scratch my own itch in generating ’s
HTML from the source code folder. It has lots of custom business logic in it,
and thus it’s unlikely suitable for a general purpose use.
At any rate, feel free to use parts of it in your projects.
## Quick Start
* Execute `./hack/generate.sh`.
* Check out the `./dist/` folder.
## Dependencies
* A recent version of [`pygmentize`](https://pygments.org/docs/cmdline/)
* Go runtime.
* That should be mostly it.