-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
58 lines (54 loc) · 1.65 KB
/
_config.yml
File metadata and controls
58 lines (54 loc) · 1.65 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
# Theme settings
doks:
baseurl: "https://sansseriff.github.io/phd_thesis/"
color_theme: grey # Available themes: blue (default), green, purple, red and yellow
header:
logo:
text: Andrew S. Mueller | PhD Thesis
image:
footer:
content:
logo:
text: Andrew S. Mueller | PhD Thesis
image:
copyright: Copyright © 2020. - Andrew S. Mueller <br>All rights reserved.
google_analytics:
tracking_code: UA-109526846-4
comments:
disqus_forum_shortname: amueller-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
# ---