forked from Git/hugo-story
1
0
Fork 0

Delete config/production/config.toml

This commit is contained in:
Olivier 2024-03-26 12:25:43 +01:00
parent b8903e7e25
commit 2c557a00d5
1 changed files with 0 additions and 49 deletions

View File

@ -1,49 +0,0 @@
## -----------------------------------------------
## Basic Configuration
## -----------------------------------------------
title = "Hugo Story"
copyright = "{year}"
## -----------------------------------------------
## Publish
## -----------------------------------------------
relativeURLs = "true"
#canonifyURLs = "true"
# Local
baseURL = "/"
publishDir = "public"
# Remote
#baseURL = "https://caressofsteel.github.io/demos/hugo/hugo-story/"
#publishDir = "//centos/sites/hugodev/hugostory/"
## -----------------------------------------------
## Hugo Built-in Features
## -----------------------------------------------
disableKinds = ["taxonomy", "taxonomyTerm", "section"]
# googleAnalytics = "G-XXXXXXXXXX"
## -----------------------------------------------
## 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"
[Params.asset]
fontawesome_css = ["css/fontawesome-all.min.css"]
fontawesome_js = ["js/fontawesome-all.min.js"]