_config.yml 10 KB

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