-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
57 lines (52 loc) · 1.61 KB
/
_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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# This file contains configuration flags to customize your site
# Blog/Website source code
# - code version (name) / repository
# - name convention based on https://en.wikipedia.org/wiki/Ubuntu_version_history#Release_history
code:
version: 2020.11c
name: Dapper Drake LTS
hosted: "https://github.com/"
repository: "jaandrle/jaandrle.github.io"
branch: "master"
# Main site settings
# - (base)url
# - language (see https://www.w3schools.com/tags/ref_language_codes.asp)
url: https://jaandrle.github.io
baseurl: ""
lang: cs
sass:
style: :compressed # You might prefer to minify using :compressed || :expanded
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: "posts" # previously `post` in Jekyll 2.2.
values:
layout: "post"
excerpt_separator: <!--more-->
# Site / author infos
description: Zde naleznete věci, které bych nerad zapomněl či mně zaujaly. Přičemž zabrousím do <b>okolí IT</b> a případně také do tajů fyziky či matematiky.
welcome_text: Vítejte na osobních stránkách Jana Andrle.
author:
name: Jan Andrle
email: [email protected]
avatar: https://avatars0.githubusercontent.com/u/8017233?s=460&v=4
# Posts
# - related to markdown (kramdown) see https://jekyllrb.com/docs/configuration/markdown/
permalink: /blog/:year-:month/:title/
future: false
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: 'highlight'
# Plugins & Exclude from production (_site)
plugins:
- jekyll-redirect-from
- jemoji
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME