config.toml
e189773521ae73939cd54baa2bc5e5680b2a7ffd
· 1.5 KB · 69 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 = "Fifth Year Cybersecurity 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 = "Git" |
| 23 | icon = "fa fa-git-square fa-2x" |
| 24 | weight = 0 |
| 25 | url = "https://git.rschanz.org" |
| 26 | [[params.social]] |
| 27 | name = "Github" |
| 28 | icon = "fa fa-github fa-2x" |
| 29 | weight = 1 |
| 30 | url = "https://github.com/ryan77627/" |
| 31 | [[params.social]] |
| 32 | name = "LinkedIn" |
| 33 | url = "https://www.linkedin.com/in/ryan-schanzenbacher" |
| 34 | weight = 2 |
| 35 | icon = "fa fa-linkedin fa-2x" |
| 36 | [[params.social]] |
| 37 | name = "Email" |
| 38 | weight = 3 |
| 39 | url = "mailto:inquiries@rschanz.org" |
| 40 | icon = "fa fa-envelope fa-2x" |
| 41 | [[params.social]] |
| 42 | name = "Resume" |
| 43 | weight = 7 |
| 44 | icon = "fa fa-file-text-o fa-2x" |
| 45 | url = "/resume/Schanzenbacher_Ryan_Resume.pdf" |
| 46 | [[params.social]] |
| 47 | name = "GPG Key" |
| 48 | weight = 4 |
| 49 | icon = "fa fa-key-modern fa-2x" |
| 50 | url = "gpgkey.asc" |
| 51 | [[params.social]] |
| 52 | name = "Matrix Chat" |
| 53 | weight = 5 |
| 54 | icon = "fa fa-matrix-org fa-2x" |
| 55 | url = "https://matrix.to/#/@ryan:rschanz.org" |
| 56 | [[params.social]] |
| 57 | name = "Mastodon" |
| 58 | weight = 6 |
| 59 | icon = "fa fa-mastodon fa-2x" |
| 60 | url = "https://social.ryan77627.xyz/@ryan" |
| 61 | |
| 62 | [[menu.main]] |
| 63 | name = "Projects" |
| 64 | weight = 2 |
| 65 | url = "/projects" |
| 66 | [[menu.main]] |
| 67 | name = "About" |
| 68 | weight = 1 |
| 69 | url = "/about" |