summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2021-09-28 19:56:57 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2021-09-28 19:56:57 -0400
commita180e620e4060787d80ef677e5f042a422945b2d (patch)
treefb2b8e0c76097253780d162ca8c57787c20bdcd3 /config.toml
parenta09cc69c3889809cb18ce1d672da41b314fe9f05 (diff)
added basic parameters
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml41
1 files changed, 37 insertions, 4 deletions
diff --git a/config.toml b/config.toml
index 99b3a97..07e96cf 100644
--- a/config.toml
+++ b/config.toml
@@ -3,8 +3,41 @@ languageCode = 'en-us'
3title = 'Ryan Schanzenbacher' 3title = 'Ryan Schanzenbacher'
4theme = 'hugo-coder' 4theme = 'hugo-coder'
5 5
6[menu] 6[params]
7author = "Ryan Schanzenbacher"
8info = "Second Year Computing Security Student"
9keywords = "blog,personal"
10description = "Ryan Schanzenbacher's Personal website"
11hideCredits = true
12colorScheme = "dark"
13hideColorSchemeToggle = true
14
15[[params.social]]
16 name = "Github"
17 icon = "fa fa-github fa-2x"
18 weight = 1
19 url = "https://github.com/ryan77627/"
20[[params.social]]
21 name = "LinkedIn"
22 url = "https://www.linkedin.com/in/ryan-schanzenbacher"
23 weight = 2
24 icon = "fa fa-linkedin fa-2x"
25[[params.social]]
26 name = "Email"
27 weight = 3
28 url = "mailto:rjs1877@rit.edu"
29 icon = "fa fa-envelope fa-2x"
30[[params.social]]
31 name = "Resume"
32 weight = 4
33 url = /static/RyanSchanzenbacher
34
35#[[menu.main]]
36# name = "About"
37# weight = 1
38# url = "/about"
39
7[[menu.main]] 40[[menu.main]]
8 identifier = 'test' 41 name = "Projects"
9 name = 'Test' 42 weight = 2
10 url = '/test' 43 url = "/projects"