1
1
# -----------------------------------------------------------------------------
2
2
# Site settings
3
3
# -----------------------------------------------------------------------------
4
-
5
4
name : Your Name
6
5
email : you@example.com
7
6
description : > # this means to ignore newlines until "url:"
8
7
A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
9
- last_updated :
8
+ footer_text : >
9
+ Powered by <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
10
+ Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
11
+ Photos from <a href="https://unsplash.com" target="_blank">Unsplash</a>.
10
12
11
13
url : # the base hostname & protocol for your site
12
14
baseurl : /al-folio # the subpath of your site, e.g. /blog/
15
+ last_updated : # leave blank if you don't want to display last updated
13
16
14
- # Social
17
+ # -----------------------------------------------------------------------------
18
+ # Social integration
19
+ # -----------------------------------------------------------------------------
15
20
github_username : # put your github username
16
21
twitter_username : # put your twitter username
17
22
linkedin_username : # put your linkedin username
18
23
scholar_authorid : # put your google scholar author id
19
24
contact_note : >
20
25
You can even add a little note about which of these is the best way to reach you.
21
26
22
- # Footer text
23
- footer_text : >
24
- Powered by <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
25
- Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
26
- Photos from <a href="https://unsplash.com" target="_blank">Unsplash</a>.
27
-
27
+ # -----------------------------------------------------------------------------
28
28
# Blog
29
+ # -----------------------------------------------------------------------------
29
30
blog_name : al-folio
30
31
blog_description : simple whitespace theme for academics
31
32
33
+ # Pagination
34
+ paginate : 4
35
+ permalink : /blog/:year/:title/
36
+ paginate_path : /blog/page:num/
37
+
38
+ text :
39
+ pagination :
40
+ newer : ' Newer'
41
+ older : ' Older'
42
+
43
+ # Comments
44
+ disqus_shortname : al-folio # put your disqus shortname
45
+
46
+ # Optional features
47
+ show_social_icons : false
48
+ enable_anchorjs : false
49
+ enable_katex : true
50
+
51
+ # -----------------------------------------------------------------------------
32
52
# Collections
53
+ # -----------------------------------------------------------------------------
33
54
collections :
34
55
news :
35
56
defaults :
@@ -43,7 +64,6 @@ collections:
43
64
output : true
44
65
permalink : /poetry/:path/
45
66
46
- # Collection settings
47
67
news_limit : 5
48
68
49
69
# -----------------------------------------------------------------------------
@@ -54,11 +74,6 @@ news_limit: 5
54
74
markdown : kramdown
55
75
highlighter : pygments
56
76
57
- # Pagination
58
- paginate : 15
59
- permalink : /blog/:year/:title/
60
- paginate_path : /blog/page:num/
61
-
62
77
# Includes
63
78
include : ['_pages']
64
79
@@ -93,7 +108,8 @@ scholar:
93
108
query : " @*"
94
109
95
110
# -----------------------------------------------------------------------------
96
- # Other advanced settings (don't touch if you are not sure)
111
+ # Other settings
97
112
# -----------------------------------------------------------------------------
98
113
jquery_version : " 1.12.4"
99
- katex_version : " 0.7.0"
114
+ katex_version : " 0.7.1"
115
+ anchorjs_version : " 3.2.2"
0 commit comments