change permalink and exclude some files

This commit is contained in:
piharpi
2019-03-24 23:09:34 +07:00
parent 7f6ca48428
commit c271f9d93d

View File

@@ -18,7 +18,7 @@ author:
# Url settings # Url settings
url: https://piharpi.github.io/bangsring url: https://piharpi.github.io/bangsring
baseurl: "" baseurl: ""
permalink: /:title permalink: /:categories/:title
google_analytics: UA-105586262-2 google_analytics: UA-105586262-2
fb_appid: 1806380839422028 fb_appid: 1806380839422028
@@ -34,7 +34,7 @@ syntax_highlighter: rouge
defaults: defaults:
- -
scope: scope:
path: "" # an empty string here means all files in the project path: ""
values: values:
layout: post layout: post
image: /assets/img/avatar.png image: /assets/img/avatar.png
@@ -53,7 +53,9 @@ exclude:
- CHANGELOG.md - CHANGELOG.md
- README.md - README.md
- node_modules - node_modules
- bangsring.gemspec
- CODE_OF_CONDUCT.md
# Plugins # Plugins
plugins: plugins:
- jekyll-feed - jekyll-feed