-
Notifications
You must be signed in to change notification settings - Fork 86
/
_config.yml
executable file
·54 lines (49 loc) · 1.13 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
# Site settings
title: "Neil Lawrence's Talks"
author:
name: Neil D. Lawrence
email:
description: talks given by Neil Lawrence
baseurl: "/talks" # the subpath of your site, e.g. /blog/
# Exclude directories for preprocessing.
exclude:
- slides/reveal.js/plugin/markdown/example
reveal:
width: 512
height: 384
youtube:
width: 512
height: 384
talk_files: "http://inverseprobability.com/talks/slides/"
slidedir: slides
texdir: .
notes_files: "http://inverseprobability.com/talks/_notes/"
notesdir: _notes
url: "http://inverseprobability.com" # the base hostname & protocol for your site
twitter_username: lawrennd
github_username: lawrennd
colab: https://colab.research.google.com
nbviewer: https://nbviewer.jupyter.org
comments: false
disqus:
shortname: inverseprobabilitycom
ghub:
edit: true
repository: talks
permalink: "/:categories/:title.html"
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-remote-theme
remote_theme: lawrennd/jekyll-theme
style: ndltalk
comments: True
disqus:
shortname: inverseprobabilitycom
analytics:
google:
tracking_id: UA-62968536-1
# Build settings
markdown: kramdown
#future: true
future: true