mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-19 03:10:24 +00:00
fix links
This commit is contained in:
parent
eb98711502
commit
8145575fbc
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
This repository contains a theme for [Hugo](https://gohugo.io/), based on great [Grav Learn Theme](http://learn.getgrav.org/).
|
This repository contains a theme for [Hugo](https://gohugo.io/), based on great [Grav Learn Theme](http://learn.getgrav.org/).
|
||||||
|
|
||||||
Visit the [theme documentation](https://matcornic.github.io/hugo-learn-doc) to see what is going on. It is actually built with this theme.
|
Visit the [theme documentation](https://matcornic.github.io/hugo-learn-doc/basics/what-is-this-hugo-theme/) to see what is going on. It is actually built with this theme.
|
||||||
|
|
||||||
# Main functionalities
|
# Main functionalities
|
||||||
|
|
||||||
|
|
|
@ -5,14 +5,14 @@ name = "Learn"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
licenselink = "https://github.com/matcornic/hugo-theme-learn/blob/master/LICENSE.md"
|
licenselink = "https://github.com/matcornic/hugo-theme-learn/blob/master/LICENSE.md"
|
||||||
description = "Documentation theme for Hugo, based on Grav Learn theme"
|
description = "Documentation theme for Hugo, based on Grav Learn theme"
|
||||||
homepage = "http://matcornic.github.io/hugo-learn-doc"
|
homepage = "https://matcornic.github.io/hugo-learn-doc/basics/what-is-this-hugo-theme/"
|
||||||
tags = ["documentation", "grav", "learn"]
|
tags = ["documentation", "grav", "learn", "doc"]
|
||||||
features = ["documentation"]
|
features = ["documentation"]
|
||||||
min_version = 0.15
|
min_version = 0.15
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = "Mathieu Cornic"
|
name = "Mathieu Cornic"
|
||||||
homepage = "http://matcornic.com"
|
homepage = "http://matcornic.github.io/"
|
||||||
|
|
||||||
[original]
|
[original]
|
||||||
name = "Grav Learn"
|
name = "Grav Learn"
|
||||||
|
|
Loading…
Reference in a new issue