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

github.com/jesselau76/hugo-w3-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjesselau76 <jesselau76@gmail.com>2018-11-06 11:23:16 +0300
committerjesselau76 <jesselau76@gmail.com>2018-11-06 11:23:16 +0300
commit644c6fcc66d95056f155de9152feb50dcc6cfcfe (patch)
tree76666ae11d11f121cdfbb12b85c57bcf7a7137ac /theme.toml
parenta3ba42d823775889cc1d08edd511f7aa5a3b1cf1 (diff)
init project
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..cf7456a
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,21 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/gohugoio/hugoThemes#themetoml for an example
+
+name = "W3 Simple"
+license = "MIT"
+licenselink = "https://github.com/jesselau76/hugo-w3-simple/blob/master/LICENSE"
+description = "A simple theme for Hugo, powered by W3.css"
+homepage = "https://github.com/jesselau76/hugo-w3-simple"
+tags = ["minimal", "blog", "personal", "clean", "simple", "starter", "minimalist","Responsive", "Disqus", "Google Analytics","font-awesome","syntax highlighting","mobile"]
+features = ["blog", "theme", "syntax highlighting", "font-awesome", "responsive", "disqus"]
+min_version = "0.41"
+
+[author]
+ name = "Jesse Lau"
+ homepage = "https://jesselau.com/"
+
+# If porting an existing theme
+[original]
+ name = "XMin"
+ homepage = "https://xmin.yihui.name/"
+ repo = "https://github.com/yihui/hugo-xmin"