diff --git a/config.toml b/config.toml index 61c8092..2eb22af 100644 --- a/config.toml +++ b/config.toml @@ -23,21 +23,9 @@ enableRobotsTXT = true weight = 2 [[menu.main]] - # Unique identifer for a menu item identifier = "dates" - - url = "/dates/" - - # You can add extra information before the name (HTML format is supported), such as icons - pre = "" - - # You can add extra information after the name (HTML format is supported), such as icons - post = "" - - # Display name name = "Dates" - - # Weights are used to determine the ordering + url = "/dates/" weight = 3 [[menu.main]] diff --git a/content/about/_index.md b/content/about/_index.md index 945b2c7..08fcd1b 100644 --- a/content/about/_index.md +++ b/content/about/_index.md @@ -1,5 +1,6 @@ --- title: "Présentation" +metaTitle: "OzK - Présentation" type: page --- diff --git a/content/dates/_index.md b/content/dates/_index.md new file mode 100644 index 0000000..7722377 --- /dev/null +++ b/content/dates/_index.md @@ -0,0 +1,5 @@ +--- +title: "Dates" +metaTitle: "OzK - Dates" +type: posts +--- \ No newline at end of file diff --git a/content/gallery/_index.md b/content/gallery/_index.md index 3d8b21b..558122a 100644 --- a/content/gallery/_index.md +++ b/content/gallery/_index.md @@ -1,5 +1,6 @@ --- title: "Nos Photos" +metaTitle: "OzK - Nos Photos" type: page --- diff --git a/content/repository/_index.md b/content/repository/_index.md index dcdff13..7d495b1 100644 --- a/content/repository/_index.md +++ b/content/repository/_index.md @@ -1,5 +1,6 @@ --- title: "Nos Morceaux" +metatitle: "OzK - Nos Morceaux" type: page --- diff --git a/content/repository/bangbang.md b/content/repository/bangbang.md index 471b97e..34de2ee 100644 --- a/content/repository/bangbang.md +++ b/content/repository/bangbang.md @@ -1,5 +1,6 @@ --- title: Bang Bang Vamonos Toussa +metatitle: OzK - Partitions - Bang Bang Vamonos Toussa type: page --- diff --git a/content/repository/bluewafflemonk.md b/content/repository/bluewafflemonk.md index dfee972..73d15a9 100644 --- a/content/repository/bluewafflemonk.md +++ b/content/repository/bluewafflemonk.md @@ -1,5 +1,6 @@ --- title: Blue Waffle Monk +metatitle: OzK - Partitions - Blue Waffle Monk type: page --- diff --git a/content/repository/deudeucheland.md b/content/repository/deudeucheland.md index cf80407..a60de2a 100644 --- a/content/repository/deudeucheland.md +++ b/content/repository/deudeucheland.md @@ -1,5 +1,6 @@ --- title: Deudeuche Land +metatitle: OzK - Partitions - Deudeuche Land type: page --- diff --git a/content/repository/elgumx.md b/content/repository/elgumx.md index 7807a11..d8a0ed7 100644 --- a/content/repository/elgumx.md +++ b/content/repository/elgumx.md @@ -1,5 +1,6 @@ --- title: El Grieg Ultra-Mix (El GuMX) +metatitle: OzK - Partitions - El Grieg Ultra-Mix (El GuMX) type: page --- diff --git a/content/repository/gaybar.md b/content/repository/gaybar.md index 4feba16..e6fee2d 100644 --- a/content/repository/gaybar.md +++ b/content/repository/gaybar.md @@ -1,5 +1,6 @@ --- title: Gay Bar +metatitle: OzK - Partitions - Gay Bar type: page --- diff --git a/content/repository/raigaitrist.md b/content/repository/raigaitrist.md index 11802b3..1799c45 100644 --- a/content/repository/raigaitrist.md +++ b/content/repository/raigaitrist.md @@ -1,5 +1,6 @@ --- title: Rai Gai Trist +metatitle: OzK - Partition - Rai Gai Trist type: page --- diff --git a/content/repository/salutfred.md b/content/repository/salutfred.md index fb205b9..ae16938 100644 --- a/content/repository/salutfred.md +++ b/content/repository/salutfred.md @@ -1,5 +1,6 @@ --- title: Salut Fred (Jami la contrepétrie) +metatitle: OzK - Partitions - Salut Fred (Jami la contrepétrie) type: page --- diff --git a/content/repository/smokeontnt.md b/content/repository/smokeontnt.md index 49ad236..94000c5 100644 --- a/content/repository/smokeontnt.md +++ b/content/repository/smokeontnt.md @@ -1,5 +1,6 @@ --- title: Hashi de T&Tea Fumé +metatitle: OzK - Partitions - Hashi de T&Tea Fumé type: page --- diff --git a/content/repository/stfunny.md b/content/repository/stfunny.md index cfd967b..559d484 100644 --- a/content/repository/stfunny.md +++ b/content/repository/stfunny.md @@ -1,5 +1,6 @@ --- title: St Funny du Nouveau Knup +metatitle: OzK - Partition - St Funny du Nouveau Knup type: page --- diff --git a/content/repository/trishtrash.md b/content/repository/trishtrash.md index f9d492d..0703260 100644 --- a/content/repository/trishtrash.md +++ b/content/repository/trishtrash.md @@ -1,5 +1,6 @@ --- title: Trish Trash Strauss-Kahn +metatitle: OzK - Partitions - Trish Trash Strauss-Kahn type: page --- diff --git a/themes/gokarna b/themes/gokarna index 70f359b..289eb9e 160000 --- a/themes/gokarna +++ b/themes/gokarna @@ -1 +1 @@ -Subproject commit 70f359b8648977a78970dcb4024a2aa93ce3e669 +Subproject commit 289eb9eacf4132c6d727ba21e8ec592398ea9824