- HTML 59.3%
- Scheme 15.9%
- CSS 14.8%
- JavaScript 6.6%
- Shell 1.4%
- Other 2%
README
#
Instructions
To setup, after cloning the repository run make setup.
To continuously build the site (autoreload via websockets in Python,
Tailwind CLI updating CSS), use make serve. Exit this process with
Ctrl-C, though often the haunt process continues running and needs to
be killed, e.g. pkill haunt. To just build the website (also running
Tailwind to make sure CSS is updated), use make build.
Acknowledgments
The basic website design is based off of Inazuma, a company landing page (MIT/Expat license) using Tailwind CSS (MIT/Expat license). The website is built with Haunt (GPLv3+ license), a Guile static site generator. Finally, all of this is managed and deployed using GNU Guix (GPLv3+ license).
Copying
This site itself is licensed under the GNU Affero General Public License 3.0 or any later version, with the graphics and images as well as the blog posts under the Attribution-ShareAlike 4.0 International license, and some files derived from from the Tailwind or Inamuza projects covered under the Expat license.