# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely edit after that. If you find # yourself editing this file very often, consider using Jekyll's data files # feature for the data you need to update frequently. # # For technical reasons, this file is *NOT* reloaded automatically when you use # 'bundle exec jekyll serve'. If you change this file, please restart the server process. # Site settings # These are used to personalize your new site. If you look in the HTML files, # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. title: ~jahnertz email: ~jahnertz@tilde.town description: >- # this means to ignore newlines until "baseurl:" Welcome to ~jahnertz baseurl: "/~jahnertz" # the subpath of your site, e.g. /blog url: "http://tilde.town" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: jahnertz github_username: jahnertz mastodon: jahnertz@mastodon.social # Build settings markdown: kramdown # theme: minima plugins: - jekyll-feed - jekyll-assets # Exclude from processing. # The following items will not be processed, by default. Create a custom list # to override the default setting. # exclude: # - Gemfile # - Gemfile.lock # - node_modules # - vendor/bundle/ # - vendor/cache/ # - vendor/gems/ # - vendor/ruby/ assets: source_maps: true # false on JEKYLL_ENV=production destination: "/assets" compression: false # true on JEKYLL_ENV=production gzip: false caching: path: ".jekyll-cache/assets" type: file # Possible values: memory, file enabled: true # -- # Assets you wish to always have compiled. # This can also be combined with raw_precompile which # copies assets without running through the pipeline # making them ultra fast. # -- precompile: [] raw_precompile: [] # -- # baseurl: whether or not to append site.baseurl # destination: the folder you store them in on the CDN. # url: the CDN url (fqdn, or w/ identifier). # -- cdn: baseurl: false destination: false url: null # -- # These are all default. No need to add them # Only use this if you have more. # -- sources: - assets/styles - assets/css - assets/fonts - assets/images - assets/videos - assets/javascript - assets/video - assets/image - assets/img - assets/js - assets/audio - assets/models - _assets/styles - _assets/css - _assets/fonts - _assets/images - _assets/videos - _assets/javascript - _assets/video - _assets/image - _assets/img - _assets/js - _assets/audio - _assets/models - styles - css - fonts - images - videos - javascript - video - image - img - js - models plugins: css: { autoprefixer: {}} img: { optim: {}} autoprefixer: browsers: - "last 2 versions" - "IE > 9"