-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
45 lines (30 loc) · 809 Bytes
/
Copy path_config.yml
File metadata and controls
45 lines (30 loc) · 809 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
title: Title
headlines: |
<!-- https://realfavicongenerator.net/svg-favicon/ -->
<link rel="icon" type="image/svg+xml" href="/assets/images/favicon.svg">
<link rel="icon" type="image/png" href="/assets/images/favicon.png">
include:
- README.md
# remote_theme: cameronelliott/brutal-cam
permalink: pretty
# relative_links:
# enabled: true
# collections: false
# exclude:
# - index.md
sass:
style: :compressed
future: true
# get help
# https://github.com/benbalter/jekyll-relative-links
# https://github.com/benbalter/jekyll-optional-front-matter
plugins:
- jekyll-relative-links
- jekyll-optional-front-matter
# - jekyll-remote-theme
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"