forked from rroszczyk/rroszczyk.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
112 lines (93 loc) · 3.08 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
lang: pl_PL
title: Radosław Roszczyk
description: > # this means to ignore newlines until "baseurl:"
To jest mój osobisty blog, służący wyrażaniu moich prywatnych opinii na różne tematy. Jest to również mój osobisty dziennik w którym dzielę się swoimi przemyśleniami oraz pomysłami dotyczącymi różnych spraw.
#permalink: ':title/'
site:
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://rroszczyk.github.io/" # the base hostname & protocol for your site, e.g. http://example.com
# url: "http://127.0.0.1:4000"
site-twitter: #if your site has a twitter account, enter it here
# Author Settings
author: Radosław Roszczyk # add your name
author-img: radoslaw_roszczyk_192.jpg # add your photo
#about-author: I am a software developer, researcher, and academic. Always hungry to keep learning. # add description
#about-author: Thoughts, stories and ideas. Przemyślenia, historie oraz nowe koncepcje.
about-author: notatki, materiały, oraz inne przydatne rzeczy
social-twitter: rroszczyk # add your Twitter handle
#social-facebook: rroszczy # add your Facebook handle
social-github: rroszczyk # add your Github handle
social-linkedin: rroszczyk # add your Linkedin handle
#social-email: # add your Email address
# Disqus
#discus-identifier: mr-brown # add your discus identifier
# Tracker
analytics: UA-126717565-1 # Google Analytics
# Build Settings
markdown: kramdown
plugins:
- jekyll-sitemap
- jekyll-paginate
- jemoji
- jekyll-seo-tag
- jekyll-gzip
- jekyll-katex
- jekyll-scholar
paginate: 8
paginate_path: "/page/:num"
permalink: /:categories/:title/
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock"]
menu:
- title: Blog
url: /blog/
tag: ""
collections:
featured_tags:
permalink: /tags/:name/
output: true
featured_categories:
permalink: /:name/
output: true
compress_html:
comments: ["<!-- ", " -->"]
clippings: all
endings: all
ignore:
envs: [development]
gzip:
extensions:
- '.html'
- '.css'
- '.js'
kramdown:
math_engine: katex
math_engine_opts: {}
syntax_highlighter: rouge
# syntax_highlighter_opts:
# block:
# line_numbers: true
katex:
rendering_options:
# Default KaTeX rendering options. See https://github.com/Khan/KaTeX#rendering-options
throw_error: true # throwOnError - set to false if you want rendering to output error as text rather than a build error
error_color: "#cc0000" # errorColor
scholar:
style: modern-language-association
defaults:
# `jekyll-seo-tag` will mark collection outputs as `BlogPosting`,
# but we want them to be `WebPage`s:
- scope:
type: projects
values:
seo:
type: WebPage
- scope:
type: featured_categories
values:
seo:
type: WebPage
- scope:
type: featured_tags
values:
seo:
type: WebPage