diff --git a/src/config.toml b/src/config.toml index 9c3e217..2f39163 100644 --- a/src/config.toml +++ b/src/config.toml @@ -9,12 +9,3 @@ theme = "eos" name = "Home" url = "/" weight = -1 -[[menu.main]] - name = "Posts" - url = "/posts/" -[[menu.main]] - name = "Presentations" - url = "/presentations/" -[[menu.main]] - name = "Projects" - url = "/projects/" diff --git a/src/content/posts/_index.md b/src/content/posts/_index.md new file mode 100644 index 0000000..e9d1c71 --- /dev/null +++ b/src/content/posts/_index.md @@ -0,0 +1,4 @@ +--- +title: "Posts" +menu: "main" +--- diff --git a/src/content/presentations/_index.md b/src/content/presentations/_index.md new file mode 100644 index 0000000..921954c --- /dev/null +++ b/src/content/presentations/_index.md @@ -0,0 +1,4 @@ +--- +title: "Presentations" +menu: "main" +--- diff --git a/src/content/projects/_index.md b/src/content/projects/_index.md index a80a9df..5a8647f 100644 --- a/src/content/projects/_index.md +++ b/src/content/projects/_index.md @@ -1,3 +1,4 @@ --- title: "Projects" +menu: "main" --- diff --git a/src/themes/eos/layouts/_default/baseof.html b/src/themes/eos/layouts/_default/baseof.html index 60750bc..7f210b4 100644 --- a/src/themes/eos/layouts/_default/baseof.html +++ b/src/themes/eos/layouts/_default/baseof.html @@ -3,10 +3,13 @@
+