_config.yml in jekyll-theme-devcarpet-01-0.1.6 vs _config.yml in jekyll-theme-devcarpet-01-0.2.1
- old
+ new
@@ -42,6 +42,18 @@
portfolio:
plugins:
- jekyll-feed
- jekyll-seo-tag
+ - jekyll-archives
+
+
+jekyll-archives:
+ enabled: all
+ layout: archive
+ permalinks:
+ year: '/:year/'
+ month: '/:year/:month/'
+ day: '/:year/:month/:day/'
+ tag: '/tag/:name/'
+ category: '/category/:name/'