From 02b8d66c9199cc2bb8712d5ed028537782f24fce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Legan=C3=A9s-Combarro=20=27piranna?= Date: Sat, 12 Dec 2020 14:49:28 +0100 Subject: [PATCH] Use Github Pages default theme as basis & added row-by-row scroll --- README.md | 2 ++ assets/css/style.scss | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 6274c7a..ec1e3a5 100644 --- a/README.md +++ b/README.md @@ -85,3 +85,5 @@ GitHub Pages sites are powered by [Jekyll](https://jekyllrb.com/), where themes files are stacked. It was as simple as [placing an empty stylesheet file at `assets/css/style.scss`](https://help.github.com/en/github/working-with-github-pages/adding-a-theme-to-your-github-pages-site-using-jekyll#customizing-your-themes-css) importing the one of the project. + + diff --git a/assets/css/style.scss b/assets/css/style.scss index 141dba4..263a630 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -1,4 +1,5 @@ --- --- +@import "{{ site.theme }}"; @import "../../index.css";