diff options
| author | Track3 <pengliabc@live.cn> | 2018-10-23 13:15:50 +0800 |
|---|---|---|
| committer | Track3 <pengliabc@live.cn> | 2018-10-23 13:15:50 +0800 |
| commit | 44dbcd6f34c676cefbacf12f18d9883c597a681a (patch) | |
| tree | 86610dc396b64baf3f2c4ef00a3b84dc6c1d2bde /theme.toml | |
| download | hermit-44dbcd6f34c676cefbacf12f18d9883c597a681a.tar.gz | |
First commit
Diffstat (limited to 'theme.toml')
| -rw-r--r-- | theme.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml new file mode 100644 index 0000000..843956c --- /dev/null +++ b/theme.toml @@ -0,0 +1,18 @@ +name = "Hermit" +license = "MIT" +licenselink = "https://github.com/Track3/hermit/blob/master/LICENSE" +description = "A minimal and fast hugo theme for bloggers." +homepage = "https://github.com/Track3/hermit" +tags = ["blog", "minimal", "dark", "responsive"] +features = [ + "single column", + "featured image", + "social icons", + "google analytics", + "disqus" +] +min_version = 0.43 + +[author] + name = "Track3" + homepage = "https://www.xxxlbox.com" |
