## Basic Configuration baseurl = "https://example.com/" languageCode = "en" theme = "hyde-hyde" ## Hugo Built-in Features # disqusShortname = "" # googleAnalytics = "" # enableRobotsTXT = true ## Site Settings [params] author = "Author" title = "Title" # description = "..." authorimage = "/img/hugo.png" dateformat = "Jan 2, 2006" highlightjs = true # highlightjsstyle = "github" ## Social Accounts [params.social] github = "" instagram = "" xing = "" linkedin = "" twitter = "" facebook = "" stackoverflow = "" email = "your-email@example.com" ## Main Menu [[menu.main]] name = "Posts" weight = 100 identifier = "posts" url = "/posts/" [[menu.main]] name = "About" identifier = "about" weight = 200 url = "/about/"