Skip to content

Commit 78b9c82

Browse files
authored
Update _config.yml
1 parent 85b81f4 commit 78b9c82

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Diff for: _config.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
name: Marc Graham
22
markdown: kramdown
3-
permalink: /blog/:year/:month/:day/:title
3+
#permalink: /blog/:year/:month/:day/:title
4+
permalink: /:categories/:title # Don't show the date of the post in the URL
5+
show_excerpts: true # Show excerpts of posts on the home page
6+
7+
# Build settings
8+
markdown: kramdown
9+
theme: minima
10+
plugins:
11+
- jekyll-feed
12+
- jekyll-sitemap # I added this to automatiacally generate a sitemap.xml

0 commit comments

Comments
 (0)