40 lines
962 B
TOML

baseURL = "https://example.com"
title = "Your title"
themesDir = "../.."
theme = "m10c"
paginate = 5
[params]
author = "John Doe"
description = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vehicula turpis sit amet elit pretium."
[[params.social]]
name = "github"
url = "https://github.com/gohugoio"
[[params.social]]
name = "twitter"
url = "https://twitter.com/gohugoio"
# Brown theme
#[params.style]
# darkestColor = "#463625"
# darkColor = "#2a3738"
# primaryColor = "#eeee6a"
# lightColor = "#96a879"
# lightestColor = "#ffffff"
# Green theme
#[params.style]
# darkestColor = "#315659"
# darkColor = "#253031"
# primaryColor = "#dad865"
# lightColor = "#96a879"
# lightestColor = "#fff"
# Red and black theme
#[params.style]
# darkestColor = "#d35050"
# darkColor = "#212121"
# primaryColor = "#ffffff"
# lightColor = "#a2a2a2"
# lightestColor = "#d3d3d3"