From 5c03eb8da3d34dbcc77a3f0c4b064cf3a43755e4 Mon Sep 17 00:00:00 2001 From: mspnr Date: Thu, 4 Feb 2021 17:37:54 +0100 Subject: [PATCH] moving config.toml to exampleSite and removing other configs --- .../default => exampleSite}/config.toml | 0 .../config/development/config.toml | 32 ------------- .../config/production/config.toml | 47 ------------------- 3 files changed, 79 deletions(-) rename {originalStorySite/config/default => exampleSite}/config.toml (100%) delete mode 100644 originalStorySite/config/development/config.toml delete mode 100644 originalStorySite/config/production/config.toml diff --git a/originalStorySite/config/default/config.toml b/exampleSite/config.toml similarity index 100% rename from originalStorySite/config/default/config.toml rename to exampleSite/config.toml diff --git a/originalStorySite/config/development/config.toml b/originalStorySite/config/development/config.toml deleted file mode 100644 index 5029172..0000000 --- a/originalStorySite/config/development/config.toml +++ /dev/null @@ -1,32 +0,0 @@ -## ----------------------------------------------- -## 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" \ No newline at end of file diff --git a/originalStorySite/config/production/config.toml b/originalStorySite/config/production/config.toml deleted file mode 100644 index a08f862..0000000 --- a/originalStorySite/config/production/config.toml +++ /dev/null @@ -1,47 +0,0 @@ -## ----------------------------------------------- -## Basic Configuration -## ----------------------------------------------- - -title = "Hugo Story" -theme = "hugo-story" - - -## ----------------------------------------------- -## 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 = "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" \ No newline at end of file