-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·61 lines (57 loc) · 1.68 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
# Theme settings
doks:
baseurl: "https://gchure.github.io/phd/"
color_theme: grey # Available themes: blue (default), green, purple, red and yellow
header:
logo:
text: Manuel Razo-Mejia | PhD Thesis
image:
footer:
content:
logo:
text: Manuel Razo-Mejia | PhD Thesis
image:
copyright: Copyright © 2021. - Manuel Razo-Mejia <br>All rights reserved.
social_list:
- network_name: twitter
profile_url: 'https://twitter.com/mrazomej'
google_analytics:
tracking_code: UA-109526846-4
comments:
disqus_forum_shortname: mrazomej-phd # Add your disqus forum shortname
# SASS settings
sass:
sass_dir: ./doks-theme/_sass
style: :compressed
# Jekyll settings
plugins_dir: ./_plugins
layouts_dir: ./doks-theme/_layouts
includes_dir: ./doks-theme/_includes
jekyll_get:
- data: github
json: 'https://api.github.com/orgs/gchure/repos'
cache: false
exclude: [ 'README.md', 'CHANGELOG.md', 'src/data/',
'vendor', 'phd', 'phd.egg-info', 'dst', 'vscode', '.bundle',
'.jekyll-cache', '_plugins', '*.lua','*.pdf','*.svg','src/*/code',
'*.py', '*.tex', '*.sh', 'Gemfile', '*.lock', 'Makefile',
'presentation/']
permalink: /:title/
gems:
- jekyll-numbered-headings
- jekyll-pandoc-multiple-formats
markdown: Pandoc
pandoc:
extensions:
- mathjax
skip:
full: false
posts: false
categories: false
flags: >
--default-image-extension=.png
--dpi 300
--filter pandoc-crossref
--bibliography src/references.bib
--metadata link-citations
---