Skip to content

Commit d62ab25

Browse files
authored
Update _config.yml
1 parent 3138b49 commit d62ab25

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
1010
#
1111
# 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
1313
# https://learnxinyminutes.com/docs/yaml/
1414
#
1515
# Site settings
@@ -49,10 +49,10 @@ preferences:
4949
enabled: true
5050
backlinks:
5151
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
5353
# If enable : false, notes feed will be as homepage.
5454
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
5656

5757
encoding: utf-8
5858

@@ -67,7 +67,7 @@ plugins:
6767
collections:
6868
notes:
6969
output: true
70-
permalink: /note/:title
70+
permalink: /:categories/:title
7171

7272
markdown: kramdown
7373

@@ -95,7 +95,7 @@ defaults:
9595
values:
9696
layout: Notes
9797
permalink: /:categories/:title
98-
content-type: notes
98+
content-type: notes
9999

100100

101101

@@ -119,4 +119,4 @@ exclude:
119119
# - vendor/bundle/
120120
# - vendor/cache/
121121
# - vendor/gems/
122-
# - vendor/ruby/
122+
# - vendor/ruby/

0 commit comments

Comments
 (0)