Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
commit
f0cab2f7c3
54 changed files with 19984 additions and 0 deletions
42
hugo.yaml
Normal file
42
hugo.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue