diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 9bbd910..135042c 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -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/" diff --git a/exampleSite/content/about.pl.md b/exampleSite/content/about.pl.md new file mode 100644 index 0000000..a7bd248 --- /dev/null +++ b/exampleSite/content/about.pl.md @@ -0,0 +1,6 @@ ++++ +title = "About Hugo" +slug = "about" ++++ + +w budowie... \ No newline at end of file diff --git a/exampleSite/content/contact.md b/exampleSite/content/contact.md new file mode 100644 index 0000000..4bd8438 --- /dev/null +++ b/exampleSite/content/contact.md @@ -0,0 +1,6 @@ ++++ +title = "Contact" +slug = "contact" ++++ + +Follow me, @johndoe. \ No newline at end of file diff --git a/exampleSite/content/contact.pl.md b/exampleSite/content/contact.pl.md new file mode 100644 index 0000000..c86f5f4 --- /dev/null +++ b/exampleSite/content/contact.pl.md @@ -0,0 +1,6 @@ ++++ +title = "Kontakt" +slug = "contact" ++++ + +Chodź za mną, @johndoe. \ No newline at end of file diff --git a/exampleSite/content/posts/dummy.pl.md b/exampleSite/content/posts/dummy.pl.md new file mode 100644 index 0000000..6c92163 --- /dev/null +++ b/exampleSite/content/posts/dummy.pl.md @@ -0,0 +1,6 @@ ++++ +date = "2018-12-31" +title = "Dummy" ++++ + +w budowie... \ No newline at end of file diff --git a/exampleSite/content/projects.md b/exampleSite/content/projects.md new file mode 100644 index 0000000..6a7fd85 --- /dev/null +++ b/exampleSite/content/projects.md @@ -0,0 +1,6 @@ ++++ +title = "Projects" +slug = "projects" ++++ + +Nothing to see here... Move along! \ No newline at end of file diff --git a/exampleSite/content/projects.pl.md b/exampleSite/content/projects.pl.md new file mode 100644 index 0000000..0ba1803 --- /dev/null +++ b/exampleSite/content/projects.pl.md @@ -0,0 +1,6 @@ ++++ +title = "Projektowanie" +slug = "projects" ++++ + +w budowie... \ No newline at end of file