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

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramazingrise <8315221+AmazingRise@users.noreply.github.com>2019-11-11 16:40:58 +0300
committeramazingrise <8315221+AmazingRise@users.noreply.github.com>2019-11-11 16:40:58 +0300
commit6a68f5910e9cf92c715ef410be8d55812b37ac28 (patch)
tree950cf9dff5961a5bd8a1a638edffdc408444ceb2 /theme.toml
Initial commit.
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..c54d8b3
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,18 @@
+name = "Diary"
+license = "MIT"
+licenselink = "https://github.com/amazingrise/hugo-theme-diary/blob/master/LICENSE"
+description = "Moments piled up."
+homepage = "https://amazingrise.net/"
+tags = []
+features = []
+min_version = "0.41"
+
+[author]
+ name = "amazingrise"
+ homepage = "https://amazingrise.net/"
+
+# If porting an existing theme
+[original]
+ name = "SumiMakito"
+ homepage = "https://mak1t0.cc"
+ repo = "https://github.com/SumiMakito/hexo-theme-Journal/"