_config.yml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. # --- General options --- #
  2. # url is the full website URL
  3. # baseurl is the website's URL without the hostname
  4. # If you are building a simple GitHub user page (http://username.github.io) then use these settings:
  5. url: "https://blog.bryanroessler.com"
  6. baseurl: ""
  7. # If you are building a GitHub project page then use these settings:
  8. #url: "http://username.github.io/projectname"
  9. #baseurl: "/projectname"
  10. # Of course don't forget to change the username and projectname to YOUR username and project
  11. # Name of website
  12. title: Bryan Roessler
  13. # Short description of your site
  14. description: Ordo ab chao
  15. # --- Navigation bar options --- #
  16. # List of links in the navigation bar
  17. navbar-links:
  18. Home: "https://bryanroessler.com"
  19. Blog: "https://blog.bryanroessler.com"
  20. CV: "https://cv.bryanroessler.com"
  21. Repos: "https://git.bryanroessler.com"
  22. Services:
  23. - Syncthing: "https://syncthing.bryanroessler.com"
  24. - Panel: "https://panel.bryanroessler.com"
  25. # Image to show in the navigation bar - image must be a square (width = height)
  26. # Remove this parameter if you don't want an image in the navbar
  27. avatar: "/img/me_square_sepia_small.jpg"
  28. # If you want to have an image logo in the top-left corner instead of the title text,
  29. # then specify the following parameter
  30. #title-img: "./img/me_square_sepia_small.jpg"
  31. # --- Background colour/image options --- #
  32. # Personalize the colors in your website. Colour values can be any valid CSS colour
  33. navbar-col: "#F5F5F5"
  34. navbar-text-col: "#404040"
  35. navbar-children-col: "#F5F5F5"
  36. page-col: "#FFFFFF"
  37. link-col: "#008AFF"
  38. hover-col: "#0085A1"
  39. footer-col: "#F5F5F5"
  40. footer-text-col: "#777777"
  41. footer-link-col: "#404040"
  42. # Alternatively, the navbar, footer, and page background can be set to use background images
  43. # instead of colour
  44. # navbar-img: "/img/bgimage.png"
  45. # footer-img: "/img/bgimage.png"
  46. # page-img: "/img/bgimage.png"
  47. # --- Footer options --- #
  48. # Change all these values or delete the ones you don't want.
  49. # Important: you must keep the "name" parameter, everything else you can remove
  50. author:
  51. name: Bryan Roessler
  52. # Select your active Social Network Links.
  53. # Uncomment the links you want to show in the footer and add your information to each link.
  54. # You can reorder the items to define the link order.
  55. # If you want to add a new link that isn't here, you'll need to also edit the file _data/SocialNetworks.yml
  56. social-network-links:
  57. rss: true
  58. email: "bryanroessler@gmail.com"
  59. # facebook: daattali
  60. github: "https://git.bryanroessler.com"
  61. # twitter: daattali
  62. # reddit: yourname
  63. # google-plus: +DeanAttali
  64. linkedin: bryan-roessler-phd-47535a60
  65. # xing: yourname
  66. # stackoverflow: "3943160/daattali"
  67. # snapchat: deanat78
  68. # instagram: deanat78
  69. # youtube: user/deanat78
  70. # spotify: yourname
  71. # telephone: +14159998888
  72. # steam: deanat78
  73. # twitch: yourname
  74. # yelp: yourname
  75. # Select which share links to show in posts
  76. share-links-active:
  77. twitter: false
  78. facebook: false
  79. google: false
  80. linkedin: false
  81. # How to display the link to the website in the footer
  82. # Remove this if you don't want a link in the footer
  83. url-pretty: "bryanroessler.com" # eg. "deanattali.com/beautiful-jekyll"
  84. # --- Web Statistics Section --- #
  85. # Fill in your Google Analytics ID to track your website using GA
  86. #google_analytics: ""
  87. # Google Tag Manager ID
  88. #gtm: ""
  89. # Matomo (aka Piwik) Web statistics
  90. # Uncomment the following section to enable Matomo. The opt-out parameter controls
  91. # whether or not you want to allow users to opt out of tracking.
  92. #matomo:
  93. # site_id: "9"
  94. # uri: "demo.wiki.pro"
  95. # opt-out: true
  96. # --- Comments --- #
  97. # Fill in your Disqus shortname (NOT the userid) if you want to support Disqus comments
  98. # disqus: ""
  99. # To use Facebook Comments, fill in a Facebook App ID
  100. # fb_comment_id: ""
  101. # --- Misc --- #
  102. # Facebook App ID
  103. # fb_app_id: ""
  104. # Excerpt Word Length
  105. # Truncates the excerpt to the specified number of words on the index page
  106. excerpt_length: 50
  107. # Character used to separate site title and description in HTML document title
  108. # and RSS feed title
  109. title-separator: "-"
  110. # --- Don't need to touch anything below here (but you can if you want) --- #
  111. # Output options (more information on Jekyll's site)
  112. timezone: "America/New_York"
  113. markdown: kramdown
  114. highlighter: rouge
  115. permalink: /:year-:month-:day-:title/
  116. paginate: 5
  117. kramdown:
  118. input: GFM
  119. # Default YAML values (more information on Jekyll's site)
  120. defaults:
  121. -
  122. scope:
  123. path: ""
  124. type: "posts"
  125. values:
  126. layout: "post"
  127. comments: true # add comments to all blog posts
  128. social-share: true # add social media sharing buttons to all blog posts
  129. -
  130. scope:
  131. path: "" # all files
  132. values:
  133. layout: "page"
  134. show-avatar: true
  135. # Use tags index page and make tags on each post clickable
  136. link-tags: true
  137. # Exclude these files from production site
  138. exclude:
  139. - Gemfile
  140. - Gemfile.lock
  141. - node_modules
  142. - vendor/bundle/
  143. - vendor/cache/
  144. - vendor/gems/
  145. - vendor/ruby/
  146. - CHANGELOG.md
  147. - CNAME
  148. - Dockerfile
  149. - LICENSE
  150. - README.md
  151. - Vagrantfile
  152. plugins:
  153. - jekyll-paginate
  154. - jekyll-sitemap
  155. # Beautiful Jekyll / Dean Attali
  156. # 2fc73a3a967e97599c9763d05e564189