-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
51 lines (45 loc) · 1.08 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: Heily's Blog
email: [email protected]
description: >-
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta
(for Google search results) and in your feed.xml site description.
baseurl: "" # e.g., /blog (leave empty if using root)
url: "https://heily-tech.github.io"
# Social media
github_username: heily-tech
# twitter_username: jekyllrb
# Build settings
theme: minimal-mistakes-jekyll
plugins:
- jekyll-include-cache
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jekyll-archives
- jekyll-seo-tag
# Collections
collections:
categories:
output: true
permalink: /:collection/:path/
# Default settings for collections
defaults:
- scope:
path: ""
type: categories
values:
layout: category
# Excluded files and directories (uncomment if needed)
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/