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

github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2019-02-27 06:42:31 +0300
committerZachary Betz <zwbetz@gmail.com>2019-02-27 06:42:31 +0300
commitce016996c1f9a53df3811fa85d0117d5ef204710 (patch)
treee9025b1dc93400812edc35c5583ec9470e840eef
parentcbe5ff5535d02b912502f3419bace5289cb10c92 (diff)
Remove unused param
-rw-r--r--exampleSite/config.toml1
-rw-r--r--exampleSite/config.yaml1
2 files changed, 0 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index e6d8bcd..4b5807b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -15,7 +15,6 @@ googleAnalytics = "UA-123456789-1"
quality = 99
[params]
- description = "A Hugo theme made with [PaperCSS](https://www.getpapercss.com/), the less formal CSS framework."
homeMetaContent = "A Hugo theme made with PaperCSS, the less formal CSS framework."
# For more date formats see https://gohugo.io/functions/format/
dateFormat = "Jan 2, 2006"
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index feb7daa..b7822ed 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -15,7 +15,6 @@ imaging:
quality: 99
params:
- description: A Hugo theme made with [PaperCSS](https://www.getpapercss.com/), the less formal CSS framework.
homeMetaContent: A Hugo theme made with PaperCSS, the less formal CSS framework.
# For more date formats see https://gohugo.io/functions/format/
dateFormat: Jan 2, 2006