baseURL = "https://pythonbenin.com" languageCode = "fr-FR" title = "Python Benin" DefaultContentLanguage = "fr" [languages] [languages.fr] title = "Python Bénin" languageName = "French" contentDir = "content/french" weight = 1 [languages.en] title = "Python Benin" languageName = "English" contentDir = "content/english" weight = 2 [permalinks] blog = "/:filename/" [taxonomies] tag = "tags" # See https://feathericons.com/ # The value of pre is the icon name [menu] [[menu.main]] name = "Home" pre = "home" url = "/" weight = 1 [[menu.main]] name = "Blog" pre = "edit" url = "/blog/" weight = 2 [[menu.main]] name = "Tags" pre = "tag" url = "/tags/" weight = 3 [params] dateFormat = "Jan 2, 2006" homeText = "You just made a Hugo blog from scratch."