baseURL = "https://example.com"
languageCode = "en-us"
title = "title"
copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved."
theme = "npq-hugo"
themesdir = "../../"
pygmentsUseClasses=true
[params]
author = "your name"
description = "your description"
keywords = "hugo blog"
useAvatar = true
microBlogSection = "posts"
displayMicroBlog = true
displayRecent = true
recentMax = 3
mail = "mail@example.com"
phone = "8888888888"
formspreeID = "yourformspreeID"
[menu]
[[menu.main]]
name = "home"
pre = ""
url = "/"
weight = -9
[[menu.main]]
name = "blog"
pre = ""
url = "/blog/"
weight = -8
[[menu.main]]
name = "tags"
pre = ""
url = "/tags"
weight = -7
[[menu.main]]
name = "github"
pre = ""
url = "https://github.com/yourgithubusername23434"
weight = -6
[[menu.main]]
name = "RSS"
pre = ""
url = "/index.xml"
weight = -4
[[menu.main]]
name = "contact"
pre = ""
url = "/contact"
weight = -1