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

github.com/matcornic/hugo-theme-learn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Cornic <mathieu.cornic@gmail.com>2016-04-11 01:09:03 +0300
committerMathieu Cornic <mathieu.cornic@gmail.com>2016-04-11 01:09:03 +0300
commitf50a77d0c5e9ef944beeadc48df70ed28b1e6369 (patch)
treea0cd74f9ce651e3e61a38cfe6ecf297e9d2c0f89 /theme.toml
parent9ac9c082b14551b476b38b842eb74f1a183ceba8 (diff)
feat: partials for style and scripts are now empty
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/theme.toml b/theme.toml
index 70ac9a0..39bff86 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,11 +1,11 @@
# theme.toml template for a Hugo theme
# See https://github.com/spf13/hugoThemes#themetoml for an example
-name = "learn"
+name = "Learn"
license = "MIT"
licenselink = "https://github.com/matcornic/hugo-theme-learn/blob/master/LICENSE.md"
description = "Documentation theme for Hugo, based on Grav Learn theme"
-#homepage = "http://siteforthistheme.com/"
+homepage = "http://matcornic.github.io/hugo-learn-doc"
tags = ["documentation", "grav", "learn"]
features = ["documentation"]
min_version = 0.15
@@ -15,6 +15,6 @@ min_version = 0.15
homepage = "http://matcornic.com"
[original]
- name = "Grav"
+ name = "Grav Learn"
homepage = "http://learn.getgrav.org/"
repo = "https://github.com/getgrav/grav-learn"