# Site configuration for the Congo demo site # -------------------------------------------------------------------------- # IMPORTANT: You should not use this file as a template for configuration # as it does not contain all the required theme settings! # # Refer to the theme docs for configuration instructions if you're unsure. # https://github.com/jpanther/Congo#readme # -------------------------------------------------------------------------- baseURL = "https://example.com" theme = "Congo" languageCode = "en-AU" title = "Congo" [author] name = "Congo Profile" image = "/img/author.jpg" links = [ { twitter = "https://twitter.com/" }, { facebook = "https://facebook.com/" }, { linkedin = "https://linkedin.com/" }, { youtube = "https://youtube.com/" }, ] [params.homepage] layout = "custom" showList = true [[menu.main]] name = "Blog" pageRef = "blog" weight = 10 [[menu.main]] name = "About" pageRef = "about" weight = 20 [[menu.main]] name = "Tags" pageRef = "tags" weight = 30 [markup.goldmark] [markup.goldmark.renderer] unsafe = true [markup.highlight] noClasses = false