Skip to content

Commit b7ded97

Browse files
committed
added files to gitignore doc
1 parent 3ed1caa commit b7ded97

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11

22
*.pdf
3+
# Commiting contents of _site for themes
4+
# _site
5+
_site/404.html
6+
_site/about/
7+
_site/assets/
8+
_site/feed.xml
9+
_site/github/
10+
_site/index.html
11+
_site/jekyll/
12+
_site/gh-pages/
13+
.sass-cache
14+
.jekyll-cache
15+
.jekyll-metadata

assets/css/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
---
33

4-
@import "{{ site.theme }}";
5-
@import "custom";
4+
{@import "{{ site.theme }}";
5+
@import "custom";}

0 commit comments

Comments
 (0)