hugo-site/themes/m10c/exampleSite/config.toml

60 lines
1.2 KiB
TOML
Raw Permalink Normal View History

2023-12-24 17:45:27 +00:00
baseURL = "https://example.com"
title = "Your title"
themesDir = "../.."
theme = "m10c"
paginate = 8
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 2
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 3
[params]
author = "John Doe"
description = "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
menu_item_separator = " - "
[[params.social]]
icon = "github"
name = "Github"
url = "https://github.com/gohugoio"
[[params.social]]
icon = "twitter"
name = "Twitter"
url = "https://twitter.com/gohugoio"
# Default theme
#[params.style]
# darkestColor = "#242930"
# darkColor = "#353b43"
# lightColor = "#afbac4"
# lightestColor = "#ffffff"
# primaryColor = "#57cc8a"
# Green theme
#[params.style]
# darkestColor = "#315659"
# darkColor = "#253031"
# lightColor = "#96a879"
# lightestColor = "#fff"
# primaryColor = "#dad865"
# Red theme
#[params.style]
# darkestColor = "#d35050"
# darkColor = "#212121"
# lightColor = "#d6d6d6"
# lightestColor = "#d3d3d3"
# primaryColor = "#ffffff"