-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
49 lines (38 loc) · 1.52 KB
/
_config.yml
File metadata and controls
49 lines (38 loc) · 1.52 KB
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
39
40
41
42
43
44
45
46
47
48
49
title: Virtual-Thom | Blog-notes VTOM et informatique
email: virtual-thom@protonmail.com
description: "Blog-notes Visual TOM d'Absyss, informatique, industrialisation, ordonnancement, DevOps"
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://virtual-thom.github.io" # the base hostname & protocol for your site
github_username: Virtual-thom
github_url: "https://github.com/Virtual-thom/virtual-thom.github.io"
#permalink: /:title/
permalink: /:slug.html
timezone: Europe/Paris
locale: fr_FR
favicon: "favicon.ico" # name+extension of favicon (which must be put on the root folder)
remote_theme: riggraz/no-style-please # if you are using GitHub Pages, change it to remote_theme: riggraz/no-style-please
theme_config:
appearance: "auto" # can be "light", "dark" or "auto"
back_home_text: ".." # customize text for homepage link in post layout
date_format: "%d-%m-%Y" # customize how date is formatted
show_description: false # show blog description in home page
lowercase_titles: true # show titles in lowercase in lists
highlighter: rouge
exclude: ["bower.json", "package.json", "node_modules", "Gemfile", "Gemfile.lock","_build", "vendor", ".bundle", "docker-compose.yml", "Dockerfile", "docker-compose-static.yml"]
excerpt_separator: '<!--more-->'
compression: true
gzip: true
sass:
style: compressed
plugins:
- jekyll-feed
- jekyll-seo-tag
- jektex
- jekyll-sitemap
jektex:
cache_dir: ".jektex-cache"
ignore: ["*.xml"]
silent: false
macros:
- ["\\Q", "\\mathbb{Q}"]
- ["\\C", "\\mathbb{C}"]