-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path_config.yml
More file actions
56 lines (47 loc) · 871 Bytes
/
_config.yml
File metadata and controls
56 lines (47 loc) · 871 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
48
49
50
51
52
53
54
55
56
# Site settings
title: lab2023
description: "web & mobile development, graphic design company"
url: "https://lab2023.com"
baseurl: ""
# Build settings
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
block:
line_numbers: false
# Sass configuration
sass:
sass_dir: _sass
style: compressed
# Permalink structure (matches Middleman's blog.permalink = '{title}')
permalink: /:title/
# Collections and defaults
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
# Plugins
plugins:
- jekyll-feed
- jekyll-seo-tag
# Exclude from build
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- CHANGELOG.md
- README.md
- VERSION.txt
- LICENSE
# Include hidden files
include:
- _redirects
# Feed settings
feed:
path: feed.xml