baseurl = "localhost" title = "My Blog" languageCode = "en-us" theme = "hello-friend-ng" paginate = 10 [params] dateform = "Jan 2, 2006" dateformShort = "Jan 2" dateformNum = "2006-01-02" dateformNumTime = "2006-01-02 15:04" # Subtitle for home homeSubtitle = "A simple and beautiful blog" # Set disableReadOtherPosts to true in order to hide the links to other posts. disableReadOtherPosts = false # Enable sharing buttons, if you like enableSharingButtons = true # Show a global language switcher in the navigation bar enableGlobalLanguageMenu = true # Metadata mostly used in document's head description = "My new homepage or blog" keywords = "homepage, blog" images = [""] [taxonomies] category = "blog" tag = "tags" series = "series" [languages] [languages.en] title = "Hello Friend NG" keywords = "" copyright = 'CC BY-NC 4.0' readOtherPosts = "Read other posts" [languages.en.params] subtitle = "A simple theme for Hugo" [languages.en.params.logo] logoText = "hello friend ng" logoHomeLink = "/" # or # # path = "/img/your-example-logo.svg" # alt = "Your example logo alt text" # And you can even create generic menu [[menu.main]] identifier = "blog" name = "Blog" url = "/posts"