_config.yml 10 KB

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