Init with some changes to the Serif Theme
This commit is contained in:
commit
912d143813
243 changed files with 15251 additions and 0 deletions
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# NPM
|
||||
node_modules
|
||||
npm-debug.log
|
||||
|
||||
# Jekyll
|
||||
_site
|
||||
_site/
|
||||
.sass-cache/
|
||||
.jekyll-cache/
|
||||
.jekyll-metadata
|
||||
Gemfile.lock
|
||||
**/Gemfile.lock
|
||||
|
||||
# Temporary files
|
||||
tmp
|
||||
.DS_Store
|
||||
Desktop.ini
|
||||
._*
|
||||
Thumbs.db
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
.idea
|
||||
Loading…
Add table
Add a link
Reference in a new issue