-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
47 lines (41 loc) · 943 Bytes
/
_config.yml
File metadata and controls
47 lines (41 loc) · 943 Bytes
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
# Site settings
title: Tom Sapletta - Portfolio
description: DevOps Engineer & Full Stack Developer
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://sapletta.github.io" # the base hostname & protocol for your site
theme: jekyll-theme-cayman
# Build settings
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-seo-tag
# Exclude from processing
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to the
# internal default list.
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- README.md
- package.json
- package-lock.json
- .gitignore
- .git
# Portfolio settings
collections:
portfolio:
output: true
permalink: /portfolio/:path/
defaults:
- scope:
path: ""
type: portfolio
values:
layout: portfolio
- scope:
path: ""
type: posts
values:
layout: post