Skip to content

Commit aabf39c

Browse files
committed
Actualizar navegación para compatibilidad con flyout menu
- Agregar menú Servicios con flyout - Agregar Inicio al menú - Organizar servicios de desarrollo en flyout menu - Compatible con portal.html del tema
1 parent 08ed775 commit aabf39c

File tree

1 file changed

+27
-13
lines changed

1 file changed

+27
-13
lines changed

_config.yml

Lines changed: 27 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,34 @@ remote_theme: Coderic/jekyll-theme-coderic
1212
# Logo
1313
logo: "/assets/img/coderic-isotipo.svg"
1414

15-
# Navigation
15+
# Navigation (compatible with flyout menu)
1616
navigation:
17-
- label: "Development"
18-
url: "/development"
19-
- label: "Crowdfunding"
20-
url: "/crowdfunding"
21-
- label: "Coworking"
22-
url: "/coworking"
23-
- label: "Freelancers"
24-
url: "/freelancers"
25-
- label: "Learning"
26-
url: "/learning"
27-
- label: "Community"
28-
url: "/community"
17+
- label: "Inicio"
18+
url: "/"
19+
- label: "Servicios"
20+
url: "/#services"
21+
has_flyout: true
22+
flyout_sections:
23+
- title: "Servicios de Desarrollo"
24+
links:
25+
- label: "Development"
26+
url: "/development"
27+
description: "Servicios de desarrollo y consultoría"
28+
- label: "Crowdfunding"
29+
url: "/crowdfunding"
30+
description: "Plataforma de financiamiento colectivo"
31+
- label: "Coworking"
32+
url: "/coworking"
33+
description: "Espacios de trabajo colaborativo"
34+
- label: "Freelancers"
35+
url: "/freelancers"
36+
description: "Plataforma para freelancers"
37+
- label: "Learning"
38+
url: "/learning"
39+
description: "Recursos de aprendizaje y capacitación"
40+
- label: "Community"
41+
url: "/community"
42+
description: "Comunidad y networking"
2943

3044
# Footer Links
3145
footer_links:

0 commit comments

Comments
 (0)