aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
blob: 99f34015c0241c2f6cf1bb7c2292336f4b575010 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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:
  pastebins:
    output: true