forked from raghudotcc/simply-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 91
/
_config.yml
53 lines (45 loc) · 1012 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
51
52
53
title: notenote.link
name: My linked notebook
user_description: notenote.link
notes_url: "https://notenote.link.netlify.app"
profile_pic: /assets/img/profile.png
favicon: /assets/img/favicon.png
copyright_name: MIT
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://notenote.link.netlify.app/" # the base hostname & protocol for your site, e.g. http://example.com
encoding: utf-8
# Build settings
theme: null
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-toc
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
math_engine: null
smart_quotes: ["apos", "apos", "quot", "quot"]
syntax_highlighter: rouge
sass:
style: compressed
collections:
notes:
output: true
permalink: /notes/:title
toc:
max_level: 3
defaults:
- scope:
path: ""
type: posts
values:
layout: post
permalink: /posts/:title
content-type: post
- scope:
path: ""
type: notes
values:
layout: post
content-type: notes