forked from raghudotcc/simply-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
102 lines (92 loc) · 2.5 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
title: Rob's Hypertext Notebook
name: Rob Haisfield
user_description: Behavioral product strategist and gamification designer. This is my public hypertext notebook, sharing my thinking in motion at various stages of development.
notes_url: "https://robhaisfield.com"
profile_pic: /assets/img/profile.png
favicon: /assets/img/favicon.png
copyright_name: Rob Haisfield
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://robhaisfield.com" # the base hostname & protocol for your site, e.g. http://example.com
encoding: utf-8
# Social Media Links
twitter: https://www.twitter.com/RobertHaisfield
emailid: [email protected]
personal_site_name: Scaling Synthesis
personal_site_url: https://scalingsynthesis.com/
linkedin:
github:
# Disqus Comments
disqus:
# Leave shortname blank to disable comments site-wide.
# Disable comments for any post by adding `comments: false` to that post's YAML Front Matter.
shortname:
#robhaisfield # Please correct this with your discus username
# Build settings
theme: null
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-redirect-from
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
math_engine: mathjax
smart_quotes: ["apos", "apos", "quot", "quot"]
syntax_highlighter: rouge
sass:
style: compressed
collections:
notes:
output: true
permalink: /notes/:title
feed:
collections:
notes:
path: "/notes/feed.xml"
defaults:
- scope:
path: ""
type: notes
values:
layout: post
content-type: notes
comments: true
preferences:
search:
enabled: true
shortcut_hint:
enabled: true
wiki_style_link: # This property handles wiki style links '[['
enabled: true
sidenotes:
enabled: true
transclusion:
enabled: true
image:
enabled: true
pagepreview:
enabled: true
highlighting:
enabled: true
color: DAEDFF # Takes hexadecimal and basic names like white, red, etc.
# Do not add '#'(the pound symbol) before the hexadecimal number.
# In yml, it is considered as a comment
backlinks:
enabled: true
related:
enabled: true # This enables the posts that are related to each other by tags
wrapping:
enabled: true
contextmenu:
enabled: true
copylink:
enabled: true
newtab:
enabled: true
backlinks:
enabled: true
related:
enabled: true
flashcards:
enabled: true