-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
78 lines (68 loc) · 2.59 KB
/
Copy path_config.yml
File metadata and controls
78 lines (68 loc) · 2.59 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
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
# Site settings
title: CodeAndDrive.com
url: "https://codeanddrive.com" # protocol + host, no trailing slash (absolute_url, jekyll-seo-tag, sitemap)
baseurl: "" # empty on the apex domain; would be the sub-path prefix on a project page
timezone: Europe/Warsaw
encoding: UTF-8
lang: en # default for pages without `lang:` front matter (<html lang>, jekyll-seo-tag, template fallbacks)
description: Tomasz Sułkowski - Software developer, Drift racing driver
logo: /assets/images/codeanddrive_glitch_174x55.png # jekyll-seo-tag: publisher logo in JSON-LD
# Your information
email: tomasz_sulkowski@wp.pl
author: Tomasz Sułkowski
avatar: "/assets/images/avatar.jpg"
profile: .NET software engineer, drift driver
profile_pl: Inżynier oprogramowania .NET, kierowca driftingowy
# Social profiles - jekyll-seo-tag emits them as JSON-LD `sameAs` links
social:
name: Tomasz Sułkowski
links:
- https://www.instagram.com/tommydrifting/
- https://www.facebook.com/TommyDrifting
- https://www.youtube.com/@TommyDrifting
- https://github.com/Soolek
# `_pages` is an underscore directory, so it has to be listed here to be built.
# `_posts` is read natively as a collection - listing it here would publish every post a second time under /_posts/.
include: ["_pages"]
# `exclude` replaces Jekyll's default list, so bundler files are listed explicitly.
exclude: ["LICENSE", "README.md", "Gemfile", "Gemfile.lock", "vendor", "node_modules", "scripts"]
highlighter: rouge
markdown: kramdown
sass:
style: compressed
kramdown:
input: GFM
syntax_highlighter: rouge
permalink: /:title
# Plugins - the site is built by GitHub Pages, which only runs its whitelisted plugins
# (https://pages.github.com/versions/). Both of these are on the list.
plugins:
- jekyll-seo-tag
- jekyll-sitemap
# Languages. The i18n is hand-rolled: `lang:` front matter, `/en/...` and `/pl/...` permalinks and
# `.en.`/`.pl.` file twins. These two keys are consumed by _includes/head.html and _includes/header.html.
languages: ["en", "pl"]
language_names:
en: English
pl: Polski
# Front matter defaults. jekyll-seo-tag has no site-wide og:image fallback and would emit
# og:locale="pl" verbatim, hence `image` and `locale` are provided here.
defaults:
- scope:
path: ""
values:
locale: en_US
image:
path: /assets/images/avatar.jpg
width: 365
height: 365
twitter:
card: summary
- scope:
path: "**/*.pl.*"
values:
locale: pl_PL
- scope:
path: "oswiadczenie_pasazera_drift_taxi.pdf" # unlinked form: keep it out of sitemap.xml
values:
sitemap: false