Contents

How I've been adding new pages to my blog

Contents

As I was adding my /slashes page yesterday I noticed that it always take me a while to remember all the steps I have to do to create a new page and add it to the nav bar of this blog/website.

So this is a post to remind me of this steps:

  1. Create a new .md file under the /content/ folder.
  2. Change the config.toml file
    • Create a new menu.main section adding the new page
    • Change name, url and identifier
    • Change the weight to match the position desired in the nav bar menu.

That is it. I bet now I won’t forgot it anymore.