forked from Git/hugo-story
32 lines
926 B
TOML
32 lines
926 B
TOML
|
## -----------------------------------------------
|
||
|
## Basic Configuration
|
||
|
## -----------------------------------------------
|
||
|
|
||
|
title = "Hugo Story"
|
||
|
theme = "hugo-story"
|
||
|
|
||
|
|
||
|
## -----------------------------------------------
|
||
|
## Hugo Built-in Features
|
||
|
## -----------------------------------------------
|
||
|
|
||
|
disableKinds = ["taxonomy", "taxonomyTerm", "section"]
|
||
|
# googleAnalytics = "your-google-analytics-id"
|
||
|
|
||
|
|
||
|
## -----------------------------------------------
|
||
|
## Site Parameters
|
||
|
## -----------------------------------------------
|
||
|
|
||
|
[Params]
|
||
|
description = "A (modular, highly tweakable) responsive one-page theme for Hugo"
|
||
|
logo = "images/banner.jpg"
|
||
|
favicon = true
|
||
|
|
||
|
[Params.social]
|
||
|
github = "https://github.com/caressofsteel/"
|
||
|
twitter = "https://twitter.com/caressofsteel_"
|
||
|
email = "caressofsteel@protonmail.com"
|
||
|
instagram = "https://instagram.com"
|
||
|
linkedin = "https://linkedin.com"
|
||
|
telegram = "https://telegram.org"
|