blob: fcc792b9448630981db09a289ece9814b47a9da4 (
plain) (
tree)
|
|
title: Your awesome title
email: your-email@example.com
description: >-
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: ""
url: "url.com"
markdown: kramdown # FIXME
plugins:
- jekyll-feed
- jekyll-seo-tag
# - jekyll-multiple-languages-plugin
# languages: ["en", "fr"]
exclude:
- Gemfile
- Gemfile.lock
- gemset.nix
- README
- TODOs.org
- default.nix
- utils.nix
- shell.nix
- vendor/
- spelling/
- scripts/
collections_dir: content
collections:
pastebins:
output: true
|