[[main]]
  name = "Blog"
  weight = 10

[[main]]
  name = "Posts"
  pageRef = "/posts"
  weight = 11
  parent = "Blog"

[[main]]
  name = "Categories"
  pageRef = "/categories"
  weight = 12
  parent = "Blog"

[[main]]
  name = "Series"
  pageRef = "/series"
  weight = 13
  parent = "Blog"

[[main]]
  name = "About me"
  pageRef = "/about-me"
  weight = 20

[[main]]
  identifier = "rss"
  pre = "rss"
  url = "/index.xml"
  weight = 30