-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
97 lines (91 loc) · 2.75 KB
/
_config.yml
File metadata and controls
97 lines (91 loc) · 2.75 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Site settings
title: Portfolio
author: Jakob Jersild Nielsen
email: jjn@inguz.dev
platforms:
- platform: linkedin
link: https://www.linkedin.com/in/jakob-jersild-nielsen
- platform: github
link: https://github.com/jakob1482
- platform: kaggle
link: https://www.kaggle.com/jakobjersildnielsen
include_element:
avatar: true
contact: true
platforms: true
include_section:
about: true
experience: true
education: true
projects: true
skills: true
recognition: true
# Build settings
repository: jakob1482/jakob1482.github.io
baseurl: ""
theme: null
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-paginate
############################################################
# Site configuration for the Auto-Pages feature
# The values here represent the defaults if nothing is set
autopages:
# Site-wide kill switch, disable here and it doesn't run at all
enabled: false
# Category pages, omit entire config element to disable
categories:
# Optional, the list of layouts that should be processed for every category found in the site
layouts:
- "autopage_category.html"
# Optional, the title that each category paginate page should get (:cat is replaced by the Category name)
title: "Posts in category :cat"
# Optional, the permalink for the pagination page (:cat is replaced),
# the pagination permalink path is then appended to this permalink structure
permalink: "/category/:cat"
# Optional, when true logging related to category pages will be supressed.
silent: false
slugify:
mode: "default" # :cat is slugified. Modes: default, raw, pretty, ascii, latin
case: false # Whether to replace all uppercase letters with their lowercase counterparts
# Collection pages, omit to disable
collections:
layouts:
- "autopage_collection.html"
title: "Posts in collection :coll" # :coll is replaced by the collection name
permalink: "/collection/:coll"
silent: false
slugify:
mode: "default" # :coll is slugified.
case: false
# Tag pages, omit to disable
tags:
layouts:
- "autopage_tags.html"
title: "Posts tagged with :tag" # :tag is replaced by the tag name
permalink: "/tag/:tag"
silent: false
slugify:
mode: "default" # :tag is slugified.
case: false
# Exclude from processing.
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- package.json
- package-lock.json
- postcss.config.js
- tailwind.config.js
- eslint.config.js
- prettier.config.js
- webpack.config.js
- assets/js/index.js
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/