-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
50 lines (41 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
43
44
45
46
47
48
49
50
remote_theme: brunochanrio/[email protected]
plugins:
- jekyll-remote-theme
title: Bruno-chanrio Main Website
author: Bruno-chanrio
logo: "Cff6b53b589834a42ca86a6e85250f0a9 (2) (1).png"
baseurl: "/"
color: "#1DE9B6"
accentColor: pink
themeColor: pink
fixedNav: 'false' # true or false
github_user: "brunochanrio"
instagram: brunochanrio
threads: "@brunochanrio"
permalink: /:year/:title/
markdown: kramdown
exclude: [_site, CHANGELOG.md, LICENSE, vendor]
# Collections
collections:
docs:
output: true
permalink: /:collection/:path
# Defaults
defaults:
- scope:
path: "_docs"
type: "docs"
values:
layout: page
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: "posts"
type: "posts"
values:
layout: "post"