1
0
Fork 0

Initial commit

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2024-12-22 08:26:17 +01:00 committed by Julien Riou
commit f0cab2f7c3
Signed by: jriou
GPG key ID: 9A099EDA51316854
54 changed files with 19984 additions and 0 deletions

42
hugo.yaml Normal file
View file

@ -0,0 +1,42 @@
---
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