-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
53 lines (46 loc) · 848 Bytes
/
_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
url: "https://azlen.me"
baseurl: ""
plugins:
- jekyll-pandoc
- jekyll-twitter-plugin
- jekyll-mentions
- jekyll-scholar
- jekyll-last-modified-at
- jekyll-sitemap
- jekyll-resize
- jekyll-timeago
markdown: Pandoc
pandoc:
extensions:
- section-divs
- from: 'markdown+tex_math_single_backslash'
- filter: 'pandoc-sidenote'
collections:
pages:
output: true
permalink: /:path/
exclude:
- _pages/.obsidian
- _pages/_templates
- _pages/_scripts
- _pages/drafts
- _pages/archive
- _pages/.vault-stats
- Gemfile
- Gemfile.lock
- tufte-pandoc-jekyll.gemspec
- run
- TODO
- publish.sh
include:
- _redirects
- _pages/\~
- _pages/~/
- _pages/~/*
- _pages/\~/*
jekyll-mentions:
base_url: https://twitter.com
last-modified-at:
date-format: '%Y-%m-%d'
jekyll_timeago:
depth: 1