-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
88 lines (87 loc) · 2.53 KB
/
_config.yml
File metadata and controls
88 lines (87 loc) · 2.53 KB
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
encoding : "utf-8"
locale : "en-GB"
timezone : "Etc/UTC"
site_theme : "dark"
name : &name "Ioannis Markakis"
title : *name
title_separator : "-"
description : >-
Research Associate at the Computer Lab of the University of Cambridge.
My research interests lie in higher category theory and dependent type theory.
url : "https://jmarkakis.github.io"
baseurl : ""
repository : "jmarkakis/jmarkakis.github.io"
avatar : "/images/profile.jpg"
bio : "Research Associate"
location : "Cambridge, UK"
employer : "University of Cambridge"
email : "ioannis.markakis@cl.cam.ac.uk"
arxiv : "markakis_i_1"
googlescholar : "JSoqfbcAAAAJ"
orcid : "0000-0001-7553-9009"
scopus : "57857273300"
github : "jmarkakis"
google_site_verification : "dkhrqbKAW7bEwfWPTMhArQAzipicoMWOLNfFJ1JZiNA"
google_tracking_id : "G-T0FC7R60JK"
defaults :
- scope :
path : ""
type : pages
values :
layout : default
author_profile : true
sass :
sass_dir : _sass
style : compressed
compress_html :
clippings : all
ignore :
envs : development
markdown : kramdown
markdown_ext : "md"
highlighter : rouge
lsi : false
excerpt_separator : "\n\n"
incremental : false
kramdown :
input : GFM
hard_wrap : false
auto_ids : true
footnote_nr : 1
entity_output : as_char
toc_levels : 1..6
smart_quotes : lsquo,rsquo,ldquo,rdquo
enable_coderay : false
include:
- _pages
- files
exclude:
- .asset-cache
- .bundle
- .github
- .sass-cache
- .envrc
- assets/js/_main.js
- assets/js/plugins
- assets/js/vendor
- CHANGELOG
- Capfile
- config
- Dockerfile
- Gemfile
- Gruntfile.js
- gulpfile.js
- LICENSE
- local
- log
- node_modules
- package.json*
- Rakefile
- README
- tmp
- vendor
- flake.nix
- flake.lock
keep_files:
- .git
- .svn