- Logo SVG (source texte) ajouté dans docs/assets/alpinux-logo.svg - .gitignore : exclut *.png, *.ico, docs/assets/images/ (binaires → static.alpinux.org) - overrides/partials/logo.html : logo depuis https://static.alpinux.org/logo/ - overrides/main.html : favicons depuis static.alpinux.org via {% block extrahead %} - mkdocs.yml : logo → SVG, ajout pymdownx.emoji (icônes Material) - home/index.html : page d'accueil alpinux.org (logo + favicon depuis static.alpinux.org, carte dynamic.alpinux.org) - scripts/build-assets.py : génère PNG/favicon depuis le SVG source - scripts/static.alpinux.org.vhost.conf : template vhost Apache Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
96 lines
2.5 KiB
YAML
96 lines
2.5 KiB
YAML
site_name: Wiki Alpinux
|
|
site_url: https://wiki.alpinux.org
|
|
site_dir: /var/www/clients/client1/web2/web/wiki-static
|
|
site_description: Documentation, guides et ressources du LUG Alpinux — Savoie
|
|
repo_url: https://gitea.alpinux.org/alpinux.cedrica5l/alpinux.site.2026
|
|
repo_name: Contribuer sur Gitea
|
|
edit_uri: ""
|
|
|
|
theme:
|
|
name: material
|
|
language: fr
|
|
custom_dir: overrides
|
|
palette:
|
|
- scheme: default
|
|
primary: custom
|
|
accent: custom
|
|
features:
|
|
- navigation.tabs
|
|
- navigation.sections
|
|
- navigation.indexes
|
|
- navigation.top
|
|
- search.highlight
|
|
- search.suggest
|
|
- content.code.copy
|
|
- content.code.select
|
|
logo: assets/alpinux-logo.svg
|
|
font:
|
|
text: Roboto
|
|
code: Roboto Mono
|
|
icon:
|
|
repo: fontawesome/brands/git-alt
|
|
|
|
extra_css:
|
|
- stylesheets/alpinux.css
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
line_spans: __span
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- attr_list
|
|
- md_in_html
|
|
- tables
|
|
- toc:
|
|
permalink: true
|
|
- footnotes
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
|
|
|
extra:
|
|
social:
|
|
- icon: fontawesome/brands/mastodon
|
|
link: https://mamot.fr/@alpinux
|
|
name: Alpinux sur Mastodon
|
|
generator: false
|
|
|
|
copyright: "© Alpinux — LUG de Savoie | <a href='https://portail.alpinux.org'>Portail</a>"
|
|
|
|
nav:
|
|
- Accueil: index.md
|
|
- Alpinux:
|
|
- alpinux/index.md
|
|
- FAQ: alpinux/faq.md
|
|
- Install Party: alpinux/install-party.md
|
|
- Présentations passées: alpinux/presentations.md
|
|
- Événements & RDV: alpinux/evenements.md
|
|
- Présentations:
|
|
- presentations/libreoffice.md
|
|
- presentations/linux-mint-guide.md
|
|
- presentations/kicad.md
|
|
- presentations/whisper.md
|
|
- Idées de sujets: presentations/idees.md
|
|
- Guides pratiques:
|
|
- guides/linux-mint-depuis-windows.md
|
|
- guides/linux-mint-parametres.md
|
|
- guides/linux-mint-trousse.md
|
|
- guides/utiliser-linux-mint.md
|
|
- guides/docker.md
|
|
- guides/chiffrement.md
|
|
- guides/sauvegardes.md
|
|
- guides/tesseract.md
|
|
- guides/ventoy.md
|
|
- Technique:
|
|
- technique/git.md
|
|
- technique/nextcloud.md
|
|
- technique/matrix.md
|
|
- technique/arduino-ide.md
|
|
- technique/serveur-debian.md
|
|
- technique/bigbluebutton.md
|
|
- technique/ateliers.md
|
|
- Communication: communication/index.md
|