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:
- Create a new
.md
file under the/content/
folder. - Change the
config.toml
file- Create a new
menu.main
section adding the new page - Change
name
,url
andidentifier
- Change the weight to match the position desired in the nav bar menu.
- Create a new
That is it. I bet now I won’t forgot it anymore.