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