Website with tools and guides for new Noita players and streamers.
The website is built using hugo, it uses hextra theme. The friendly smiling Mina has been drawn by Gnikenob, I added background to it.
If you want to add or fix something, clone the repo, then run this in the terminal in the root directory:
hugo mod tidy && hugo mod clean && hugo && hugo server -p 1313 --buildDrafts --disableFastRender
hugo will build the website and start a server serving a hot-reloadable website which you'll be able to see at https://localhost:1313/ hugo rebuilds stuff as soon as you save your changes.
If you need to bind the server to your local ip here's how you can do it:
hugo server --bind 10.0.1.10 --baseURL http://10.0.1.10
hugo new /pastas/newpasta.md
Look at the primary website's settings, and the custom layouts, for hextra-specific stuff read hextra's documentation.
Note
Despite using tailwind, hextra does not seem to actually recompile tailwind css so any css customization might be slightly problematic, look at the custom.css