86 lines
1.7 KiB
YAML
86 lines
1.7 KiB
YAML
baseURL: https://igor.milhit.ch/
|
|
DefaultContentLanguage: fr
|
|
title: igor.milhit
|
|
theme: portfoliGor
|
|
enableGitInfo: true
|
|
paginate: 0
|
|
security:
|
|
enableInlineShortcodes: false
|
|
exec:
|
|
allow:
|
|
- ^dart-sass-embedded$
|
|
- ^git$
|
|
- ^go$
|
|
- ^npx$
|
|
- ^sass$
|
|
- ^postcss$
|
|
- ^pandoc$
|
|
- ^nvim$
|
|
osEnv:
|
|
- (?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM)$
|
|
funcs:
|
|
getenv:
|
|
- ^HUGO_
|
|
http:
|
|
methods:
|
|
- (?i)GET|POST
|
|
urls:
|
|
- .*
|
|
menu:
|
|
main:
|
|
- identifier: blog
|
|
name: Blog
|
|
title: La section blog
|
|
url: /blog/
|
|
weight: 0
|
|
- identifier: lives
|
|
name: Lives
|
|
title: La section des lives
|
|
url: /lives/
|
|
weight: 0
|
|
- identifier: à-propos
|
|
name: À propos
|
|
title: À propos de ce site web
|
|
url: /à-propos/
|
|
weight: -2
|
|
permalinks:
|
|
posts: :slug
|
|
blog: :slug
|
|
lives: :slug
|
|
frontmatter:
|
|
date:
|
|
- date
|
|
- publishDate
|
|
lastmod:
|
|
- :git
|
|
- lastmod
|
|
markup:
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|
|
params:
|
|
Description: Site web personnel d'iGor milhit.
|
|
Image: mySite.jpg
|
|
ImageDescription: Portrait de mouton aux couleurs sepia.
|
|
author:
|
|
name: iGor milhit
|
|
email: im@ignami.aleeas.com
|
|
# siteSources:
|
|
# Git repository of the website
|
|
# url: https://git.milhit.ch/igor/igor.milhit
|
|
# Which kind of git forge is it? GitHub, a Gitlab instance,
|
|
# a Gitea or Forgejo intance? One of github, gitlab, gitea
|
|
# type: gitea
|
|
# Professional contact data
|
|
# contactsPro:
|
|
# address: Rue Michel-Servet 1, 1211 Genève 4
|
|
# phone: +41 22 379 59 30
|
|
# email: igor.milhit@unige.ch
|
|
# Personal contact data
|
|
# contact:
|
|
# email: im@ignami.aleeas.com
|
|
local_include:
|
|
# Sets the script for the on/off button of the live player.
|
|
js: on_fiber.js
|
|
home_post_list: true
|