Skip to content

acidflow-noita/runfast

Folders and files

NameName
Last commit message
Last commit date
Nov 5, 2024
Mar 22, 2024
Dec 30, 2024
Mar 2, 2025
Mar 2, 2025
Mar 2, 2025
Oct 31, 2024
Dec 30, 2024
Jul 2, 2024
Dec 30, 2024
Mar 21, 2024
Dec 29, 2024
Mar 21, 2024
Dec 30, 2024
Dec 5, 2024
Mar 2, 2025
Mar 2, 2025
Oct 26, 2024
Mar 2, 2025
Mar 2, 2025
Dec 30, 2024
Dec 30, 2024
Dec 30, 2024

Repository files navigation

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.

Contribute

Run a copy locally

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.

Bind to IP

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

Creating a new page using hugo

hugo new /pastas/newpasta.md

Customizing a page

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