config changes (enable projects, bla bla)

This commit is contained in:
2019-11-03 21:33:05 +01:00
commit 2833448fd9
2 changed files with 57 additions and 0 deletions

53
config.toml Normal file
View File

@@ -0,0 +1,53 @@
baseURL = "http://wacked.codes/"
languageCode = "en-us"
title = "wacked's useless page"
theme = "minimal-no-third-party"
[params]
author = "Calin Tataru"
description = "Personal blog theme powered by Hugo"
githubUsername = "#"
accent = "red"
showBorder = true
backgroundColor = "white"
highlight = true
highlightStyle = "default"
highlightLanguages = []
[[menu.main]]
url = "/"
name = "Home"
weight = 1
[[menu.main]]
url = "/about/"
name = "About"
weight = 2
[[menu.main]]
url = "/posts/"
name = "Posts"
weight = 3
[[menu.main]]
url = "/projects/"
name = "Projects"
weight = 4
# Social icons to be shown on the right-hand side of the navigation bar.
# The "name" field should match the name of the icon in my theme
[[menu.icon]]
url = "mailto:me@example.com"
name = "email"
weight = 1
[[menu.icon]]
url = "http://vcs.wacked.codes/"
name = "git"
weight = 2
[[menu.icon]]
url = "https://twitter.com/username/"
name = "twitter"
weight = 3