Skip to content

Commit

Permalink
Updating Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wietze committed Oct 2, 2024
1 parent e9537e4 commit a0e674e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 78 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ _site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
Gemfile.lock
8 changes: 6 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
source 'https://rubygems.org'
# frozen_string_literal: true

gem 'jekyll'
source "https://rubygems.org"

# gem "rails"

gem "github-pages", "~> 232"
74 changes: 0 additions & 74 deletions Gemfile.lock

This file was deleted.

3 changes: 1 addition & 2 deletions assets/style.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
---
@use "sass:color";
$accent: #2fc0f0;
$lighter: color.adjust($accent, $lightness: 40%);
$lighter: lighten($accent, 40%);
$hover: #0d89b3;

// layout
Expand Down

0 comments on commit a0e674e

Please sign in to comment.