58 lines
1.4 KiB
TOML
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/cmtecLogo_Dark_600x276.png"
|
|
copyright = "Copyright 2025 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
|
|
|
|
[[menu.main]]
|
|
url = "/showcase"
|
|
name = "Showcase"
|
|
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:info@cmtec.se"
|
|
name = "envelope-o"
|
|
weight = 1
|
|
|
|
[[menu.icon]]
|
|
url = "https://gitea.cmtec.se"
|
|
name = "git"
|
|
weight = 2
|
|
|
|
[[menu.icon]]
|
|
url = "https://soundcloud.com/cmtec"
|
|
name = "soundcloud"
|
|
weight = 4
|
|
|