Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.54 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.54 KB

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