Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PettingStrings committed Jan 15, 2024
1 parent 02ee6be commit 2d248e3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ google-analytics:
plugins:
- "jekyll-github-metadata"

sass:
style: compressed
sass_dir: _sass

exclude:
[
"_assets",
Expand Down
1 change: 1 addition & 0 deletions _sass/main.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* Imports */

@import 'padu';
@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap");

Expand Down
6 changes: 6 additions & 0 deletions _sass/padu.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
$bg-color: #000000 !default;
$primary-color: #000000 !default;

.padu{
color: $bg-color;
}

0 comments on commit 2d248e3

Please sign in to comment.