maj theme hugo
This commit is contained in:
parent
9a963d3422
commit
8cee66966c
21
.gitmodules
vendored
21
.gitmodules
vendored
@ -1,6 +1,15 @@
|
|||||||
[submodule "themes/zen"]
|
[submodule "themes/hugo.386"]
|
||||||
path = themes/zen
|
path = themes/hugo.386
|
||||||
url = https://github.com/frjo/hugo-theme-zen.git
|
url = https://gitlab.com/jmfergeau/hugo.386
|
||||||
[submodule "themes/osm"]
|
[submodule "themes/simpleIntro"]
|
||||||
path = themes/osm
|
path = themes/simpleIntro
|
||||||
url = https://github.com/Hanzei/hugo-component-osm.git
|
url = https://github.com/qub1750ul/hugo-simpleIntro
|
||||||
|
[submodule "themes/graysx-hugo"]
|
||||||
|
path = themes/graysx-hugo
|
||||||
|
url = https://github.com/akatiggerx04/graysx-hugo/
|
||||||
|
[submodule "themes/capsule"]
|
||||||
|
path = themes/capsule
|
||||||
|
url = https://github.com/sudorook/capsule
|
||||||
|
[submodule "themes/silhouette-hugo"]
|
||||||
|
path = themes/silhouette-hugo
|
||||||
|
url = https://github.com/mattbutton/silhouette-hugo.git
|
||||||
|
151
config.toml
151
config.toml
@ -3,30 +3,83 @@ baseurl = "/"
|
|||||||
contentdir = "content"
|
contentdir = "content"
|
||||||
layoutdir = "layouts"
|
layoutdir = "layouts"
|
||||||
publishdir = "public"
|
publishdir = "public"
|
||||||
title = "GREGANDEV"
|
title = "Gregandev"
|
||||||
canonifyurls = true
|
canonifyurls = true
|
||||||
|
logo = "images/logos/logo.png"
|
||||||
|
favicon = "images/logos/favicon.png"
|
||||||
|
|
||||||
|
author = "Grégory Lebreton"
|
||||||
|
paginate = 3
|
||||||
|
theme = "silhouette-hugo"
|
||||||
|
|
||||||
|
pygmentsUseClasses=true
|
||||||
|
|
||||||
|
#disqusShortname = ""
|
||||||
|
#googleAnalytics = ""
|
||||||
|
|
||||||
|
[params]
|
||||||
|
author = "Grégory Lebreton"
|
||||||
|
introDescription = "Ingénieur Devops"
|
||||||
|
contentSharing = ""
|
||||||
|
|
||||||
|
[social]
|
||||||
|
github = "greglebreton"
|
||||||
|
linkedin = "grégory-lebreton-996b261bb"
|
||||||
|
gitlab = "greglebreton"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# CONFIG LANGAGE ET THEME
|
# CONFIG LANGAGE ET THEME
|
||||||
DefaultContentLanguage = "fr"
|
DefaultContentLanguage = "fr"
|
||||||
theme = ["osm", "beautifulhugo"]
|
# theme = ["osm", "beautifulhugo"]
|
||||||
|
theme = "silhouette-hugo"
|
||||||
metaDataFormat = "yaml"
|
metaDataFormat = "yaml"
|
||||||
pygmentsUseClasses = true
|
pygmentsUseClasses = true
|
||||||
pygmentCodeFences = true
|
pygmentCodeFences = true
|
||||||
|
|
||||||
#disqusShortname = "XXX"
|
|
||||||
#googleAnalytics = "XXX"
|
|
||||||
|
|
||||||
|
# [params]
|
||||||
|
# mainbg = "images/unix.jpg"
|
||||||
|
# name = "Gregandev"
|
||||||
|
# # mainTitle = "Portfolio"
|
||||||
|
# mainText = "Devops for Game"
|
||||||
|
# # subtitle = "Portfolio"
|
||||||
|
# since = 2022
|
||||||
|
# logo = "images/logos/logo.png"
|
||||||
|
# favicon = "images/logos/favicon.png"
|
||||||
|
# dateFormat = "January 2, 2006"
|
||||||
|
# commit = false
|
||||||
|
# rss = false
|
||||||
|
# comments = true
|
||||||
|
|
||||||
# ACCUEIL
|
# [menus]
|
||||||
[Params]
|
# [[menu.main]]
|
||||||
subtitle = "Portfolio"
|
# identifier = "about"
|
||||||
since = 2022
|
# name = "A propos"
|
||||||
logo = "images/logos/logo.png"
|
# url = "page/about"
|
||||||
favicon = "images/logos/favicon.png"
|
# [[menu.main]]
|
||||||
dateFormat = "January 2, 2006"
|
# identifier = "skills"
|
||||||
commit = false
|
# name = "Liens"
|
||||||
rss = false
|
# url = "page/liens"
|
||||||
comments = true
|
# [[menu.main]]
|
||||||
|
# identifier = "projects"
|
||||||
|
# name = "Projects"
|
||||||
|
# url = "page/projects"
|
||||||
|
# [[menu.main]]
|
||||||
|
# identifier = "projects"
|
||||||
|
# name = "CV"
|
||||||
|
# url = "https://cv.gregandev.fr"
|
||||||
|
|
||||||
|
# # ACCUEIL
|
||||||
|
# [Params]
|
||||||
|
# subtitle = "Portfolio"
|
||||||
|
# since = 2022
|
||||||
|
# logo = "images/logos/logo.png"
|
||||||
|
# favicon = "images/logos/favicon.png"
|
||||||
|
# dateFormat = "January 2, 2006"
|
||||||
|
# commit = false
|
||||||
|
# rss = false
|
||||||
|
# comments = true
|
||||||
|
|
||||||
# ICONES RESEAUX SOCIAUX
|
# ICONES RESEAUX SOCIAUX
|
||||||
[Author]
|
[Author]
|
||||||
@ -51,73 +104,3 @@ pygmentCodeFences = true
|
|||||||
#facebook = "username"
|
#facebook = "username"
|
||||||
#googleplus = "+username" # or xxxxxxxxxxxxxxxxxxxxx
|
#googleplus = "+username" # or xxxxxxxxxxxxxxxxxxxxx
|
||||||
|
|
||||||
|
|
||||||
##### MENU #####
|
|
||||||
# Accueil
|
|
||||||
[[menu.main]]
|
|
||||||
name = "Accueil"
|
|
||||||
url = "./"
|
|
||||||
weight = 1
|
|
||||||
|
|
||||||
# A propos
|
|
||||||
[[menu.main]]
|
|
||||||
name = "A propos"
|
|
||||||
url = "page/about"
|
|
||||||
weight = 2
|
|
||||||
|
|
||||||
# liens
|
|
||||||
[[menu.main]]
|
|
||||||
name = "Liens"
|
|
||||||
url = "page/liens"
|
|
||||||
weight = 3
|
|
||||||
|
|
||||||
##### SOUS MENU #####
|
|
||||||
[[menu.main]]
|
|
||||||
parent = "CV"
|
|
||||||
name = "CV en BASH"
|
|
||||||
url = "https://www.terminal-cv.gregandev.fr"
|
|
||||||
weight = 1
|
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
parent = "CV"
|
|
||||||
name = "CV en PDF"
|
|
||||||
url = "https://cv.gregandev.fr"
|
|
||||||
weight = 2
|
|
||||||
|
|
||||||
|
|
||||||
##### SOUS MENU PROJETS #####
|
|
||||||
[[menu.main]]
|
|
||||||
parent = "Projets"
|
|
||||||
name = "LA 2029"
|
|
||||||
url = "page/la-2029"
|
|
||||||
weight = 1
|
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
parent = "Projets"
|
|
||||||
name = "Goldeneye VR"
|
|
||||||
url = "page/goldeneyevr"
|
|
||||||
weight = 2
|
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
parent = "Projets"
|
|
||||||
name = "Akira VR"
|
|
||||||
url = "page/akiravr"
|
|
||||||
weight = 3
|
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
parent = "Projets"
|
|
||||||
name = "RetroArcade Game"
|
|
||||||
url = "page/retroarcade"
|
|
||||||
weight = 4
|
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
parent = "Projets"
|
|
||||||
name = "Le Garage Numérique"
|
|
||||||
url = "page/garagenum"
|
|
||||||
weight = 5
|
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
parent = "Projets"
|
|
||||||
name = "Le CNAM"
|
|
||||||
url = "page/cnam"
|
|
||||||
weight = 6
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
#### OPENSTREET MAP EXEMPLE
|
|
||||||
|
|
||||||
{{/* < openstreetmap mapName="cnam_859513" > */}}
|
|
0
layouts/.gitkeep
Normal file
0
layouts/.gitkeep
Normal file
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
|||||||
{"Target":"css/main.min.css","MediaType":"text/css","Data":{}}
|
|
File diff suppressed because it is too large
Load Diff
@ -1 +0,0 @@
|
|||||||
{"Target":"css/style.css","MediaType":"text/css","Data":{}}
|
|
BIN
static/images/unix.jpg
Normal file
BIN
static/images/unix.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 568 KiB |
1
themes/capsule
Submodule
1
themes/capsule
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 030eb48358b9d7b6a29f515e71a1290559f41090
|
1
themes/graysx-hugo
Submodule
1
themes/graysx-hugo
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit fe35dd8b38c7e84d59981cb5670ec0a118e1723d
|
1
themes/silhouette-hugo
Submodule
1
themes/silhouette-hugo
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 385ed37e61fbf1f3a93e2b6500409938887ab75c
|
Loading…
x
Reference in New Issue
Block a user