File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10
10
#
11
11
# If you need help with YAML syntax, here are some quick references for you:
12
- # https://learn-the-web.algonquindesign.ca/categorys /markdown-yaml-cheat-sheet/#yaml
12
+ # https://learn-the-web.algonquindesign.ca/topics /markdown-yaml-cheat-sheet/#yaml
13
13
# https://learnxinyminutes.com/docs/yaml/
14
14
#
15
15
# Site settings
@@ -49,10 +49,10 @@ preferences:
49
49
enabled : true
50
50
backlinks :
51
51
enabled : true
52
- # To enable a homepage, change the value to true and add content to _includes/homepage .html
52
+ # To enable a homepage, change the value to true and add content to _includes/Homepage .html
53
53
# If enable : false, notes feed will be as homepage.
54
54
homepage :
55
- enabled : true # #If you need a homepage, change this to true and edit _includes/homepage .html
55
+ enabled : true # #If you need a homepage, change this to true and edit _includes/Homepage .html
56
56
57
57
encoding : utf-8
58
58
@@ -67,7 +67,7 @@ plugins:
67
67
collections :
68
68
notes :
69
69
output : true
70
- permalink : /note /:title
70
+ permalink : /:categories /:title
71
71
72
72
markdown : kramdown
73
73
@@ -95,7 +95,7 @@ defaults:
95
95
values :
96
96
layout : Notes
97
97
permalink : /:categories/:title
98
- content-type : notes
98
+ content-type : notes
99
99
100
100
101
101
@@ -119,4 +119,4 @@ exclude:
119
119
# - vendor/bundle/
120
120
# - vendor/cache/
121
121
# - vendor/gems/
122
- # - vendor/ruby/
122
+ # - vendor/ruby/
You can’t perform that action at this time.
0 commit comments