-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
38 lines (33 loc) · 840 Bytes
/
_config.yml
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
35
36
37
38
# Site settings
title: Thibault Guillaumont's Website
description: > # this means to ignore newlines until "baseurl:"
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://thibaultguillaumont.github.io/" # the base hostname & protocol for your site
site_url: "https://thibaultguillaumont.github.io/"
author: Copyright © 2020 - Thibault Guillaumont
lang: en_US
# Build settings
safe: true # always trues on github-pages, disables _plugins/
markdown: kramdown
kramdown:
input: GFM
auto_ids: false
hard_wrap: false
syntax_highlighter: rouge
sass:
indentWidth: 4
style: compressed
precision: 10
plugins:
- jekyll-sitemap
- jekyll-seo-tag
exclude:
- Gemfile
- Gemfile.lock
- build-in-docker.sh
- README.md
- vendor
collections:
projects:
output: true
permalink: /projects/:path/