_config.yml in jumbo-jekyll-theme-3.0.2 vs _config.yml in jumbo-jekyll-theme-3.0.4

- old
+ new

@@ -1,15 +1,16 @@ # Default Title of Site title: Jumbo Jekyll # Description of the site used for default meta description url: http://jumbojekyll.co.uk +baseurl: "" description: |- The Jumbo Jekyll Theme is used across all Linaro static sites. # Destination of the Jekyll site upon build of site. destination: _site # Default permalink for blog posts -permalink: /blog/:title/ +permalink: /:categories/:title/ # Jumbo Jekyll Theme theme: jumbo-jekyll-theme # Syntax highlighter highlighter: rouge # Markdown flavour used by Jekyll to parse markdown. @@ -91,10 +92,15 @@ - CSS - JS - Web Design - Web Development - Static Websites + - scope: + path: "" + type: "authors" + values: + layout: author # Jekyll Assets setup assets: # Compress JS Assets - uses the uglifier compression: true gzip: true @@ -122,9 +128,10 @@ - autoprefixer-rails - jekyll-paginate-v2 collections: authors: output: true + permalink: /author/:name/ # Make sure that Liquid errors stop the build liquid: error_mode: strict readme_index: enabled: true \ No newline at end of file