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

github.com/coderzh/hugo-pacman-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..d187275
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,21 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/spf13/hugoThemes#themetoml for an example
+
+name = "Hugo Pacman Theme"
+license = "MIT"
+licenselink = "https://github.com/coderzh/hugo-pacman-theme/blob/master/LICENSE.md"
+description = ""
+homepage = "http://blog.coderzh.com/"
+tags = ["", ""]
+features = ["", ""]
+min_version = 0.15
+
+[author]
+ name = "coderzh"
+ homepage = "http://blog.coderzh.com"
+
+# If porting an existing theme
+[original]
+ name = "pacman"
+ homepage = "https://github.com/A-limon/pacman"
+ repo = "https://github.com/A-limon/pacman"