Add missing pages
This commit is contained in:
parent
e10448c4b3
commit
09e704b6cb
|
@ -64,22 +64,6 @@ disqusShortname = "yourdiscussshortname"
|
|||
weight = 5
|
||||
url = "https://medium.com/@johndoe"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Blog"
|
||||
weight = 1
|
||||
url = "/posts/"
|
||||
[[menu.main]]
|
||||
name = "About"
|
||||
weight = 2
|
||||
url = "/about/"
|
||||
[[menu.main]]
|
||||
name = "Projects"
|
||||
weight = 3
|
||||
url = "/projects/"
|
||||
[[menu.main]]
|
||||
name = "Contact me"
|
||||
weight = 5
|
||||
url = "/contact/"
|
||||
|
||||
[languages]
|
||||
[languages.en]
|
||||
|
@ -97,18 +81,19 @@ disqusShortname = "yourdiscussshortname"
|
|||
|
||||
[[languages.en.menu.main]]
|
||||
name = "About"
|
||||
weight = 1.0
|
||||
weight = 1
|
||||
url = "/about/"
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
name = "Blog"
|
||||
weight = 2.0
|
||||
weight = 2
|
||||
url = "/posts/"
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
name = "Projects"
|
||||
weight = 3
|
||||
url = "/projects/"
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
name = "Contact me"
|
||||
weight = 5
|
||||
|
@ -129,19 +114,20 @@ disqusShortname = "yourdiscussshortname"
|
|||
|
||||
[[languages.pl.menu.main]]
|
||||
name = "O mnie"
|
||||
weight = 1.0
|
||||
weight = 1
|
||||
url = "/pl/about/"
|
||||
|
||||
[[languages.pl.menu.main]]
|
||||
name = "Blog"
|
||||
weight = 2.0
|
||||
weight = 2
|
||||
url = "/pl/posts/"
|
||||
|
||||
[[languages.pl.menu.main]]
|
||||
name = "projektowanie"
|
||||
name = "Projektowanie"
|
||||
weight = 3
|
||||
url = "/projektowanie/"
|
||||
url = "/pl/projects/"
|
||||
|
||||
[[languages.pl.menu.main]]
|
||||
name = "kontakt"
|
||||
name = "Kontakt"
|
||||
weight = 5
|
||||
url = "/kontakt/"
|
||||
url = "/pl/contact/"
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
title = "About Hugo"
|
||||
slug = "about"
|
||||
+++
|
||||
|
||||
w budowie...
|
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
title = "Contact"
|
||||
slug = "contact"
|
||||
+++
|
||||
|
||||
Follow me, @johndoe.
|
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
title = "Kontakt"
|
||||
slug = "contact"
|
||||
+++
|
||||
|
||||
Chodź za mną, @johndoe.
|
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
date = "2018-12-31"
|
||||
title = "Dummy"
|
||||
+++
|
||||
|
||||
w budowie...
|
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
title = "Projects"
|
||||
slug = "projects"
|
||||
+++
|
||||
|
||||
Nothing to see here... Move along!
|
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
title = "Projektowanie"
|
||||
slug = "projects"
|
||||
+++
|
||||
|
||||
w budowie...
|
Loading…
Reference in New Issue