Adapt Home
This commit is contained in:
42
hugo.yaml
42
hugo.yaml
@@ -1,5 +1,5 @@
|
|||||||
baseURL: https://blog.netunix.tech/
|
baseURL: https://notes.arnodo.fr/
|
||||||
title: 🧑💻 NetUnix
|
title: 🧑💻 Notes
|
||||||
pagination.pagerSize: 5
|
pagination.pagerSize: 5
|
||||||
theme: PaperMod
|
theme: PaperMod
|
||||||
|
|
||||||
@@ -7,10 +7,7 @@ params:
|
|||||||
ShowReadingTime: true
|
ShowReadingTime: true
|
||||||
ShowPostNavLinks: true
|
ShowPostNavLinks: true
|
||||||
ShowBreadCrumbs: true
|
ShowBreadCrumbs: true
|
||||||
cover:
|
ShowCodeCopyButtons: true
|
||||||
hidden: false
|
|
||||||
hiddenInList: false
|
|
||||||
hiddenInSingle: false
|
|
||||||
|
|
||||||
socialIcons:
|
socialIcons:
|
||||||
- name: github
|
- name: github
|
||||||
@@ -23,19 +20,12 @@ languages:
|
|||||||
languageName: English
|
languageName: English
|
||||||
contentDir: 'content/en'
|
contentDir: 'content/en'
|
||||||
params:
|
params:
|
||||||
profileMode:
|
homeInfoParams:
|
||||||
enabled: true
|
enabled: true
|
||||||
title: "NetUnix"
|
|
||||||
subtitle: "Welcome to this blog, where we talk about NetOps, networks and systems..."
|
Title: "Welcome to my blog! 🚀"
|
||||||
imageUrl: "https://www.svgrepo.com/show/395137/network.svg"
|
Content: >
|
||||||
imageTitle: "Network logo"
|
Here, we dive into the world of **NetOps, networking, and system automation**—exploring tools, best practices, and hands-on tips to streamline operations.
|
||||||
imageWidth: 120
|
|
||||||
imageHeight: 120
|
|
||||||
buttons:
|
|
||||||
- name: Documentation
|
|
||||||
url: "categories/documentations/"
|
|
||||||
- name: NetLab
|
|
||||||
url: "categories/netlab/"
|
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
@@ -53,19 +43,11 @@ languages:
|
|||||||
languageName: Français
|
languageName: Français
|
||||||
contentDir: 'content/fr'
|
contentDir: 'content/fr'
|
||||||
params:
|
params:
|
||||||
profileMode:
|
homeInfoParams:
|
||||||
enabled: true
|
enabled: true
|
||||||
title: "NetUnix"
|
Title: "Bienvenue sur mon blog ! 🚀"
|
||||||
subtitle: "Bienvenue sur ce blog, où nous parlons de NetOps, de réseaux et de systèmes..."
|
Content: >
|
||||||
imageUrl: "https://www.svgrepo.com/show/395137/network.svg"
|
Ici, nous plongeons dans l’univers du **NetOps, du networking et de l’automatisation des systèmes**, en explorant les outils, les meilleures pratiques et des conseils pratiques pour optimiser les opérations.
|
||||||
imageTitle: "Network logo"
|
|
||||||
imageWidth: 120
|
|
||||||
imageHeight: 120
|
|
||||||
buttons:
|
|
||||||
- name: Documentations
|
|
||||||
url: "categories/documentations/"
|
|
||||||
- name: NetLab
|
|
||||||
url: "categories/netlab/"
|
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
|
|||||||
Reference in New Issue
Block a user