-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
44 lines (38 loc) · 1009 Bytes
/
_config.yml
File metadata and controls
44 lines (38 loc) · 1009 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
### url: https://delphym.github.io
# remote_theme: pages-themes/minimal@v0.2.0
# remote_theme: b2a3e8/jekyll-theme-console
## https://github.com/pages-themes/hacker
## https://github.com/just-the-docs/
## https://github.com/pages-themes/minimal
remote_theme: pages-themes/hacker@v0.2.0
plugins:
- jekyll-remote-theme # add this line to the plugins list if you already have one
include:
- README.md
# - LICENSE.md
collections:
blog:
output: true
permalink: /blog/:name.html ## /blog/:year/:month/:day/:title.html/
# Optional: specify a custom layout
layout: default
# reflections:
# output: true
# permalink: /reflections/:name.html/
# Optional: specify a custom layout
# layout: post # default
defaults:
- scope:
path: 'README.md'
values:
layout: default
title: :README
permalink: '/readme/'
- scope:
path: 'LICENSE.md'
values:
layout: default
title: :LICENSE
permalink: '/license/'
exclude:
- .github