From 51494c9bac91119a7f9a1d8b36960724d6db6bf1 Mon Sep 17 00:00:00 2001 From: minimalparts Date: Fri, 1 Mar 2024 22:31:34 +0100 Subject: [PATCH] Cleaning up --- .vscode/extensions.json | 3 --- .vscode/settings.json | 19 ------------------- README.md | 2 +- assets/css/style.scss | 3 --- 4 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 .vscode/extensions.json delete mode 100644 .vscode/settings.json diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index 95be4fe..0000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "recommendations": ["esbenp.prettier-vscode", "stylelint.vscode-stylelint"] -} diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 1577433..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "[json]": { - "editor.formatOnSave": true, - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "[html]": { - "editor.formatOnSave": false, - "editor.defaultFormatter": "vscode.html-language-features" - }, - "search.exclude": { - "**/.git": true, - "**/node_modules": true, - "**/bower_components": true, - "**/tmp": true, - "**/_site": true, - "**/.jekyll-cache": true - }, - "editor.tabSize": 2 -} diff --git a/README.md b/README.md index 9c00571..201e3cf 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# The Possible Worlds Research Site, based on the Jekyll Serif Theme +# The PeARS website, based on the Jekyll Serif Theme Serif is a modern business theme for Jekyll. It contains multiple content types for a typical brochure/marketing website. The theme is fully responsive, blazing fast and artfully illustrated. diff --git a/assets/css/style.scss b/assets/css/style.scss index 334e083..1fb9514 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -1,6 +1,3 @@ ---- ---- - // Colors $primary: #ffa500; $primary-dark: #ffa500;