-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·51 lines (42 loc) · 1.15 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
# Site settings
title: "Jekyll Resume Template"
description: "A resume template for Jekyll and GitHub Pages sites."
# Build settings
markdown: kramdown
sass:
sass_dir: _sass
style: compressed
# Design settings
resume_theme: default
# Note: when editing locally, remember to restart
# your Jekyll server when you edit this file. Changes
# to _config.yml are only recognized when the server starts
# title: Mateusz Bocian
# description: Bookmark this to keep an eye on my project updates!
#
# plugins:
# - jekyll-include-cache
#
# remote_theme: "mmistakes/minimal-mistakes@4.24.0"
# # Documentation: https://mmistakes.github.io/minimal-mistakes/
#
#
# # title: Mateusz Bocian
# # url: "https://mrstork.github.io"
# # permalink: "/blog/:year/:month/:day/:title/"
# # github_username: mrstork
#
# # Build settings
# # markdown: kramdown
#
# # Exclude from processing.
# # The following items will not be processed, by default. Create a custom list
# # to override the default setting.
# # exclude:
# # - Gemfile
# # - Gemfile.lock
# # - node_modules
# # - vendor/bundle/
# # - vendor/cache/
# # - vendor/gems/
# # - vendor/ruby/