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

github.com/jeremybise/twentynineteen-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bise <jeremy.bise@thosegeeks.com>2019-04-16 18:40:32 +0300
committerJeremy Bise <jeremy.bise@thosegeeks.com>2019-04-16 18:40:32 +0300
commitdc49294b91715cd69644862172fe3ecaa37d6ce7 (patch)
tree232dbd44c4981c0398075dee968e0e2d0cb7859f
parent24176cea84b92c88106728c47f4d3c4289dea9f7 (diff)
add original to theme.toml
-rw-r--r--theme.toml9
1 files changed, 6 insertions, 3 deletions
diff --git a/theme.toml b/theme.toml
index 0cce89a..3394085 100644
--- a/theme.toml
+++ b/theme.toml
@@ -7,11 +7,14 @@ tags = ["blog", "clean", "color configuration"]
features = ["blog", "clean", "color configuration"]
min_version = "0.54.0"
+pygmentsUseClasses=true
+pygmentsCodefences=true
+
[author]
name = "Jeremy Bise"
homepage = "https://jeremybise.com/"
[original]
-
-pygmentsUseClasses=true
-pygmentsCodefences=true \ No newline at end of file
+ name = "TwentyNineteen"
+ homepage = "https://wordpress.org/themes/twentynineteen/"
+ repo = "https://github.com/WordPress/twentynineteen"