test URL 2
This commit is contained in:
parent
328354713f
commit
eb4b6f3b5b
33
config.toml
33
config.toml
@ -2,7 +2,7 @@ baseurl = "https://greglebreton.gitlab.io/hugo/"
|
|||||||
contentdir = "content"
|
contentdir = "content"
|
||||||
layoutdir = "layouts"
|
layoutdir = "layouts"
|
||||||
publishdir = "public"
|
publishdir = "public"
|
||||||
title = "Beautiful Hugo"
|
title = "GreganDev"
|
||||||
canonifyurls = true
|
canonifyurls = true
|
||||||
|
|
||||||
DefaultContentLanguage = "en"
|
DefaultContentLanguage = "en"
|
||||||
@ -14,7 +14,7 @@ pygmentCodeFences = true
|
|||||||
#googleAnalytics = "XXX"
|
#googleAnalytics = "XXX"
|
||||||
|
|
||||||
[Params]
|
[Params]
|
||||||
subtitle = "Hugo Blog Template for GitLab Pages"
|
subtitle = "Portfolio made in HUGO"
|
||||||
logo = "img/avatar-icon.png"
|
logo = "img/avatar-icon.png"
|
||||||
favicon = "img/favicon.ico"
|
favicon = "img/favicon.ico"
|
||||||
dateFormat = "January 2, 2006"
|
dateFormat = "January 2, 2006"
|
||||||
@ -61,34 +61,29 @@ pygmentCodeFences = true
|
|||||||
weight = 1
|
weight = 1
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "About"
|
parent = "Projets"
|
||||||
url = "page/about/"
|
name = "Projet 1"
|
||||||
weight = 3
|
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
identifier = "samples"
|
|
||||||
name = "Samples"
|
|
||||||
weight = 2
|
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
parent = "samples"
|
|
||||||
name = "Big Image Sample"
|
|
||||||
url = "post/2017-03-07-bigimg-sample"
|
url = "post/2017-03-07-bigimg-sample"
|
||||||
weight = 1
|
weight = 1
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
parent = "samples"
|
parent = "Projets"
|
||||||
name = "Math Sample"
|
name = "Projet 2"
|
||||||
url = "post/2017-03-05-math-sample"
|
url = "post/2017-03-05-math-sample"
|
||||||
weight = 2
|
weight = 2
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
parent = "samples"
|
parent = "Projets"
|
||||||
name = "Code Sample"
|
name = "Projet 3"
|
||||||
url = "post/2016-03-08-code-sample"
|
url = "post/2016-03-08-code-sample"
|
||||||
weight = 3
|
weight = 3
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "A propos"
|
||||||
|
url = "page/about/"
|
||||||
|
weight = 3
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Tags"
|
name = "Tags"
|
||||||
url = "tags"
|
url = "tags"
|
||||||
weight = 3
|
weight = 4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user