-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
64 lines (51 loc) · 1.34 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
baseurl = "http://polyvariant.org"
title = "p[±]lyvariant"
theme = "hugo-coder"
languagecode = "en"
defaultcontentlanguage = "en"
paginate = 20
# disqusShortname = "yourdiscussshortname"
[markup.highlight]
style = "github-dark"
[params]
author = "Polyvariant"
info = "Making Scala a better language, one library at a time"
description = "Making Scala a better language, one library at a time."
keywords = "scala,fp,functional-programming"
avatarurl = "images/avatar.png"
faviconSVG = "/img/favicon.svg"
favicon_32 = "/img/favicon-32x32.png"
favicon_16 = "/img/favicon-16x16.png"
since = 2021
enableTwemoji = true
colorScheme = "auto"
hidecolorschemetoggle = false
customCSS = ["css/custom.css"]
# customSCSS = ["scss/custom.scss"]
# customJS = ["js/custom.js"]
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
author = "authors"
# Social links
[[params.social]]
name = "Github"
icon = "fa-brands fa-github fa-2x"
weight = 1
url = "https://github.com/polyvariant/"
# Menu links
[[menu.main]]
name = "About"
weight = 1
url = "about"
[[menu.main]]
name = "Projects"
weight = 2
target = "_blank"
url = "https://github.com/orgs/polyvariant/repositories?q=sort%3Astars"
[[menu.main]]
name = "Learn Scala"
weight = 3
target = "_blank"
url = "https://learn-scala.polyvariant.org/"