Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thank you for this guide! I made a little module with it and I’ll publish it whenever I get the time to set up the itch page.

So my question now is: what if I want to make something bigger with a navigation bar? how should I go about it?

Hi,

I am glad you found it useful and look forward to seeing what you publish!

This is a bit I intend to add in the near future! Pandoc actually has the ability to generate a table of contents automatically. Ill add the details to the tutorial soon but the basic steps are:

1. Add <nav>$toc$</nav> to your template.html before the main section.

2. Addthe flags  -s --toc to the build command for the web output.

This will should automatically generate you table of contents on your page.

Wow. Pando is… Deep! I’ll try it and let you know of my (lack of) success!

another question (as a reply to not spam the comment section)

what do I do if I want to use different fonts? do I have to copy them into the folder? what is the line I have to write to point? what if a font type for headers and another for body text?