forked from rohanchandra/type-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
119 lines (98 loc) · 3.79 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
118
119
# SITE CONFIGURATION
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://www.canzanese.com" # the base hostname & protocol for your site
theme: type-on-strap
plugins: ['jekyll-paginate', 'jekyll-twitter-plugin', 'jekyll/scholar']
# THEME-SPECIFIC CONFIGURATION
title: Ray Canzanese # site's title
description: "Cloud threat researcher" # used by search engines
avatar: assets/img/headshot_circle_bw.png # Empty for no avatar in navbar
favicon: assets/favicon.ico # Icon displayed in the tab
# Header and footer text
header_text: Change <code>header_text</code> in <code>_config.yml</code> # Change Blog header text
header_feature_image: assets/img/pexels/triangular.jpeg
footer_text: " "
# Blog
excerpt: true # Or "truncate" (first 250 characters), "false" to disable
post_navigation: true
color_image: /assets/img/lineart.png # A bit transparent for color posts.
# Features
# More in the _data folder for social icons, share buttons, author and language
# For layout customization, go to the "_sass > base" folder, and check "_variables.scss"
katex: false # Enable if using math markup
mermaid: false # Enable mermaid-js for sequence and diagrams
# Disable google analytics and get rid of cookie consent. Doesn't appear to be working anyway
google_analytics: # Tracking ID, e.g. "UA-000000-01"
cookie_consent: false # To respect the usage of cookies
# PAGINATION
paginate: 5
paginate_path: "/blog/page:num"
# PORTFOLIO
# collections:
# portfolio:
# output: true
# permalink: /:collection/:name
# BUILD SETTINGS
plugins: [jekyll-paginate, jekyll-seo-tag, jekyll-feed]
# THEME-SPECIFIC CONFIGURATION
theme_settings:
# Meta
title: Ray Canzanese
avatar: assets/img/avatar.png
gravatar: # email md5 hash
description: "Teaching, Research, Projects, and Musings of Ray Canzanese" # used by search engines
# Header and footer text
header_text:
footer_text: >
Powered by <a href="http://jekyllrb.com">Jekyll</a> with <a href="https://rohanchandra.github.io/project/type/">Type Theme</a> and <a href="https://github.com/inukshuk/jekyll-scholar">Jekyll-Scholar</a>.
avatar: assets/img/avatar.png
favicon: assets/favicon.ico
# Scripts
google_analytics: "UA-40099975-1" # tracking id, e.g. "UA-000000-01"
disqus_shortname: "canzanese"
katex: true # Enable if using math markup
search: false # Enable the search feature
# Localization strings
str_follow_on: "Follow on"
str_rss_follow: "Follow RSS feed"
str_email: "Email"
str_next_post: "Next post"
str_previous_post: "Previous post"
str_next_page: "Next"
str_previous_page: "Prev"
str_continue_reading: "Continue reading"
str_javascript_required_disqus: "Please enable JavaScript to view comments."
str_search_no_results: "No results found."
# 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
# PAGINATION
paginate: 10
paginate_path: "archive/page:num"
# BUILD SETTINGS
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: :compressed
# BIBTEX SETTINGS
scholar:
style: _bibliography/ieee_custom
locale: en
sort_by: year
order: descending
source: ./_bibliography
bibliography: "*.bib"
bibliography_template: bib
replace_strings: true
join_strings: true
details_dir: bibliography
details_layout: bibtex.html
details_link: "[bib]"
query: "@*"
repository: ./publications/
exclude:
- Gemfile
- Gemfile.lock