baseURL = 'https://example.org/' languageCode = 'en-us' title = "Fbi's Epic Blog" theme= 'readable' [params] mainSections = ['posts'] [menu] # these links will be added to the main navigation menu, sorted by weight # other elements in this menu are added automatically from the "pages" folder # the folder it will look into can be customized with the pages variable # in params above [[menu.main]] identifier = "home" name = "Home" url = "/" weight = 1 [[menu.main]] identifier = "about" name = "About" url = "/about/" weight = 3 [[menu.main]] identifier = "guestbook" name = "GuestBook" url = "/guestbook/" weight = 2