-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
90 lines (81 loc) · 1.82 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
# Theme settings
remote_theme: mmistakes/[email protected]
minimal_mistakes_skin: "dirt" # "air", "aqua", "contrast", "default", "dark", "dirt", "neon", "mint", "plum", "sunrise"
# Site Settings: {{ site.blah }}
locale: "en-US"
timezone: "Europe/Madrid"
title: "Alberto's repos"
title_separator: "|"
name: "Alberto Otero de la Roza"
email: "[email protected]"
description: >-
This is a collection of software developed and maintained by Alberto Otero de la Roza at
the university of Oviedo. Most programs and collections are for doing quantum chemistry,
but you can find other goodies as well.
baseurl: ""
url: "https://aoterodelaroza.github.io"
repository: "aoterodelaroza/aoterodelaroza.github.io"
github_username: "aoterodelaroza"
breadcrumbs: true
# Searches
search: true
search_full_content: true
# Markdown and plugins
markdown: kramdown
highlighter: rouge
excerpt_separator: "\n\n"
plugins:
- jekyll-include-cache
- jemoji
- jekyll-gist
- jekyll-sitemap
# Process math
head_scripts:
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
# Excludes and includes
exclude:
- Gemfile
- Gemfile.lock
- vendor
- .bundle
- .gitignore
- .sass-cache
- .asset-cache
- .jekyll-assets-cache
- LICENSE
- README.md
include:
- _critic2/
- _gibbs2/
- _refdata/
- _devnotes/
- _coursenotes/
collections:
critic2:
output: true
gibbs2:
output: true
devnotes:
output: true
coursenotes:
output: true
refdata:
output: true
# Defaults
defaults:
- scope:
path: ""
values:
layout: single
author_profile: false
read_time: false
comments: false
share: false
related: false
classes: wide
# HTML Compression
# - http://jch.penibelst.de/
compress_html:
clippings: all
ignore:
envs: development