-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
76 lines (68 loc) · 2.25 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
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
baseURL = "https://alinpanaitiu.com/"
env = "production"
languageCode = "en-us"
title = "Alin Panaitiu - Personal website"
theme = "blogophonic"
subtitle = "Developer, Designer"
description = "Alin Panaitiu's personal website"
copyright = "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License."
googleAnalytics = ""
disqusShortname = ""
metaDataFormat = "yaml"
pygmentsCodeFences = true
pygmentsOptions = "linenos=table"
# see more styles https://help.farbox.com/pygments.html
pygmentsStyle = "fruity"
pygmentsUseClasses = true
footnoteReturnLinkContents = "↩" # ↩
# set deliberately low for testing choose your preffered number based on the blog layout you've chosen
paginate = 10
preserveTaxonomyNames = true
[params]
orgName = "Alin Panaitiu"
orgLocal = "Brasov, Romania"
favicon = "/favicon.ico?v=0"
logo = "icons/logo.svg"
textFontFamily = "sans-serif"
headingFontFamily = "sans-serif"
siteBgColor = "washed-gold"
sidebarBgColor = "white-40"
headlineColor = "dark-mauve"
headingColor = "dark-mauve"
textColor = "dark-gray"
sidebarTextColor = "mid-gray"
bodyLinkColor = "red"
navLinkColor = "near-black"
sidebarLinkColor = "red"
footerTextColor = "silver"
buttonTextColor = "near-white"
buttonBgColor = "black"
buttonHoverTextColor = "white"
buttonHoverBgColor = "blue"
borderColor = "dark-mauve"
socialInHeader = false
socialInFooter = false
imgSizesMedium = [1920, 1620, 1400, 1280, 1200, 1080, 1024, 992, 768, 640, 576, 320, 64]
imgSizesMediumStr = "1920,1620,1400,1280,1200,1080,1024,992,768,640,576,320,64"
imgSizes = [8120, 5260, 3840, 2560, 1920, 1620, 1400, 1280, 1200, 1080, 1024, 992, 768, 640, 576, 320, 64]
imgSizesStr = "8120,5260,3840,2560,1920,1620,1400,1280,1200,1080,1024,992,768,640,576,320,64"
mainSections = ["blog", "docs"]
[params.author]
email = "[email protected]"
name = "Alin Panaitiu"
[params.social]
facebook = ""
facebook_admin = "" # Facebook Page Admin ID for Domain Insights
instagram = ""
youtube = ""
twitter = "alinp32"
github = "alin23"
medium = ""
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
[privacy.youtube]
privacyEnhanced = true
[markup.goldmark.renderer]
hardWraps = true