_config.yml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. ###########################################################
  2. ### Welcome to Beautiful Jekyll!
  3. ### This config file is meant for settings that affect your entire website. When you first
  4. ### set up your website you should go through all these settings and edit them, but after
  5. ### the initial set up you won't need to come back to this file often.
  6. ###########################################################
  7. ############################
  8. # --- Required options --- #
  9. ############################
  10. # Name of website
  11. title: Bryan Roessler
  12. # Your name to show in the footer
  13. author: Bryan Roessler
  14. ###############################################
  15. # --- List of links in the navigation bar --- #
  16. ###############################################
  17. navbar-links:
  18. Home: "https://bryanroessler.com"
  19. Blog: "https://blog.bryanroessler.com"
  20. CV: "https://cv.bryanroessler.com"
  21. Git: "https://git.bryanroessler.com"
  22. Services:
  23. - Syncthing: "https://syncthing.bryanroessler.com"
  24. - Panel: "https://panel.bryanroessler.com"
  25. ################
  26. # --- Logo --- #
  27. ################
  28. # Image to show in the navigation bar - works best with a square image
  29. # Remove this parameter if you don't want an image in the navbar
  30. avatar: "/assets/img/me_square_sepia_small.jpg"
  31. # By default, the image is cut into a circle. You can disable this behaviour by setting 'round-avatar: false'
  32. round-avatar: true
  33. # If you want to have an image logo in the top-left corner instead of having the title of the website,
  34. # then specify the following parameter
  35. #title-img: /path/to/image
  36. #####################################
  37. # --- Footer social media links --- #
  38. #####################################
  39. # Select the social network links that you want to show in the footer.
  40. # You can change the order that they show up on the page by changing the order here.
  41. # Uncomment the links you want to show and add your information to each one.
  42. social-network-links:
  43. email: "bryanroessler@gmail.com"
  44. rss: true
  45. # facebook:
  46. github: "https://git.bryanroessler.com"
  47. # twitter:
  48. # reddit:
  49. # google-plus:
  50. linkedin: bryan-roessler-phd-47535a60
  51. # youtube:
  52. # medium:
  53. # spotify: yourname
  54. # telephone: +14159998888
  55. # steam: deanat78
  56. # twitch: yourname
  57. # yelp: yourname
  58. # telegram: yourname
  59. # calendly: yourname
  60. # mastodon: instance.url/@username
  61. # bluesky: yourname
  62. # ORCID: your ORCID ID
  63. # google-scholar: your google scholar
  64. # discord: "invite_code" or "users/userid" or "invite/invite_code"
  65. # kaggle: yourname
  66. # hackerrank: yourname
  67. # gitlab: yourname
  68. # itchio: yourname
  69. # untappd: yourname
  70. # If you want your website to generate an RSS feed, provide a description
  71. # The URL for the feed will be https://<your_website>/feed.xml
  72. rss-description: Bryan Roessler's Blog
  73. ###########################
  74. # --- General options --- #
  75. ###########################
  76. # Select which social network share links to show in posts
  77. share-links-active:
  78. twitter: false
  79. facebook: false
  80. linkedin: false
  81. vk: false
  82. # How to display the link to the website in the footer
  83. # Remove this if you don't want a link in the footer
  84. url-pretty: "bryanroessler.com"
  85. # Add the website title to the title of every page
  86. title-on-all-pages: true
  87. # Excerpt word length - Truncate the excerpt of each post on the feed page to the specified number of words
  88. excerpt_length: 50
  89. # Whether or not to show an excerpt for every blog post in the feed page
  90. feed_show_excerpt: true
  91. # Whether or not to show a list of tags below each post preview in the feed page
  92. feed_show_tags: true
  93. # Add a search button to the navbar
  94. post_search: true
  95. # Add a button in the footer to edit the current page. Only works if your website is hosted on GitHub
  96. edit_page_button: true
  97. # Allow sub-menu items (second-level navigation menu items) to be longer than the top-level menu
  98. # If this setting is off, then long sub-menu words might get cut off
  99. # See https://github.com/daattali/beautiful-jekyll/issues/765 to understand the issue this setting can solve
  100. navbar-var-length: false
  101. # The keywords to associate with your website, for SEO purposes
  102. #keywords: "my,list,of,keywords"
  103. ######################################
  104. # --- Colours / background image --- #
  105. ######################################
  106. # Personalize the colours in your website. Colour values can be any valid CSS colour
  107. page-col: "#FFFFFF"
  108. text-col: "#404040"
  109. link-col: "#008AFF"
  110. hover-col: "#0085A1"
  111. navbar-col: "#F5F5F5" # #EAEAEA
  112. navbar-text-col: "#404040"
  113. navbar-border-col: "#DDDDDD"
  114. footer-col: "#F5F5F5" # #EAEAEA
  115. footer-text-col: "#777777"
  116. footer-link-col: "#404040"
  117. footer-hover-col: "#0085A1"
  118. # Alternatively, the navbar, footer, and page background can be set to an image
  119. # instead of colour
  120. #navbar-img: "/assets/img/bgimage.png"
  121. #footer-img: "/assets/img/bgimage.png"
  122. #page-img: "/assets/img/bgimage.png"
  123. # Suggest a colour for mobile browsers to use as the browser's theme. This is only supported by a few mobile browsers.
  124. #mobile-theme-col: "#0085A1"
  125. # For any extra visual customization, you can include additional CSS files in every page on your site. List any custom CSS files here
  126. #site-css:
  127. # - "/assets/css/custom-styles.css"
  128. # If you have common JavaScript files that should be included in every page, list them here
  129. #site-js:
  130. # - "/assets/js/custom-script.js"
  131. #################################
  132. # --- Web Analytics Section --- #
  133. #################################
  134. # Fill in your Google Analytics tag ID (or "Measurement ID") to track your website usage
  135. #gtag: "G-XXXXXXXXXX"
  136. # Fill in your Cloudflare Analytics beacon token to track your website using Cloudflare Analytics
  137. #cloudflare_analytics: ""
  138. # Fill in your Google Analytics ID to track your website using GA
  139. google_analytics: "UA-158358388-1"
  140. # Google Tag Manager ID
  141. #gtm: ""
  142. # Matomo (aka Piwik) Web statistics
  143. # Uncomment the following section to enable Matomo. The opt-out parameter controls
  144. # whether or not you want to allow users to opt out of tracking.
  145. #matomo:
  146. # site_id: "9"
  147. # uri: "demo.wiki.pro"
  148. # opt-out: true
  149. # Google Universal Analytics ID -- deprecated
  150. # As of July 2023 this is no longer supported by Google! If you are still using `google_analytics`,
  151. # you should switch to using the `gtag` field above instead.
  152. #google_analytics: "UA-XXXXXXXX-X"
  153. ####################
  154. # --- Comments --- #
  155. ####################
  156. # To use Disqus comments, sign up to https://disqus.com and fill in your Disqus shortname (NOT the userid)
  157. #disqus: ""
  158. # To use Facebook Comments, create a Facebook app and fill in the Facebook App ID
  159. #fb_comment_id: ""
  160. # To use CommentBox, sign up for a Project ID on https://commentbox.io
  161. #commentbox: "" # Project ID, e.g. "5694267682979840-proj"
  162. # To use Utterances comments: (0) uncomment the following section, (1) fill in
  163. # "repository" (make sure the repository is public), (2) Enable Issues in your repository,
  164. # (3) Install the Utterances app in your repository https://github.com/apps/utterances
  165. # See more details about the parameters below at https://utteranc.es/
  166. #utterances:
  167. # repository: # GitHub username/repository eg. "daattali/beautiful-jekyll"
  168. # issue-term: title # Mapping between blog posts and GitHub issues
  169. # theme: github-light # Utterances theme
  170. # label: blog-comments # Label that will be assigned to GitHub Issues created by Utterances
  171. # To use Staticman comments, uncomment the following section. You may leave the reCaptcha
  172. # section commented if you aren't using reCaptcha for spam protection.
  173. # Using Staticman requires advanced knowledge, please consult
  174. # https://github.com/eduardoboucas/staticman/ and https://staticman.net/ for further
  175. # instructions. For any support with staticman please direct questions to staticman and
  176. # not to BeautifulJekyll.
  177. #staticman:
  178. # repository : # GitHub username/repository eg. "daattali/beautiful-jekyll"
  179. # branch : master # If you're not using `master` branch, then you also need to update the `branch` parameter in `staticman.yml`
  180. # endpoint : # URL of your deployment, with a trailing slash eg. "https://<your-api>/v3/entry/github/"
  181. # reCaptcha: # (optional, set these parameters in `staticman.yml` as well)
  182. # siteKey : # You need to apply for a site key on Google
  183. # secret : # Encrypt your password by going to https://<your-own-api>/v3/encrypt/<your-site-secret>
  184. # To use giscus comments:
  185. # (0) Uncomment the following giscus section, (1) Enable Discussions in your GitHub repository,
  186. # (2) Install the giscus app in your repository (details at https://giscus.app),
  187. # (3) Fill in *all* the parameters below
  188. # See more details about giscus and each of the following parameters at https://giscus.app
  189. #giscus:
  190. # hostname: giscus.app # Replace with your giscus instance's hostname if self-hosting
  191. # repository: # GitHub username/repository eg. "daattali/beautiful-jekyll"
  192. # repository-id: # ID of your repository, retrieve this info from https://giscus.app
  193. # category: Announcements # Category name of your GitHub Discussion posts
  194. # category-id: # ID of your category, retrieve this info from https://giscus.app
  195. # mapping: pathname
  196. # reactions-enabled: 1
  197. # emit-metadata: 0
  198. # theme: light
  199. ################
  200. # --- Misc --- #
  201. ################
  202. # Ruby Date Format to show dates of posts
  203. date_format: "%B %-d, %Y"
  204. # Facebook App ID
  205. #fb_app_id: ""
  206. #################################################################################
  207. # --- You don't need to touch anything below here (but you can if you want) --- #
  208. #################################################################################
  209. # Output options (more information on Jekyll's site)
  210. timezone: "America/New_York"
  211. markdown: kramdown
  212. highlighter: rouge
  213. permalink: /:year-:month-:day-:title/
  214. paginate: 5
  215. plugins: [jekyll-paginate]
  216. kramdown:
  217. input: GFM
  218. # Default YAML values (more information on Jekyll's site)
  219. defaults:
  220. -
  221. scope:
  222. path: ""
  223. type: "posts"
  224. values:
  225. layout: "post"
  226. comments: false # add comments to all blog posts
  227. social-share: true # add social media sharing buttons to all blog posts
  228. readtime: true # add estimated reading time on all blog posts
  229. -
  230. scope:
  231. path: "" # any file that's not a post will be a "page" layout by default
  232. values:
  233. layout: "page"
  234. # Exclude these files from production site
  235. exclude:
  236. - CHANGELOG.md
  237. - CNAME
  238. - Gemfile
  239. - Gemfile.lock
  240. - LICENSE
  241. - README.md
  242. - screenshot.png
  243. - docs/
  244. - vendor/
  245. plugins:
  246. - jekyll-paginate
  247. - jekyll-sitemap