diff --git a/_config.yml b/_config.yml index 9d94e5b..40ce151 100644 --- a/_config.yml +++ b/_config.yml @@ -22,14 +22,9 @@ permalink: /:title google_analytics: UA-105586262-2 fb_appid: 1806380839422028 -collections_dir: _posts collections: - blog: + posts: output: true - permalink: /blog/:title - tips: - output: true - permalink: /tips/:title # Markdown settings markdown: kramdown @@ -59,12 +54,6 @@ exclude: - README.md - node_modules -# jekyll-feed plugin settings -feed: - collections: - - blog - - tips - # Plugins plugins: - jekyll-feed diff --git a/_data/menus.yml b/_data/menus.yml index 8ae01d5..8c97c5d 100644 --- a/_data/menus.yml +++ b/_data/menus.yml @@ -11,4 +11,4 @@ url : /about/ - title : RSS - url : /feed/ \ No newline at end of file + url : /feed.xml/ \ No newline at end of file diff --git a/_includes/blog.html b/_includes/blog.html index 65b8716..f699f52 100644 --- a/_includes/blog.html +++ b/_includes/blog.html @@ -1,6 +1,6 @@