Skip to content

Commit a8852a5

Browse files
committed
Remove _site, add to the .gitignore, fix overlap between search bar and top menu
1 parent 3081ac4 commit a8852a5

File tree

89 files changed

+8
-9621
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+8
-9621
lines changed

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11

22
.DS_Store
3+
_site/
4+
.sass-cache/
5+
.jekyll-cache/
6+
.jekyll-metadata
7+
# Ignore folders generated by Bundler
8+
.bundle/
9+
vendor/

_sass/search.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ main {
9696
.search-container {
9797
display: block;
9898
flex-grow: 1;
99-
position: relative;
99+
// position: relative;
100100
}
101101

102102
&:hover {

_site/404.html

-57
This file was deleted.

_site/LICENSE

-21
This file was deleted.

_site/README.md

-4
This file was deleted.

0 commit comments

Comments
 (0)