From 6a68f5910e9cf92c715ef410be8d55812b37ac28 Mon Sep 17 00:00:00 2001 From: amazingrise <8315221+AmazingRise@users.noreply.github.com> Date: Mon, 11 Nov 2019 21:40:58 +0800 Subject: Initial commit. --- theme.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 theme.toml (limited to 'theme.toml') 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/" -- cgit v1.2.3