-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
42 lines (39 loc) · 825 Bytes
/
_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
title: Chiwan Park
author: Chiwan Park
email: [email protected]
baseurl: ""
url: "https://chiwanpark.com"
# Collections
collections:
posts:
output: false
writings:
output: true
permalink: /:collection/:path.html
# Build settings
plugins:
- jekyll-feed
- jekyll-git_metadata
- jekyll-asciidoc
asciidoc: {}
asciidoctor:
attributes:
source-highlighter: highlightjs
feed:
collections:
writings:
path: "/feed.xml"
posts:
path: "/feed-dummy.xml" # prevent create RSS feed from posts collection
sitemap: true
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
exclude:
- README.adoc
- Gemfile
- Gemfile.lock
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/