Files
Notebook/hugo.yaml
darnodo a44b42eb97
Some checks failed
Deploy to Scaleway / build-and-deploy (pull_request) Failing after 8s
Fix: Update Scaleway deployment and Hugo config
- Use correct environment variables for Scaleway deployment
- Install Scaleway CLI to purge CDN cache
- Add deployment target for S3
2025-11-19 17:09:32 +01:00

56 lines
1017 B
YAML

baseURL: "https://darnodo.github.io/"
title: 🧑‍💻 Notebook
theme: hextra
defaultContentLanguage: fr
languageCode: fr
menu:
main:
- name: Documentation
pageRef: /documentation
weight: 1
- name: Netlab
pageRef: /netlab
weight: 2
- name: About
pageRef: /about
weight: 3
- name: Search
weight: 4
params:
type: search
- name: GitHub
weight: 5
url: "https://github.com/darnodo"
params:
icon: github
params:
# Navbar
navbar:
displayTitle: true
displayLogo: true
# Logo
logo:
path: images/logo.svg
width: 40
height: 20
# Search
search:
enable: true
type: flexsearch
flexsearch:
# index page by: content | summary | heading | title
index: heading
markup:
goldmark:
renderer:
unsafe: true
deployment:
targets:
- name: "notebook-arnodo-fr"
URL: "s3://notebook-arnodo-fr?endpoint=https://s3.fr-par.scw.cloud&region=fr-par"