[br-gnome-org] Adiciona menu na barra superior



commit 591f75bf7adf046ac44fcc810cab6d2a1e38efd8
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Sep 11 17:08:55 2018 -0300

    Adiciona menu na barra superior
    
    Sem conteudo por enquanto, apenas para testes.

 config.toml | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)
---
diff --git a/config.toml b/config.toml
index dcdb6ee..797372c 100644
--- a/config.toml
+++ b/config.toml
@@ -2,4 +2,29 @@ title = "GNOME Brasil"
 baseURL = "https://infrastructure.pages.gitlab.gnome.org/br-gnome-org/";
 languageCode = "pt-br"
 
-theme = "gnomeish"
\ No newline at end of file
+theme = "gnomeish"
+
+[menu]
+    [[menu.main]]
+    identifier = "gnome"
+    name       = "GNOME 3"
+    url        = "/gnome"
+    weight     = 1
+
+    [[menu.main]]
+    identifier = "comunidade"
+    name       = "Comunidade"
+    url        = "/comunidade/"
+    weight     = 2
+
+    [[menu.main]]
+    identifier = "envolv"
+    name       = "Faça parte"
+    url        = "/research/"
+    weight     = 3
+
+    [[menu.main]]
+    identifier = "about"
+    name       = "Sobre nós"
+    url        = "/about/"
+    weight     = 4
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]