-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
76 lines (67 loc) · 1.68 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
# Site settings
title: &author Jiří Maňák
tagline: Personal Portfolio and Blog
description: &description Maker of things who strives to take part in creating great products.
image: https://assets.manakjiri.cz/ogp.png # This image is used for Open Graph more info https://ogp.me/
lang: en-US # default lang
timezone: Europe/Prague # set your timezone
repo: https://github.com/manakjiri/personal-website
email: &email manak@z-bionics.com
username: &username manakjiri
twitter_username: &twitter_username manakjiri
github_username: &github_username manakjiri
linkedin_username: &linkedin_username manakjiri
# URL settings
url: "https://manakjiri.cz" # the base hostname & protocol for your site
baseurl: "" # the subpath of your site, e.g. /blog
google_analytics: # leave it blank if not used
fb_appid:
# Collection setting
collections:
posts:
output: true
# Markdown settings
markdown: kramdown
highlighter: rouge
kramdown:
syntax_highlighter: rouge
defaults:
# Projects
- scope:
path: "_posts/projects"
type: posts
values:
permalink: "project/:title/"
category: projects
# Build settings
number_of_posts: 3 # Homepage limit posts
sass:
style: compressed
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-postfiles
- jekyll-target-blank
# Theme specific.
author:
title: *author
name: *author
bio: *description
avatar: https://assets.manakjiri.cz/avatar.jpeg
email: *email
username: *username
github: *github_username
twitter: *twitter_username
include:
- _pages
- .htaccess
# Exclude from processing.
exclude:
- .sass-cache/
- .jekyll-cache/
- .gitignore
- .github
- Gemfile
- Gemfile.lock
- README.md