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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <ccwangchn@gmail.com>2020-05-13 17:56:33 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-05-13 17:56:33 +0300
commitbcacd76dca02303192263c700dd2497cc219620d (patch)
tree8301abdacf562b8c64b7fe14e1cebaa5cfbd35a1 /theme.toml
refactor: migrate to tailwindcss
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml22
1 files changed, 22 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..8321156
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,22 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/gohugoio/hugoThemes#themetoml for an example
+
+name = "Eureka"
+license = "MIT"
+licenselink = "https://github.com/wangchucheng/hugo-eureka/blob/master/LICENSE"
+description = ""
+homepage = "http://example.com/"
+tags = []
+features = []
+min_version = "0.65.0"
+
+authors = [
+ {name = "C. Wang", homepage = "https://wcc.im/"},
+ {name = "R. Ma", homepage = "https://ruiqima.com/"}
+]
+
+# If porting an existing theme
+[original]
+ name = ""
+ homepage = ""
+ repo = ""