summaryrefslogtreecommitdiffstats
path: root/config.toml
blob: a8efe756e49e4d81508e8dc249ffa1dc00424a98 (plain) (blame)
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
baseURL = 'https://mattstrapp.net'
languageCode = 'en'
title = 'MattStrapp'
theme = "hugo-coder"
enableRobotsTXT = true

[markup]
	[markup.goldmark]
    [markup.goldmark.renderer]
      unsafe = true
#   [markup.highlight]
#     style = "pastie"

[params]
  author = "Matt Strapp"
  info = "Full Stack Developer"
  description = "Matt Strapp's personal website"
  keywords = "developer,personal"
  avatarurl = "images/avatar.png"
  #gravatar = "matt@mattstrapp.net"

  favicon_32 = "/images/favicon-32x32.png"
  favicon_16 = "/images/favicon-16x16.png"

  since = 2022

  enableTwemoji = true

  colorScheme = "dark"
  hidecolorschemetoggle = false

  pygmentsstyle = "pastie"
  pygmentscodefences = true
  pygmentscodefencesguesssyntax = true

[[params.social]]
  name = "Git repositories"
  icon = "fa fa-git fa-2x"
  weight = 1
  url = "https://git.mattstrapp.net"

[[menu.main]]
  name = "About"
  weight = 1
  url = "about/"

[[menu.main]]
  name = "Contact"
  weight = 2
  url = "contact/"


[privacy]
  [privacy.disqus]
    disable = true
  [privacy.googleAnalytics]
    disable = true
  [privacy.instagram]
    disable = true
  [privacy.twitter]
    disable = true
  [privacy.vimeo]
    disable = true
  [privacy.youtube]
    disable = true