summaryrefslogtreecommitdiff
path: root/config.toml
blob: 2e5b4c772092129910cc34764217a67c125cd096 (plain)
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
baseURL = 'https://rschanz.org/'
languageCode = 'en-us'
title = 'Ryan Schanzenbacher'
theme = 'hugo-coder'

enableEmoji = true

[markup.goldmark.renderer]
unsafe=true

[params]
author = "Ryan Schanzenbacher"
info = "Fifth Year Cybersecurity Student"
keywords = "blog,personal"
description = "Ryan Schanzenbacher's Personal website"
hideCredits = true
colorScheme = "dark"
hideColorSchemeToggle = true
#avatarURL = "/imgs/profile/avatar.png"

[[params.social]]
  name = "Git"
  icon = "fa fa-git-square fa-2x"
  weight = 0
  url = "https://git.rschanz.org"
[[params.social]]
  name = "Github"
  icon = "fa fa-github fa-2x"
  weight = 1
  url = "https://github.com/ryan77627/"
[[params.social]]
  name = "LinkedIn"
  url = "https://www.linkedin.com/in/ryan-schanzenbacher"
  weight = 2
  icon = "fa fa-linkedin fa-2x"
[[params.social]]
  name = "Email"
  weight = 3
  url = "mailto:inquiries@rschanz.org"
  icon = "fa fa-envelope fa-2x"
[[params.social]]
  name = "Resume"
  weight = 7
  icon = "fa fa-file-text-o fa-2x"
  url = "/resume/Schanzenbacher_Ryan_Resume.pdf"
[[params.social]]
  name = "GPG Key"
  weight = 4
  icon = "fa fa-key-modern fa-2x"
  url = "gpgkey.asc"
[[params.social]]
  name = "Matrix Chat"
  weight = 5
  icon = "fa fa-matrix-org fa-2x"
  url = "https://matrix.to/#/@ryan:rschanz.org"
[[params.social]]
  name = "Mastodon"
  weight = 6
  icon = "fa fa-mastodon fa-2x"
  url = "https://social.ryan77627.xyz/@ryan"

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