We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9537e4 commit a0e674eCopy full SHA for a0e674e
.gitignore
@@ -2,3 +2,4 @@ _site/
2
.sass-cache/
3
.jekyll-cache/
4
.jekyll-metadata
5
+Gemfile.lock
Gemfile
@@ -1,3 +1,7 @@
1
-source 'https://rubygems.org'
+# frozen_string_literal: true
-gem 'jekyll'
+source "https://rubygems.org"
+
+# gem "rails"
6
7
+gem "github-pages", "~> 232"
Gemfile.lock
assets/style.scss
@@ -1,8 +1,7 @@
---
-@use "sass:color";
$accent: #2fc0f0;
-$lighter: color.adjust($accent, $lightness: 40%);
+$lighter: lighten($accent, 40%);
$hover: #0d89b3;
8
// layout
0 commit comments