-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
60 lines (51 loc) · 1.33 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
# site settings
title: Icaro's Notes
subtitle:
email: [email protected]
description: A blog about math, physics, programming and areas alike.
baseurl: "/notes" # the subpath of your site, e.g. /blog
url: # the base hostname & protocol for your site
author: Ícaro Costa
# street_address: 1234 Somewhere Road
# city: Nashville
# state: TN
# zip_code: 55555
# country: United States of America
# phone: (716) 555-5555
# homepage tiles
tiles-source: posts # accepts "posts" or "pages"
tiles-count: 6
# social settings (key must match name of font awesome icon)
# see https://fontawesome.com/icons?d=gallery&p=2&s=brands
# Icons are not shown if value is empty
# You need to restart jekyll for changes to have an effect
socials:
GitHub: https://github.com/icarosadero
# GitLab:
# Google-Plus: https://plus.google.com/u/0/+AndrewBanchich
# Instagram:
LinkedIn: https://www.linkedin.com/in/icarolorran/
# Twitter: https://twitter.com/andrewbanchich
# Facebook:
# Slack:
# build settings
markdown: kramdown
plugins:
- jekyll-mermaid
- jekyll-feed
- jekyll/scholar
- jekyll-figure
mermaid:
src: https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js
options: { "theme": "dark" }
sass:
style: compressed
scholar:
style: ieee
jekyll-figure:
paragraphs: false
exclude:
- "*.gemspec"
- LICENSE.md
- CONTRIBUTING.md
- README.md