config.toml
a180e620e4060787d80ef677e5f042a422945b2d
· 939 B · 43 lines
raw
| 1 | baseURL = 'https://rschanz.org/' |
| 2 | languageCode = 'en-us' |
| 3 | title = 'Ryan Schanzenbacher' |
| 4 | theme = 'hugo-coder' |
| 5 | |
| 6 | [params] |
| 7 | author = "Ryan Schanzenbacher" |
| 8 | info = "Second Year Computing Security Student" |
| 9 | keywords = "blog,personal" |
| 10 | description = "Ryan Schanzenbacher's Personal website" |
| 11 | hideCredits = true |
| 12 | colorScheme = "dark" |
| 13 | hideColorSchemeToggle = 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 | |
| 40 | [[menu.main]] |
| 41 | name = "Projects" |
| 42 | weight = 2 |
| 43 | url = "/projects" |