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

[params]
author = "Ryan Schanzenbacher"
info = "Second Year Computing Security Student"
keywords = "blog,personal"
description = "Ryan Schanzenbacher's Personal website"
hideCredits = true
colorScheme = "dark"
hideColorSchemeToggle = true

[[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:rjs1877@rit.edu"
  icon = "fa fa-envelope fa-2x"
[[params.social]]
  name = "Resume"
  weight = 4
  url = /static/RyanSchanzenbacher

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

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