Skip to content

Commit

Permalink
Use Github Pages default theme as basis & added row-by-row scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
piranna committed Dec 12, 2020
1 parent 756bac1 commit 02b8d66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<script src="/index.js"></script>
1 change: 1 addition & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
---

@import "{{ site.theme }}";
@import "../../index.css";

0 comments on commit 02b8d66

Please sign in to comment.