98 lines
2.8 KiB
YAML
98 lines
2.8 KiB
YAML
# Bienvenue à Jekyll !
|
|
#
|
|
# Ce fichier de configuration est destiné aux paramètres qui affectent l'ensemble de votre blog, des valeurs
|
|
# que vous êtes censé configurer une fois et rarement besoin de modifier par la suite.
|
|
# Pour des raisons techniques, ce fichier n'est *PAS* rechargé automatiquement lorsque vous utilisez
|
|
# 'jekyll serve'. Si vous modifiez ce fichier, veuillez redémarrer le processus de serveur.
|
|
#
|
|
# Modification octobre 2024
|
|
|
|
## => Paramètres du site
|
|
##############################
|
|
theme : jekyll-text-theme
|
|
text_skin : dark # "default" (par défaut), "dark", "forest", "ocean", "chocolate", "orange".
|
|
highlight_theme : tomorrow-night-bright # "default" (par défaut), "tomorrow", "tomorrow-night", "tomorrow-night-eighties", "tomorrow-night-blue", "tomorrow-night-bright".
|
|
url : https://static.rnmkcy.eu # le nom d'hôte et le protocole de base pour votre site, par exemple https://www.someone.com
|
|
baseurl : # ne comprend pas le nom d'hôte
|
|
title : YannStatic
|
|
description : > # cela signifie qu'il faut ignorer les nouvelles lignes jusqu'à "Language & timezone".
|
|
Expérimentations et tests
|
|
|
|
## => Language and Timezone
|
|
##############################
|
|
lang : fr # le language du site, par défaut "en"
|
|
timezone : Europe/Paris # voir https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
|
|
|
|
|
## => Chemins
|
|
##############################
|
|
paths:
|
|
root : # title link url, "/" (default)
|
|
home : # home layout url, "/" (default)
|
|
archive : # "/archive.html" (default)
|
|
rss : # "/feed.xml" (default)
|
|
|
|
|
|
## => Post
|
|
##############################
|
|
## excerpt
|
|
excerpt_separator:
|
|
|
|
## license
|
|
license: # "CC-BY-4.0", "CC-BY-SA-4.0", "CC-BY-NC-4.0", "CC-BY-ND-4.0"
|
|
|
|
## TOC
|
|
toc:
|
|
selectors: h1,h2,h3 # "h1,h2,h3" (default)
|
|
|
|
|
|
## => Paginate
|
|
##############################
|
|
paginate: 10
|
|
## paginate_path: /page:num # don't change this unless for special need
|
|
|
|
|
|
## => Sources
|
|
##############################
|
|
sources: # bootcdn (default), unpkg
|
|
|
|
|
|
## => Recherche
|
|
##############################
|
|
search:
|
|
provider: "custom" # "default" (default), false, "custom"
|
|
|
|
## => Build
|
|
##############################
|
|
markdown : kramdown
|
|
highlighter : rouge
|
|
permalink : date
|
|
|
|
# http://jekyllrb.com/docs/configuration/options/
|
|
exclude: [LISEZMOI.md,.jekyll-cache/,.git/,Gemfile,Gemfile.lock,static]
|
|
include: [search.json]
|
|
|
|
defaults:
|
|
- scope:
|
|
path: ""
|
|
type: posts
|
|
values:
|
|
layout: article
|
|
sharing: true
|
|
license: false # true
|
|
aside:
|
|
toc: true
|
|
show_edit_on_github: true
|
|
show_subscribe: true
|
|
pageview: true
|
|
|
|
|
|
## => Plugins
|
|
##############################
|
|
plugins:
|
|
- jekyll-feed
|
|
- jekyll-paginate
|
|
- jekyll-sitemap
|
|
- jemoji
|
|
|