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

github.com/yanlinlin82/simple-style.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinlin Yan <yanlinlin82@gmail.com>2019-12-05 06:37:01 +0300
committerLinlin Yan <yanlinlin82@gmail.com>2019-12-05 06:37:01 +0300
commit626a4a221344169e1b25b9eb96072076b1d76dbe (patch)
treea13dd30ca5b47cea04fe3d7d7562325566f282c7 /theme.toml
parent146d66ca8f0038e8c9568e4479cd97854b52a88c (diff)
Add basic implementation
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..2387650
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,12 @@
+name = "Simple Style"
+license = "MIT"
+licenselink = "https://github.com/yanlinlin82/simple-style/blob/master/LICENSE"
+description = ""
+homepage = "https://yanlinlin82.github.io/webpage-templates/simple-style/"
+tags = [ simple ]
+features = []
+min_version = "0.41"
+
+[author]
+name = "Linlin Yan"
+homepage = "http://yanlinlin.cn/"