-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
85 lines (77 loc) · 1.56 KB
/
_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
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
# Permalinks
permalink: "/:title.html"
# Setup
title: ptkyr.xyz
url: https://ptkyr.xyz
baseurl: /
author: &default-author
name: Eric Wang
url: https://ptkyr.xyz
email: [email protected]
encoding: utf-8
exclude:
- "website.sublime-project"
- "website.sublime-workspace"
- "*.log"
- "*.fdb_latexmk"
- "*.synctex.gz"
- "*.aux"
- "*.nix"
- ".bundle"
- ".direnv"
- "vendor"
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: main
-
scope:
path: "posts"
type: "posts"
values:
layout: "post"
author: "ptkyr"
author: *default_author
-
scope:
path: "notes"
type: "pages"
values:
layout: "main"
plugins:
- jekyll-seo-tag
- jekyll-feed
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..4
sass:
sass_dir: _sass
style: compressed
# Navigation
nav:
- name: "github"
href: "https://github.com/Ptkyr"
kind: "dir"
- name: "posts"
href: "/posts"
kind: "dir"
# - name: "notes"
# href: "/notes"
# kind: "dir"
# - name: "mail"
# href: "mailto://[email protected]"
# kind: "exe"
- name: "about.md"
href: "/"
kind: "file"
- name: "credits.md"
href: "/credits"
kind: "file"