hello
This commit is contained in:
parent
b95afb1591
commit
bd0c802c78
1 changed files with 14 additions and 1 deletions
15
config.toml
15
config.toml
|
@ -6,7 +6,6 @@ title = "We Robot"
|
||||||
|
|
||||||
summaryLength = 50
|
summaryLength = 50
|
||||||
|
|
||||||
# THIS IS UNACCEPTALBE, I REALLY THOUGH THIS WAS THE DEFAULT IN HUGO!!
|
|
||||||
assetDir = "assets"
|
assetDir = "assets"
|
||||||
|
|
||||||
|
|
||||||
|
@ -57,6 +56,10 @@ title = "Build, Test, Learn, Deploy"
|
||||||
[languages.en.params.blog]
|
[languages.en.params.blog]
|
||||||
title = "Blog"
|
title = "Blog"
|
||||||
description = "The Blog is THE place to find all the news and story from the team."
|
description = "The Blog is THE place to find all the news and story from the team."
|
||||||
|
|
||||||
|
[languages.en.params.press]
|
||||||
|
title= "Press"
|
||||||
|
description ="Press articles that talk of We Robot"
|
||||||
|
|
||||||
[languages.en.params.legals]
|
[languages.en.params.legals]
|
||||||
title = "Legals term"
|
title = "Legals term"
|
||||||
|
@ -215,6 +218,10 @@ src = "cover/cover.png"
|
||||||
[params.blog]
|
[params.blog]
|
||||||
title = "Blog"
|
title = "Blog"
|
||||||
description = "Le Blog de We Robot, c'est comme la vie, il y a des haut et des bas."
|
description = "Le Blog de We Robot, c'est comme la vie, il y a des haut et des bas."
|
||||||
|
|
||||||
|
[params.press]
|
||||||
|
title="Presse"
|
||||||
|
description="Les articles de presse qui parlent de WeRobot"
|
||||||
|
|
||||||
[params.legals]
|
[params.legals]
|
||||||
title = "Mentions légales"
|
title = "Mentions légales"
|
||||||
|
@ -304,6 +311,12 @@ identifier="blog"
|
||||||
url="/blog"
|
url="/blog"
|
||||||
title="Blog"
|
title="Blog"
|
||||||
|
|
||||||
|
[[menus.main]]
|
||||||
|
weight=2
|
||||||
|
identifier="blog"
|
||||||
|
url="/press"
|
||||||
|
title="Presse"
|
||||||
|
|
||||||
[[menus.main]]
|
[[menus.main]]
|
||||||
weight=3
|
weight=3
|
||||||
identifier="about"
|
identifier="about"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue