42 lines
667 B
YAML
42 lines
667 B
YAML
---
|
|
baseURL: https://julien.riou.xyz/
|
|
languageCode: en-us
|
|
title: Julien Riou
|
|
theme: hugo-xmin
|
|
|
|
permalinks:
|
|
blog: "/blog/:year/:month/:day/:slug"
|
|
|
|
menu:
|
|
main:
|
|
- name: Home
|
|
url: ""
|
|
weight: 1
|
|
- name: Talks
|
|
url: "/talks/"
|
|
weight: 2
|
|
- name: Categories
|
|
url: "/categories/"
|
|
weight: 3
|
|
|
|
markup:
|
|
highlight:
|
|
codeFences: false
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|
|
extensions:
|
|
passthrough:
|
|
enable: true
|
|
delimiters:
|
|
block:
|
|
- - \[
|
|
- \]
|
|
- - $$
|
|
- $$
|
|
inline:
|
|
- - \(
|
|
- \)
|
|
|
|
taxonomies:
|
|
category: categories
|