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

github.com/jonathanjanssens/hugo-casper3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Janssens <jonathan.janssens@gmail.com>2019-11-03 13:19:08 +0300
committerJonathan Janssens <jonathan.janssens@gmail.com>2019-11-03 13:19:08 +0300
commit9f84b9dfea3cea69d469749f695710244b3b29d3 (patch)
tree08493cf51e911be11a6fc1895dd0e0eb3ee5daa4 /theme.toml
parent378f82a590967617b05cd1ce6fdffa7fef6c4be1 (diff)
initial
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..b47574a
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,19 @@
+name = "casper3"
+license = "MIT"
+licenselink = "https://github.com/jonathanjanssens/hugo-casper3/blob/master/LICENSE"
+description = "The default Casper version 3 theme from Ghost CMS ported over to Hugo"
+tags = ["blog", "dark", "light"]
+features = ["darkmode"]
+min_version = "0.55.5"
+
+[author]
+ name = "Jonathan Janssens"
+ homepage = "https://jonathanjanssens.com/hugo-casper3"
+ repo = "https://github.com/jonathanjanssens/projects/hugo-casper3"
+
+[original]
+ name = "Ghost"
+ homepage = "https://ghost.org"
+ repo = "https://github.com/TryGhost/Casper"
+
+ \ No newline at end of file