## Basic Configuration baseurl = "https://example.com/" languageCode = "en" theme = "hyde-hyde" ## Hugo Built-in Features # disqusShortname = "your-disqus-shortname" # googleAnalytics = "your-google-analytics-id" # enableRobotsTXT = true ## Site Settings [params] author = "Author" title = "Title" # description = "..." authorimage = "/img/hugo.png" dateformat = "Jan 2, 2006" highlightjs = true highlightjsstyle = "github" # please choose either GraphComment or Disqus ## 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 = "Portfolio" identifier = "portfolio" weight = 200 url = "/portfolio/" [[menu.main]] name = "About" identifier = "about" weight = 300 url = "/about/"