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

github.com/schollz/onetwothree.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Scholl <zack.scholl@gmail.com>2017-11-02 21:29:48 +0300
committerZack Scholl <zack.scholl@gmail.com>2017-11-02 21:29:48 +0300
commitb1aa0d5008435e96518979812560777c32021fb6 (patch)
treeb42ab49cc5c5221e0a4f9fa99ab3ba6731881234 /theme.toml
parent9698a5c89df59ecf4ef3fbb6089630c776370d53 (diff)
Add README
Diffstat (limited to 'theme.toml')
-rwxr-xr-xtheme.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/theme.toml b/theme.toml
index 8397f28..bfec5e0 100755
--- a/theme.toml
+++ b/theme.toml
@@ -1,18 +1,18 @@
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
-name = "Best"
+name = "portcullis"
license = "MIT"
-licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md"
-description = ""
-homepage = "http://example.com/"
-tags = []
-features = []
+licenselink = "https://github.com/schollz/portcullis/blob/master/LICENSE.md"
+description = "A simple, elegant, mobile-ready, minimalistic theme"
+homepage = "https://github.com/schollz/portcullis"
+tags = ["minimal","mobile","responsive","elegant"]
+features = ["image captioning"]
min_version = "0.27.1"
[author]
- name = ""
- homepage = ""
+ name = "Zack Scholl"
+ homepage = "https://schollz.github.io/"
# If porting an existing theme
[original]