cmtec.se/config.toml
Christoffer Martinsson d3fe6ba087 Added about page
2018-10-25 23:21:00 +02:00

58 lines
1.4 KiB
TOML

# Site settings
baseURL = "https://pages.cmtec.se/cmtec.se/"
languageCode = "en-us"
title = "CMtec"
theme = "minimal"
disqusShortname = "" # delete this to disable disqus comments
googleAnalytics = ""
[params]
author = "Christoffer Martinsson"
description = "Open Source Product **(and music)** Development"
profilePic ="images/CMTecV3_Dark.png"
copyright = "Copyright 2018 CMtec"
githubUsername = "#"
accent = "#afd787"
showBorder = true
backgroundColor = "#262626"
font = "Chakra Petch" # should match the name on Google Fonts!
highlight = true
highlightStyle = "solarized-dark"
highlightLanguages = ["go", "haskell", "kotlin", "scala", "swift"]
css = ["css/custom.css"]
[[menu.main]]
url = "/"
name = "Home"
weight = 1
[[menu.main]]
url = "/about"
name = "About"
weight = 2
# 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:info@cmtec.se"
name = "envelope-o"
weight = 1
[[menu.icon]]
url = "https://git.cmtec.se"
name = "gitlab"
weight = 2
[[menu.icon]]
url = "https://github.com/cmtec"
name = "github"
weight = 3
[[menu.icon]]
url = "https://soundcloud.com/cmtec"
name = "soundcloud"
weight = 4