# Site settings title: Resist description: United Interwebs Department of Internautics - Bureau of Decentralized Resistance baseurl: "" url: "" # Build settings markdown: kramdown highlighter: rouge permalink: pretty # Exclude files from processing exclude: - README.md - LICENSE - Gemfile - Gemfile.lock # Collections collections: posts: output: true # Defaults defaults: - scope: path: "" type: "pages" values: layout: "default" - scope: path: "" type: "posts" values: layout: "post"