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

github.com/funkydan2/alpha-church.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Saunders <daniel.saunders@gmail.com>2021-07-02 01:38:24 +0300
committerDaniel Saunders <daniel.saunders@gmail.com>2021-07-02 01:38:24 +0300
commitc2d4e23a1bffedab2ddcefd6f5e6b61f0e39da60 (patch)
tree84211f954a2fa0cb758cbeeffd41843cfda4a875
parent6a40f079c5955946069b929ced586fd84271f2b5 (diff)
Updating metadata
-rw-r--r--config.toml20
-rw-r--r--theme.toml7
2 files changed, 7 insertions, 20 deletions
diff --git a/config.toml b/config.toml
index 14c910e..b3b6774 100644
--- a/config.toml
+++ b/config.toml
@@ -1,22 +1,10 @@
baseURL = "http://example.org/"
-languageCode = "en-us"
title = "Alpha Church"
-ignoreFiles = [".*"]
-disableKinds = ["section","taxonomy","taxonomyTerm","RSS","404","sitemap"]
-defaultContentLanguage = "cli"
-
-[outputs]
- home = ["CLI"]
-
-[mediaTypes."text/custom"]
- suffixes = [""]
- delimiter = ""
-
-[outputFormats."CLI"]
- mediaType = "text/custom"
- isHTML = "false"
- baseName = "hugo.log"
+[module]
+ [module.hugoVersion]
+ extended = true
+ min = "0.82.0"
[taxonomies]
tag = "tags"
diff --git a/theme.toml b/theme.toml
index 2011bc3..ad47cf5 100644
--- a/theme.toml
+++ b/theme.toml
@@ -8,7 +8,7 @@ description = "A hugo port of html5up Alpha theme. Customised for church use."
homepage = "https://github.com/funkydan2/alpha-church"
tags = ["church", "podcast"]
features = ["drop down menu", "banner", "feature images", "fontawesome", "podcast"]
-min_version = "0.55.0"
+min_version = "0.82.0"
[author]
name = "Daniel Saunders"
@@ -16,6 +16,5 @@ min_version = "0.55.0"
# If porting an existing theme
[original]
- name = ""
- homepage = ""
- repo = ""
+ name = "Alpha"
+ homepage = "https://html5up.net/alpha"