MikeRogers0/MikeRogersIO

View on GitHub
bridgetown.config.yml

Summary

Maintainability
Test Coverage
# Welcome to Bridgetown!
#
# This config file is for settings that affect your whole site, values
# which you are expected to set up once and rarely edit after that.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec bridgetown serve'. If you change this file, please restart the
# server process.
#
# For reloadable site metadata like title, SEO description, social media
# handles, etc., take a look at src/_data/site_metadata.yml
#
# If you need help with YAML syntax, here are some quick references for you:
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/
#

baseurl: "" # OPTIONAL: the subpath of your site, e.g. /blog
url: "https://mikerogers.io" # the base hostname & protocol for your site, e.g. https://example.com


# Default is "output", I kept auto completing "git push o" to "git push output", so renaming this.
destination: output

permalink: /:year/:month/:day/:slug

timezone: Other/UTC

pagination:
  enabled: true

collections:
  projects:
    output: true
  videos:
    output: true
    sort_by: date
    sort_direction: descending

svg:
  optimize: true

feed:
  path: rss.xml

lang: en_GB