-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
112 lines (108 loc) · 3.26 KB
/
config.yaml
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
theme: hugo-tufte
languageCode: en-US
hasCJKLanguage: false
baseurl: "https://pietromaggi.com/"
title: "Garbage Collector"
canonifyurls: true
paginate: 5
# Only modify the following if you know what you are doing
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
guessSyntax: true
params:
subtitle: "Tales from an old nibble"
logo: "images/pfm.png"
favicon: "favicon/favicon.ico"
author: false
dateFormat: "January 2, 2006"
codeBlocksDark: true
showPrivacyPolicy: true
# rss: true
hidereadtime: false
# Dark code highlighting
# Customize the indicator for margin notes
# Some suggestions: ⊕, 💬, 💭, 📑, 🏷, ✍, 💡, 🧐, 📎, 📌
marginNoteInd: "⊕"
# Your name or the name of you company
copyright: Copyright 2013-23 Pietro F. Maggi
# Show the "Powered by Hugo-Tufte and Hugo."
showPoweredBy: true
# Site wide kill switch for date in pages
hidedate: false
hidereadtime: false
meta: true
# Site wide kill switch for post summary on home page
showSummary: true
# Site wide kill switch for LaTeX support
KaTeXVersion: 0.16.4
KaTeXCDN: "//cdn.jsdelivr.net/npm"
# #### Control style flavours of the website
# Use upright & sans-serif font for subtitles
sansSubtitle: true
# Make the page centred in screen
centerArticle: false
# ######## Common social website links, please comment the unused ones.
# (if your favorite one is not in the list, please head to the footer menu below and add an entry)
# Please note that some of the value below are only provided as an exemple, perhaps the computed isn't valid
github: pfmaggi
# gitlab: slashformotion
twitter: pfmaggi
# patreon: ''
# youtube: user/ChromeDevelopers # check the end of your youtube url https://www.youtube.com/<copy_this>
medium: "@pmaggi"
# reddit: Slashformotion
linkedin: pietromaggi
stackoverflow: 118862/pfmaggi
mastodon: androiddev.social/@pfmaggi
taxonomies:
category: categories
series: series
tag: tags
# -----------------------------------------------------------------------
# Navigation menu
# -----------------------------------------------------------------------
menu:
nav:
- name: Home
weight: -110
pre: "<i class='fas fa-home fa-lg'></i> "
identifier: home
url: /
- name: Posts
weight: -100
pre: "<i class='fas fa-book fa-lg'></i> "
identifier: posts
url: /posts/
- name: Tags
weight: -90
pre: "<i class='fas fa-tags fa-lg'></i> "
identifier: tags
url: /tags/
- name: About
weight: -80
pre: "<i class='fas fa-info-circle fa-lg'></i> "
identifier: about
url: /pages/about/
- name: Talks
weight: -70
pre: "<i class='fas fa-video fa-lg'></i> "
identifier: talks
url: /pages/talks/
- name: RSS
weight: -50
pre: "<i class='fas fa-rss fa-lg'></i> "
identifier: rss
url: /posts/index.xml
# -----------------------------------------------------------------------
# FOOTER MENU
# If you need to add custom links to you footer: put them here.
# -----------------------------------------------------------------------
# footer:
# - name: Custom footer link
# weight: -90
# identifier: custom_link
# url: 'https://example.com'