We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edaef58 commit a07f873Copy full SHA for a07f873
_config.yml
@@ -32,6 +32,14 @@ theme: minima
32
plugins:
33
- jekyll-feed
34
35
+permalink: pretty
36
+defaults:
37
+ - scope:
38
+ path: ""
39
+ type: "posts"
40
+ values:
41
+ permalink: /:categories/:year/:month/:title/
42
+
43
# Exclude from processing.
44
# The following items will not be processed, by default.
45
# Any item listed under the `exclude:` key here will be automatically added to
0 commit comments