File tree Expand file tree Collapse file tree 2 files changed +68
-1
lines changed Expand file tree Collapse file tree 2 files changed +68
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ googleplus_username: google
9
9
head-title : Your blog
10
10
title : Your blog
11
11
12
- baseurl : " /materialize-jekyll " # the subpath of your site, "/blog"
12
+ baseurl : " /" # the subpath of your site, "/blog"
13
13
url : " "
14
14
15
15
# footer
Original file line number Diff line number Diff line change
1
+ # Site settings
2
+
3
+ author: Yourname
4
+ email: example@email.com
5
+ twitter_username: twitter
6
+ github_username: github
7
+ googleplus_username: google
8
+
9
+ head-title: Your blog
10
+ title: Your blog
11
+
12
+ baseurl: "/materialize-jekyll" # the subpath of your site, "/blog"
13
+ url: ""
14
+
15
+ # footer
16
+ description: "I know that what I'm doing looks stupid, but I'm a big boy and really want to do this."
17
+
18
+ favo: "春梦随云散,飞花逐水流"
19
+ descrpt: "“巧者劳而智者忧,无能者无所求,饱食而遨游,泛若不系之舟” ——《南华经》"
20
+
21
+
22
+ #
23
+ # Build settings
24
+ #
25
+
26
+ #exclude: [vendor]
27
+
28
+ markdown: kramdown
29
+ highlighter: rouge
30
+
31
+ kramdown:
32
+ input: GFM
33
+ hard_wrap: false
34
+ highlight: true
35
+ auto_ids: true
36
+
37
+ sass:
38
+ style: compressed
39
+
40
+ permalink: /posts/:categories/:title.html
41
+
42
+ paginate: 7
43
+ #paginate_path: 'page/:num'
44
+
45
+ gems: [jekyll-paginate, jekyll-last-modified-at, jemoji]
46
+
47
+
48
+ #
49
+ # Custom
50
+ #
51
+
52
+ # Color
53
+ # All css class, see: http://materializecss.com/color.html
54
+ header-color: "indigo lighten-1"
55
+ head-theme-color: "#5c6bc0" # MUST in hex format, may the same as header-color. This color is for android chrome browser.
56
+
57
+ footer-color: "indigo lighten-1"
58
+ footer-button-color: "indigo lighten-2"
59
+ footer-link-color: "red-text text-accent-1"
60
+
61
+ share-button-color: "pink"
62
+ share-button-small-color: ""
63
+
64
+
65
+ ##
66
+ #excerpt_separator: <!-- excerpt_end --> # for post.excerpt
67
+
You can’t perform that action at this time.
0 commit comments