Skip to content

Commit c13eadc

Browse files
fixed
1 parent c634a72 commit c13eadc

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

Gemfile.lock

+1-6
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ GEM
2525
ethon (0.15.0)
2626
ffi (>= 1.15.0)
2727
eventmachine (1.2.7)
28-
eventmachine (1.2.7-java)
29-
eventmachine (1.2.7-x64-mingw32)
30-
eventmachine (1.2.7-x86-mingw32)
3128
execjs (2.8.1)
3229
faraday (1.10.0)
3330
faraday-em_http (~> 1.0)
@@ -246,7 +243,6 @@ GEM
246243
forwardable-extended (~> 2.6)
247244
public_suffix (4.0.7)
248245
racc (1.6.0)
249-
racc (1.6.0-java)
250246
rb-fsevent (0.11.1)
251247
rb-inotify (0.10.1)
252248
ffi (~> 1.0)
@@ -268,20 +264,19 @@ GEM
268264
terminal-table (1.8.0)
269265
unicode-display_width (~> 1.1, >= 1.1.1)
270266
thread_safe (0.3.6)
271-
thread_safe (0.3.6-java)
272267
typhoeus (1.4.0)
273268
ethon (>= 0.9.0)
274269
tzinfo (1.2.9)
275270
thread_safe (~> 0.1)
276271
unf (0.1.4)
277272
unf_ext
278-
unf (0.1.4-java)
279273
unf_ext (0.0.8.1)
280274
unicode-display_width (1.8.0)
281275
zeitwerk (2.5.4)
282276

283277
PLATFORMS
284278
x64-mingw-ucrt
279+
x86_64-linux
285280

286281
DEPENDENCIES
287282
dotenv

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This is a personal website built with `Jekyll` and hosted on `Github Pages`, whi
6464
To get a local copy up and running follow these simple steps.
6565

6666
`The commands and instructions I provide are for MacOS - please look up the specific commands for your OS on your own.`
67-
67+
Tested on: ruby 3.1.2p20 Ubuntu WSL
6868
### Prerequisites
6969

7070
* [NodeJS](https://nodejs.org/en/)

_sass/main.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $font-size-base: 1rem !default;
1414
$font-size-h1: 2rem !default;
1515
$font-weight-strong: 600;
1616
$text-color: #fff !default;
17-
$bg-color: rgba(43, 45, 47, 1);
17+
$bg-color: #272727;//rgba(43, 45, 47, 1);
1818
$card-bg-color: linear-gradient(
1919
145deg,
2020
rgba(115, 115, 115, 0.15) 15%,

0 commit comments

Comments
 (0)