_config.yml 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  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. Git: "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: "UA-158358388-1"
  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. # If you want to use JustComments fill with the API Key
  100. #just-comments: "ABCD-EFGH-IJKL"
  101. # To use Facebook Comments, fill in a Facebook App ID
  102. # fb_comment_id: ""
  103. # To use Staticman comments, fill in repository, branch, and endpoint
  104. staticman:
  105. repository : # GitHub username/repository eg. "daattali/beautiful-jekyll"
  106. branch : master # If you're not using `master` branch, then you also need to update the `branch` parameter in `staticman.yml`
  107. endpoint : # URL of your own deployment, with a trailing slash (will fallback to a public GitLab instance) eg. https://<your-api>/v3/entry/github/
  108. reCaptcha:
  109. # reCaptcha for Staticman (OPTIONAL, but recommended for spam protection)
  110. # If you use reCaptcha, you must also set these parameters in staticman.yml
  111. siteKey : # Use your own site key, you need to apply for one on Google
  112. secret : # ENCRYPT your password by going to https://staticman3.herokuapp.com/v3/encrypt/<your-site-secret>
  113. # --- Misc --- #
  114. # Facebook App ID
  115. # fb_app_id: ""
  116. # Excerpt Word Length
  117. # Truncates the excerpt to the specified number of words on the index page
  118. excerpt_length: 50
  119. # Character used to separate site title and description in HTML document title
  120. # and RSS feed title
  121. title-separator: "-"
  122. # Ruby Date Format
  123. date_format: "%B %-d, %Y"
  124. # --- Don't need to touch anything below here (but you can if you want) --- #
  125. # Output options (more information on Jekyll's site)
  126. timezone: "America/New_York"
  127. markdown: kramdown
  128. highlighter: rouge
  129. permalink: /:year-:month-:day-:title/
  130. paginate: 5
  131. kramdown:
  132. input: GFM
  133. # Default YAML values (more information on Jekyll's site)
  134. defaults:
  135. -
  136. scope:
  137. path: ""
  138. type: "posts"
  139. values:
  140. layout: "post"
  141. comments: true # add comments to all blog posts
  142. social-share: true # add social media sharing buttons to all blog posts
  143. -
  144. scope:
  145. path: "" # all files
  146. values:
  147. layout: "page"
  148. show-avatar: true
  149. # Use tags index page and make tags on each post clickable
  150. link-tags: true
  151. # Exclude these files from production site
  152. exclude:
  153. - CHANGELOG.md
  154. - CNAME
  155. - Dockerfile
  156. - Gemfile
  157. - Gemfile.lock
  158. - LICENSE
  159. - README.md
  160. - Vagrantfile
  161. #https://github.com/jekyll/jekyll/issues/5267#issuecomment-241379902
  162. exclude: [vendor]
  163. # prose.io config
  164. prose:
  165. rooturl: '_posts'
  166. media: 'img'
  167. ignore:
  168. - 404.html
  169. - LICENSE
  170. - feed.xml
  171. - _config.yml
  172. - /_layouts
  173. - /_includes
  174. - /css
  175. - /img
  176. - /js
  177. metadata:
  178. _posts:
  179. - name: "layout"
  180. field:
  181. element: "hidden"
  182. value: "post"
  183. - name: "title"
  184. field:
  185. element: "text"
  186. label: "Post title"
  187. placeholder: "Title"
  188. alterable: true
  189. - name: "subtitle"
  190. field:
  191. element: "textarea"
  192. label: "Subtitle"
  193. placeholder: "A description of your post."
  194. alterable: true
  195. - name: "date"
  196. field:
  197. element: "text"
  198. label: "Date"
  199. help: "Enter date of post."
  200. placeholder: "yyyy-mm-dd"
  201. alterable: true
  202. - name: "image"
  203. field:
  204. element: "text"
  205. label: "Image"
  206. help: "Add a thumbnail image to your post."
  207. placeholder: "Thumbnail"
  208. alterable: true
  209. - name: "published"
  210. field:
  211. element: "checkbox"
  212. label: "Publish"
  213. help: "Check to publish post, uncheck to hide."
  214. # Beautiful Jekyll / Dean Attali
  215. # 2fc73a3a967e97599c9763d05e564189