Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/caressofsteel/hugo-story.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormspnr <mspnr@mail.ru>2021-02-04 19:37:54 +0300
committermspnr <mspnr@mail.ru>2021-02-04 19:37:54 +0300
commit5c03eb8da3d34dbcc77a3f0c4b064cf3a43755e4 (patch)
tree606ac8b9aeaa2fc993f7c69e767e71c0c669b040
parente7d325d50dfffcb01559a8ac14d22c94ec8075b9 (diff)
moving config.toml to exampleSite and removing other configs
-rw-r--r--exampleSite/config.toml (renamed from originalStorySite/config/default/config.toml)0
-rw-r--r--originalStorySite/config/development/config.toml32
-rw-r--r--originalStorySite/config/production/config.toml47
3 files changed, 0 insertions, 79 deletions
diff --git a/originalStorySite/config/default/config.toml b/exampleSite/config.toml
index 5029172..5029172 100644
--- a/originalStorySite/config/default/config.toml
+++ b/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