Skip to content

Commit a07f873

Browse files
committed
make post permalink compatible with old site
1 parent edaef58 commit a07f873

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ theme: minima
3232
plugins:
3333
- jekyll-feed
3434

35+
permalink: pretty
36+
defaults:
37+
- scope:
38+
path: ""
39+
type: "posts"
40+
values:
41+
permalink: /:categories/:year/:month/:title/
42+
3543
# Exclude from processing.
3644
# The following items will not be processed, by default.
3745
# Any item listed under the `exclude:` key here will be automatically added to

0 commit comments

Comments
 (0)