config.toml
6610ba2088307f2d406fce7666678945d447a818
· 1.1 KB · 53 lines
raw
| 1 | baseURL = 'https://rschanz.org/' |
| 2 | languageCode = 'en-us' |
| 3 | title = 'Ryan Schanzenbacher' |
| 4 | theme = 'hugo-coder' |
| 5 | |
| 6 | [markup.goldmark.renderer] |
| 7 | unsafe=true |
| 8 | |
| 9 | [params] |
| 10 | author = "Ryan Schanzenbacher" |
| 11 | info = "Second Year Computing Security Student" |
| 12 | keywords = "blog,personal" |
| 13 | description = "Ryan Schanzenbacher's Personal website" |
| 14 | hideCredits = true |
| 15 | colorScheme = "dark" |
| 16 | hideColorSchemeToggle = true |
| 17 | |
| 18 | [[params.social]] |
| 19 | name = "Github" |
| 20 | icon = "fa fa-github fa-2x" |
| 21 | weight = 1 |
| 22 | url = "https://github.com/ryan77627/" |
| 23 | [[params.social]] |
| 24 | name = "LinkedIn" |
| 25 | url = "https://www.linkedin.com/in/ryan-schanzenbacher" |
| 26 | weight = 2 |
| 27 | icon = "fa fa-linkedin fa-2x" |
| 28 | [[params.social]] |
| 29 | name = "Email" |
| 30 | weight = 3 |
| 31 | url = "mailto:rjs1877@rit.edu" |
| 32 | icon = "fa fa-envelope fa-2x" |
| 33 | [[params.social]] |
| 34 | name = "Resume" |
| 35 | weight = 4 |
| 36 | icon = "fa fa-file-text-o fa-2x" |
| 37 | url = "/resume/Schanzenbacher_Ryan_Resume.pdf" |
| 38 | |
| 39 | [[params.social]] |
| 40 | name = "GPG Key" |
| 41 | weight = 5 |
| 42 | icon = "fa fa-key-modern fa-2x" |
| 43 | url = "gpgkey.asc" |
| 44 | |
| 45 | #[[menu.main]] |
| 46 | # name = "About" |
| 47 | # weight = 1 |
| 48 | # url = "/about" |
| 49 | |
| 50 | [[menu.main]] |
| 51 | name = "Projects" |
| 52 | weight = 2 |
| 53 | url = "/projects" |