123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263 |
- 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"
- Git: "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"
- google_analytics: "UA-158358388-1"
- staticman:
- repository :
- branch : master
- endpoint :
- reCaptcha:
-
-
- siteKey :
- secret :
- excerpt_length: 50
- title-separator: "-"
- date_format: "%B %-d, %Y"
- 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:
- - CHANGELOG.md
- - CNAME
- - Dockerfile
- - Gemfile
- - Gemfile.lock
- - LICENSE
- - README.md
- - Vagrantfile
- exclude: [vendor]
- prose:
- rooturl: '_posts'
- media: 'img'
- ignore:
- - 404.html
- - LICENSE
- - feed.xml
- - _config.yml
- - /_layouts
- - /_includes
- - /css
- - /img
- - /js
- metadata:
- _posts:
- - name: "layout"
- field:
- element: "hidden"
- value: "post"
- - name: "title"
- field:
- element: "text"
- label: "Post title"
- placeholder: "Title"
- alterable: true
- - name: "subtitle"
- field:
- element: "textarea"
- label: "Subtitle"
- placeholder: "A description of your post."
- alterable: true
- - name: "date"
- field:
- element: "text"
- label: "Date"
- help: "Enter date of post."
- placeholder: "yyyy-mm-dd"
- alterable: true
- - name: "image"
- field:
- element: "text"
- label: "Image"
- help: "Add a thumbnail image to your post."
- placeholder: "Thumbnail"
- alterable: true
- - name: "published"
- field:
- element: "checkbox"
- label: "Publish"
- help: "Check to publish post, uncheck to hide."
- plugins:
- - jekyll-paginate
- - jekyll-sitemap
|