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

github.com/vantagedesign/ace-documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian <julian@vantage-design.com>2020-02-06 23:20:17 +0300
committerJulian <julian@vantage-design.com>2020-02-06 23:20:17 +0300
commit5ebb0ab1e5106bdfcafd5b459d466e16a59b6b01 (patch)
tree8bef96f8c1030cdf872d80d55ec11b2f25360497 /theme.toml
First commit
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..a4a17cc
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,16 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/gohugoio/hugoThemes#themetoml for an example
+
+name = "Ace documentation"
+license = "MIT"
+licenselink = "https://github.com/vantagedesign/ace-documentation/blob/master/LICENSE.md"
+description = "A documentation theme featuring a clean design, code highlighting and useful shortcodes for writing your project documentation."
+homepage = "https://github.com/vantagedesign/ace-documentation"
+tags = ["documentation", "bootstrap", "responsive", "syntax highlighting", "search", "google analytics", "font awesome", "highlight.js", "docs", "clean", "mobile", "fast", "light", "simple", "minimal", "minimalist"]
+features = ["documentation", "bootstrap", "sass", "search"]
+min_version = "0.51.0"
+
+[author]
+ name = "Vantage Design"
+ homepage = "https://vantage-design.com"
+