123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- url: "https://blog.bryanroessler.com"
- baseurl: ""
- title: Bryan Roessler
- description: Ordo ab chao
- navbar-links:
- Home: "https://bryanroessler.com"
- Blog: "https://blog.bryanroessler.com"
- CV: "https://cv.bryanroessler.com"
- Repos: "https://git.bryanroessler.com"
- Services:
- - Syncthing: "https://syncthing.bryanroessler.com"
- - Panel: "https://panel.bryanroessler.com"
- avatar: "/img/me_square_sepia_small.jpg"
- navbar-col: "#F5F5F5"
- navbar-text-col: "#404040"
- navbar-children-col: "#F5F5F5"
- page-col: "#FFFFFF"
- link-col: "#008AFF"
- hover-col: "#0085A1"
- footer-col: "#F5F5F5"
- footer-text-col: "#777777"
- footer-link-col: "#404040"
- author:
- name: Bryan Roessler
- social-network-links:
- rss: true
- email: "bryanroessler@gmail.com"
- github: "https://git.bryanroessler.com"
- linkedin: bryan-roessler-phd-47535a60
- share-links-active:
- twitter: false
- facebook: false
- google: false
- linkedin: false
- url-pretty: "bryanroessler.com"
- excerpt_length: 50
- title-separator: "-"
- timezone: "America/New_York"
- markdown: kramdown
- highlighter: rouge
- permalink: /:year-:month-:day-:title/
- paginate: 5
- kramdown:
- input: GFM
- defaults:
- -
- scope:
- path: ""
- type: "posts"
- values:
- layout: "post"
- comments: true
- social-share: true
- -
- scope:
- path: ""
- values:
- layout: "page"
- show-avatar: true
- link-tags: true
- exclude:
- - Gemfile
- - Gemfile.lock
- - node_modules
- - vendor/bundle/
- - vendor/cache/
- - vendor/gems/
- - vendor/ruby/
- - CHANGELOG.md
- - CNAME
- - Dockerfile
- - LICENSE
- - README.md
- - Vagrantfile
- plugins:
- - jekyll-paginate
- - jekyll-sitemap
|