diff --git a/Gemfile.lock b/Gemfile.lock index 9ea0bcc..1a8c8d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.6.0) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) colorator (1.1.0) concurrent-ruby (1.1.5) em-websocket (0.5.1) @@ -42,20 +42,18 @@ GEM listen (~> 3.0) kramdown (1.17.0) liquid (4.0.3) - listen (3.1.5) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - ruby_dep (~> 1.2) + listen (3.2.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) pathutil (0.16.2) forwardable-extended (~> 2.6) posix-spawn (0.3.13) - public_suffix (3.1.1) + public_suffix (4.0.1) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) - rouge (3.6.0) - ruby_dep (1.5.0) + rouge (3.12.0) safe_yaml (1.0.5) sass (3.7.4) sass-listen (~> 4.0.0) diff --git a/_config.yml b/_config.yml index dc54a6f..7a96f06 100644 --- a/_config.yml +++ b/_config.yml @@ -32,7 +32,6 @@ social: link: - https://twitter.com/sakrecoer - https://instagram.com/sakrecoer - - https://www.facebook.com/PipersHudvard/ - https://open.spotify.com/playlist/2EDQlOV0cZe3KHLiSf1nly?si=4iwj3I4ETYqnym8RHXuKMw ### Build settings plugins: @@ -51,9 +50,10 @@ collections: tracks: output: true permalink: /music/:title.html + categories: + output: false # defaults -# timezone: Europe/Stockholm permalink: /:categories/:title/ defaults: - @@ -61,33 +61,8 @@ defaults: path: "" values: layout: default -# - -# scope: -# path: "" -# type: "posts" -# values: -# layout: "post" -# permalink: "/:year/:month/:day/:title/" -# - -# scope: -# path: "" -# type: "behandlingar" -# values: -# layout: "post" -# _options: -# content: -# uploads_dir: "images/behandlingar" -# width: "1200" -# height: "400" -# resize_style: "cover" -# image: -# uploads_dir: "images/behandlingar" -# width: "1200" -# height: "400" -# resize_style: "cover" -# mime_type: "image/jpeg" -# expandable: "true" exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md", "*.*~", "Gemfile", "Gemfile.lock", ".gitignore" ] audio_url : 'https://media.sakrecoer.com' -banner: /assets/img/set.png \ No newline at end of file +banner: /assets/img/set.png + diff --git a/_layouts/default.html b/_layouts/default.html index 3d60ec0..dfefd4f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -9,6 +9,7 @@ + {% include seo.html %}