File tree 2 files changed +2
-9
lines changed 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
24
24
url : " http://me.oadoc360.com" # the base hostname & protocol for your site, e.g. http://example.com
25
25
twitter_username :
26
26
github_username : php-cpm
27
- permalink : date
27
+ permalink : date
28
28
29
29
# Exclude from processing.
30
30
# The following items will not be processed, by default. Create a custom list
@@ -38,13 +38,6 @@ permalink: date
38
38
# - vendor/gems/
39
39
# - vendor/ruby/
40
40
41
- tag_page_layout : tag_page
42
- tag_page_dir : tag
43
- tag_permalink_style : pretty
44
- tag_page_data :
45
- sitemap : false
46
- ignored_tags : [tags,to,ignore]
47
-
48
41
paginate : 30
49
42
50
43
# Pagination
Original file line number Diff line number Diff line change 15
15
repo : '{{ site.gitalk.repo }}' ,
16
16
owner : '{{ site.gitalk.owner }}' ,
17
17
admin : [ '{{ site.gitalk.owner }}' ] ,
18
- id : '{{ page.url }}' ,
18
+ id : '{{ page.title }}' ,
19
19
labels : [ 'gitalk' ] ,
20
20
perPage : 50 ,
21
21
distractionFreeMode : true
You can’t perform that action at this time.
0 commit comments