baseURL = "https://example.org/" languageCode = "en-US" title = "Your Website Name" [frontmatter] # {{ .Date }} will look for publishDate or aliases first, fallback to date date = ["publishdate", "pubdate", "published", "date"] [menus] [[menus.main]] identifier = "home" name = "Home" pageRef = "/" weight = 10 [[menus.main]] identifier = "posts" name = "Posts" pageRef = "/posts" weight = 20 [[menus.main]] identifier = "about" name = "About" pageRef = "/about" weight = 30 [[menus.main]] identifier = "tags" name = "Tags" pageRef = "/tags" weight = 40 [params] [params.author] name = "Your Name" email = "your@email.com" # Set logo to empty string in your hugo.toml if you want to display site.Title instead logo = "logo.svg"