From 3dfe63029d3716a5982d64fa8abb91d10f90e56d Mon Sep 17 00:00:00 2001 From: Samuel Parkinson Date: Sat, 29 Jun 2024 09:05:11 +0000 Subject: [PATCH] chore: Update devcontainer.json, etc. --- .devcontainer/devcontainer.json | 9 --------- CNAME | 1 - Gemfile | 2 ++ _config.yml | 3 ++- _includes/sidebar.html | 19 +------------------ _layouts/page.html | 5 ----- 6 files changed, 5 insertions(+), 34 deletions(-) delete mode 100644 CNAME delete mode 100644 _layouts/page.html diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index dafde4d..bbe64b4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,12 +5,6 @@ "image": "mcr.microsoft.com/devcontainers/jekyll", - // Set *default* container specific settings.json values on container create. - "settings": {}, - - // Add the IDs of extensions you want installed when the container is created. - "extensions": [], - // Use 'forwardPorts' to make a list of ports inside the container available locally. "forwardPorts": [ // Jekyll server @@ -19,9 +13,6 @@ 35729 ], - // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "cat Gemfile.lock | tail -n 2 | grep -C2 'BUNDLED WITH' | tail -n 1 | xargs gem install bundler -v; bundle install", - // Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. "remoteUser": "vscode" } diff --git a/CNAME b/CNAME deleted file mode 100644 index 8c95646..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -uncomplicated.systems \ No newline at end of file diff --git a/Gemfile b/Gemfile index f1b369d..12fabb9 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,5 @@ source 'https://rubygems.org' gem 'github-pages', group: :jekyll_plugins + +gem "webrick" diff --git a/_config.yml b/_config.yml index 16ec72c..33a2e4b 100644 --- a/_config.yml +++ b/_config.yml @@ -17,6 +17,7 @@ sass: defaults: - scope: + path: "" type: posts values: layout: post @@ -46,4 +47,4 @@ plugins: &plugins - jekyll-sitemap - jekyll-titles-from-headings -whitelist: *plugins \ No newline at end of file +whitelist: *plugins diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 7454b86..e3a65f1 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -8,22 +8,5 @@

{{ site.description }}

- - - + \ No newline at end of file diff --git a/_layouts/page.html b/_layouts/page.html deleted file mode 100644 index d29dc3f..0000000 --- a/_layouts/page.html +++ /dev/null @@ -1,5 +0,0 @@ -
-

{{ page.title }}

- - {{ content }} -