Here you can find all the source code involved in bringing maixnor.github.io to you.
If there is anything you would like to ask or change about the site just open an issue. I am open for conversation.
Since I am no longer using the CDN version of tailwind you will have to generate the CSS yourself.
This can be done by running tailwind.sh. You may need to grab the correct latest artifact from here if your platform is not Linux x64.
For development you can run
./tailwindcss -i input.css -o dist/bundle.css --watch
to start a watch and continually regenerate the css.
Deployment is handled by Github Actions.
Therefore the dist/bundle.css
must be checked in so that it can be deployed.