-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·85 lines (81 loc) · 1.52 KB
/
_config.yml
File metadata and controls
executable file
·85 lines (81 loc) · 1.52 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
# [ important!!! ] the base hostname & protocol for your site, e.g. http://example.com
url: ""
# the subpath of your site, e.g. /blog
baseurl: ""
# ---------- CAUTION!!! DO NOT move from here unless you REALLY know what you are doing. -----------
theme: rawfeed
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-archives
- jekyll-paginate-v2
- jekyll-coffeescript
- rawfeed
collections:
pixels:
output: true
permalink: /pixels/:title/
pagination:
enabled: true
debug: false
collection: "posts"
sort_field: "date"
sort_reverse: true
per_page: 50
permalink: "/page/:num/"
locale: ""
title: ":title - Page :num"
limit: 0
feed:
path: /feed.xml
defaults:
- scope:
path: "_posts"
type: "posts"
values:
published: true
- scope:
path: "_pixels"
type: "pixels"
values:
published: true
jekyll-archives:
enabled:
- tags
layouts:
tag: tag_posts
permalinks:
tag: "/blog/tags/:name/"
include: ["_pages"]
permalink: "/blog/:title/"
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
# syntax_highlighter_opts:
# line_numbers: true
sass:
sass_dir: _sass
style: compressed
exclude:
- node_modules
- .bundle-cache
- Gemfile
- Gemfile.lock
- package-lock.json
- package.json
- README.md
- Rakefile
# files below: developer mode
- IDEIAS.txt
- docs
- assets/js/fallback/README.md
- rawfeed.gemspec
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- CHANGELOG.md
- LICENSE.txt
- pkg
- tmp
- tools
- lib