-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
60 lines (49 loc) · 1.54 KB
/
_config.yml
File metadata and controls
60 lines (49 loc) · 1.54 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
# SITE CONFIGURATION
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://atomsofconfusion.com" # the base hostname & protocol for your site
favicon: favicon.ico
navpages: [Overview, Theory, Experiments, Data, Publications, About]
# THEME-SPECIFIC CONFIGURATION
theme_settings:
# Meta
title: Atoms of Confusion
avatar: quatom2.png
gravatar: # Email MD5 hash
description: "Understanding source code misunderstanding" # used by search engines
# Header and footer text
header_text_feature_image:
footer_text: >
Powered by <a href="http://jekyllrb.com">Jekyll</a> with <a href="https://rohanchandra.github.io/project/type/">Type Theme</a>
# Icons
rss: false
email_address: # Full email address, e.g. "[email protected]"
bitbucket:
github: "AtomsofConfusion"
google_plus:
twitter:
# Scripts
google_analytics: UA-85071320-1
disqus_shortname:
katex: true # Enable if using math markup
# Localization strings
str_follow_on: "Follow on"
str_rss_follow: "Follow RSS feed"
str_email: "Email"
str_next: "Next"
str_prev: "Prev"
str_continue_reading: "Continue reading"
# Colours, typography and padding
# Open the "_sass > base" folder, and open "_variables.scss"
google_fonts: "Source+Sans+Pro:400,700,700italic,400italic"
# Post navigation
post_navigation: false
# BUILD SETTINGS
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: :compressed
gems: [jekyll-paginate]
paper_url:
atom_finder: "/papers/atom-finder-msr-2018.pdf"
think_aloud: "/papers/thinking-aloud-fse-2020.pdf"