You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.4 KiB
62 lines
1.4 KiB
baseURL = "http://sipp11.com/" |
|
languageCode = "en-us" |
|
title = "sipp11" |
|
theme = "minimal" |
|
disqusShortname = "sipp11" # delete this to disable disqus comments |
|
googleAnalytics = "UA-3189083-1" |
|
|
|
[params] |
|
author = "Sippakorn Khaimook" |
|
#description = "sipp11 blog powered by hugo" |
|
githubUsername = "sipp11" |
|
accent = "#eb6090" |
|
showBorder = true |
|
backgroundColor = "white" |
|
font = "Raleway" # should match the name on Google Fonts! |
|
highlight = true |
|
highlightStyle = "solarized-dark" |
|
highlightLanguages = ["go", "python", "kotlin", "bash", "swift"] |
|
|
|
[[menu.main]] |
|
url = "/" |
|
name = "Home" |
|
weight = 1 |
|
|
|
[[menu.main]] |
|
url = "/post/" |
|
name = "Posts" |
|
weight = 2 |
|
|
|
[[menu.main]] |
|
url = "/project/" |
|
name = "Projects" |
|
weight = 3 |
|
|
|
# Social icons to be shown on the right-hand side of the navigation bar |
|
# The "name" field should match the name of the icon to be used |
|
# The list of available icons can be found at http://fontawesome.io/icons/ |
|
|
|
#[[menu.icon]] |
|
# url = "mailto:me@example.com" |
|
# name = "envelope-o" |
|
# weight = 1 |
|
|
|
[[menu.icon]] |
|
url = "https://github.com/sipp11/" |
|
name = "github" |
|
weight = 2 |
|
|
|
[[menu.icon]] |
|
url = "https://twitter.com/sipp11/" |
|
name = "twitter" |
|
weight = 3 |
|
|
|
#[[menu.icon]] |
|
# url = "https://www.linkedin.com/in/sipp11/" |
|
# name = "linkedin" |
|
# weight = 4 |
|
|
|
#[[menu.icon]] |
|
# url = "https://www.stackoverflow.com/sipp11/" |
|
# name = "stack-overflow" |
|
# weight = 5
|
|
|