-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
51 lines (43 loc) · 1.68 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
baseURL = "https://asauner.fr"
title = "Alexandre Sauner"
theme = "gokarna"
languageCode = "en"
defaultContentLanguage = "en"
enableEmoji = true
enableRobotsTXT = true
pygmentsStyle = "monokai"
[markup.goldmark.renderer]
unsafe = true
[params]
footer = "Alexandre Sauner"
description = """
<b>Building cloud-native software at <a href="https://trackit.io">TrackIt</a> 🚀</b>
"""
avatarURL = "/images/avatar.jpg"
avatarSize = "size-m"
customHeadHTML = """
<!-- KaTeX -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-6LkG2wmY8FK9E0vU9OOr8UvLwsaqUg9SETfpq4uTCN1agNe8HRdE9ABlk+fVx6gZ" crossorigin="anonymous">
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" integrity="sha384-31El76TwmbHj4rF9DyLsygbq6xoIobG0W+jqXim+a3dU9W53tdH3A/ngRPxOzzaB" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" integrity="sha384-vZTG03m+2yp6N6BNi5iM4rW4oIwk5DfcNdFfxkk9ZWpDriOkXX8voJBFrAO7MpVl" crossorigin="anonymous"
onload="renderMathInElement(document.body);"></script>
"""
socialIcons = [
{name = "github", url = "https://github.com/alexandre-snr"},
{name = "linkedin", url = "https://www.linkedin.com/in/alexandre-sauner/"},
]
metaKeywords = ["blog", "alexandre", "sauner", "developer", "student", "epitech", "trackit"]
[menu]
# [[menu.main]]
# name = "Home"
# url = "/"
# weight = 1
# [[menu.main]]
# name = "Projects"
# url = "/projects/"
# weight = 2
# [[menu.main]]
# identifier = "rss"
# pre = "<span data-feather='rss'></span>"
# url = "/index.xml"
# weight = 3