add exemple openstreetmap
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
[submodule "themes/zen"]
|
||||
path = themes/zen
|
||||
url = https://github.com/frjo/hugo-theme-zen.git
|
||||
[submodule "themes/osm"]
|
||||
path = themes/osm
|
||||
url = https://github.com/Hanzei/hugo-component-osm.git
|
||||
|
||||
+4
-18
@@ -6,9 +6,9 @@ publishdir = "public"
|
||||
title = "GREGANDEV"
|
||||
canonifyurls = true
|
||||
|
||||
# Configuration du language et thème
|
||||
# CONFIG LANGAGE ET THEME
|
||||
DefaultContentLanguage = "fr"
|
||||
theme = "beautifulhugo"
|
||||
theme = ["osm", "beautifulhugo"]
|
||||
metaDataFormat = "yaml"
|
||||
pygmentsUseClasses = true
|
||||
pygmentCodeFences = true
|
||||
@@ -27,17 +27,6 @@ pygmentCodeFences = true
|
||||
rss = false
|
||||
comments = true
|
||||
|
||||
#[[Params.bigimg]]
|
||||
# src = "img/triangle.jpg"
|
||||
# desc = "Triangle"
|
||||
#[[Params.bigimg]]
|
||||
# src = "img/sphere.jpg"
|
||||
# desc = "Sphere"
|
||||
#[[Params.bigimg]]
|
||||
# src = "img/hexagon.jpg"
|
||||
# desc = "Hexagon"
|
||||
|
||||
|
||||
# ICONES RESEAUX SOCIAUX
|
||||
[Author]
|
||||
name = "Greg Lebreton"
|
||||
@@ -63,8 +52,6 @@ pygmentCodeFences = true
|
||||
|
||||
|
||||
##### MENU #####
|
||||
|
||||
|
||||
# Accueil
|
||||
[[menu.main]]
|
||||
name = "Accueil"
|
||||
@@ -83,8 +70,7 @@ pygmentCodeFences = true
|
||||
url = "page/liens"
|
||||
weight = 3
|
||||
|
||||
# sous menu CV
|
||||
|
||||
##### SOUS MENU #####
|
||||
# liens
|
||||
[[menu.main]]
|
||||
parent = "CV"
|
||||
@@ -98,8 +84,8 @@ pygmentCodeFences = true
|
||||
url = "https://cv.gregandev.fr"
|
||||
weight = 4
|
||||
|
||||
# sous menu PROJETS
|
||||
|
||||
##### SOUS MENU PROJETS #####
|
||||
[[menu.main]]
|
||||
parent = "Projets"
|
||||
name = "LA 2029"
|
||||
|
||||
@@ -59,4 +59,4 @@ Le CNAM est un partenaire dans la formation des jeunes aux métiers de demain, i
|
||||
|
||||
#### VR GAMES
|
||||
|
||||

|
||||

|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
#### OPENSTREET MAP EXEMPLE
|
||||
|
||||
{{< openstreetmap mapName="cnam_859513" >}}
|
||||
Submodule
+1
Submodule themes/osm added at 012844b9d4
Reference in New Issue
Block a user