Generates a very simple website with icons that redirects to any url you want.
No javasript, no PHP, only static HTML.
The generator requires python, though.
Here's what it looks like in your browser.
When using this tool for the first time, you'll have to:
- rename (or copy)
config_example.json
toconfig.json
- Get normalize.css from here: https://necolas.github.io/normalize.css
Then, whenever you want to change the site's contents:
- Edit
config.json
to meet your needs - Place your icons (svg, png, ...) in
icons/
- run
python3 generator.py
(or./generator.py
directly on linux)
This repo's content is released under the public domain.
Feel free to copy, modify and redistribute the code.
Read the UNLICENSE file for more infos.