From 2c557a00d5d41a41932578c5ec4bc55bc402197b Mon Sep 17 00:00:00 2001 From: Olivier Date: Tue, 26 Mar 2024 12:25:43 +0100 Subject: [PATCH] Delete config/production/config.toml --- config/production/config.toml | 49 ----------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 config/production/config.toml diff --git a/config/production/config.toml b/config/production/config.toml deleted file mode 100644 index 476ad78..0000000 --- a/config/production/config.toml +++ /dev/null @@ -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"]