From ff2c61cead7553e810c6a75bc4b81e05ab6f2452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Kawecki?= <121129764+bjkawecki@users.noreply.github.com> Date: Sat, 1 Mar 2025 21:56:46 +0100 Subject: [PATCH 1/2] Create jekyll-bluegreen.md --- content/theme/jekyll-bluegreen.md | 43 +++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 content/theme/jekyll-bluegreen.md diff --git a/content/theme/jekyll-bluegreen.md b/content/theme/jekyll-bluegreen.md new file mode 100644 index 000000000..72a15b527 --- /dev/null +++ b/content/theme/jekyll-bluegreen.md @@ -0,0 +1,43 @@ +--- +title: "Blue/Green" +github: https://github.com/bjkawecki/Jekyll-Theme-Bluegreen +demo: +author: Björn Kawecki +date: 2025-01-03 +ssg: + - Jekyll +cms: + - No CMS +css: + - Tailwind +archetype: + - Blog + - Portfolio +description: Simple Jekyll theme with tailwind (light/dark mode). Use it a personal website with a blog and to show of your projects. +--- + +# Blue/green theme for Jekyll + +## Features + +- Tailwind v3 +- Clean layout +- Light/dark theme toggle +- Blog page with pagination +- Projects page with pagination +- Other pages: about, 404 +- Several layouts + +## Install + +1. Install `package.json` with your preferred node package manager +2. Make sure that you installed ruby and bundler +3. Use the scripts in `package.json` to build start and watch your development application +4. Install the gems: `bundle install` +5. Use the scripts in `package.json` to build or serve your development application + +## Customize + +- Paste your preffered woff2 font file in `/assets/fonts/` and change the refernce in `/_includes/head.html` +- Edit your Tailwind color palettes in `tailwind.config.js` +- Personalize the values for name, email, description, etc. in `_config.yml` From eed8a2d0ab07dfe39002dd6299d1797b0055b568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Kawecki?= <121129764+bjkawecki@users.noreply.github.com> Date: Sun, 2 Mar 2025 00:20:33 +0100 Subject: [PATCH 2/2] Update jekyll-bluegreen.md --- content/theme/jekyll-bluegreen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/theme/jekyll-bluegreen.md b/content/theme/jekyll-bluegreen.md index 72a15b527..a2e989037 100644 --- a/content/theme/jekyll-bluegreen.md +++ b/content/theme/jekyll-bluegreen.md @@ -1,7 +1,7 @@ --- title: "Blue/Green" github: https://github.com/bjkawecki/Jekyll-Theme-Bluegreen -demo: +demo: https://bjkawecki.github.io/jekyll-theme-bluegreen/ author: Björn Kawecki date: 2025-01-03 ssg: