diff --git a/_config.yml b/_config.yml index 4b1fa03..96cfe3a 100644 --- a/_config.yml +++ b/_config.yml @@ -6,6 +6,7 @@ highlighter: pygments title : 'Basspistol' tagline: 'The Outernational Music Syndicate. Established in 2010' +timezone: Europe/Stockholm banner: '/assets/img/basspistol_est_2010_square_bluegreen.jpg' mblabel: '0f83baf3-4f44-44db-9e30-d5c05d7b77b9' @@ -38,4 +39,18 @@ collections: plugins: - jekyll-paginate-v2 - - jekyll-sitemap \ No newline at end of file + - jekyll-sitemap + +# defaults + +defaults: + - scope: + path: "" + type: "pages" + values: + layout: "default" + _options: + width: 960 + height: 430 + uploads_dir: "assets/img" + resize_style: "cover" \ No newline at end of file