-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
118 lines (103 loc) · 2.34 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# Configs for ozaner.github.io
title: "Ozaner's Notes"
name: "ozaner.github.io"
# email: ozanerhansha@gmail.com
url: "https://ozaner.github.io"
repository: "ozaner/ozaner.github.io"
description: >- # this means to ignore newlines until "baseurl:"
My notes on math, computer science, philosophy, personal projects, and more.
# Write an awesome description for your new site here. You can edit this
# line in _config.yml. It will appear in your document head meta (for
# Google search results) and in your feed.xml site description.
include:
- _pages
- assets
- index.html
exclude:
- TODO.md
- README.md
plugins:
- jekyll-feed
- jekyll-remote-theme
- jekyll-include-cache
- jekyll-redirect-from
# Build settings
markdown: kramdown
# theme: "minimal-mistakes-jekyll"
remote_theme: "mmistakes/minimal-mistakes"
minimal_mistakes_skin: "dirt"
# settings for author profile
author:
name : "Ozaner Hansha"
avatar : "/assets/images/bio.gif"
bio : "My notes on math, computer science, philosophy, personal projects, and more."
# location: "Seattle, WA"
github : ozaner
# linkedin: ozanerhansha
# email : ozanerhansha@gmail.com
medium : ozanerhansha
# # comments by disqus
# comments:
# provider: "disqus"
# disqus:
# shortname: "placeholder"
analytics:
provider: "google"
google:
tracking_id: "UA-111962015-1"
# pagination for blog page
permalink: /:title/
paginate: 10 # number of posts to show
paginate_path: /page:num/
# default YAML front matter
defaults:
# all
- scope:
path: ""
values:
layout: single
mathjax: true
author_profile: true
class: wide
title: " "
title_separator: "|"
# posts
- scope:
type: posts
values:
toc: true
toc_label: "Overview"
read_time: false
comments: false
related: true
tags: true
# categories: true
# coursework
- scope:
path: ""
type: coursework
values:
author_profile: false
toc: true
toc_label: "Overview"
excerpt: ""
sidebar:
nav: "coursework"
# portfolio
- scope:
path: ""
type: portfolio
values:
author_profile: false
excerpt: ""
sidebar:
nav: "portfolio"
tag_archive:
type: liquid
path: /tags/
# collections
collections:
portfolio:
output: true
coursework:
output: true