Add instructions for and ignore files related to using bundle
This commit is contained in:
parent
06969b3afc
commit
f8d33b6c4c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
/vendor
|
||||
_site/
|
||||
/.bundle
|
||||
/vendor
|
||||
|
12
README.md
12
README.md
@ -1,2 +1,10 @@
|
||||
gergelypolonkai.github.io
|
||||
=========================
|
||||
# gergely.polonkai.eu
|
||||
|
||||
## Initial start
|
||||
|
||||
```
|
||||
git clone $REPO
|
||||
cd $REPO
|
||||
bundle install --path vendor/bundle
|
||||
bundle exec jekyll server
|
||||
```
|
||||
|
@ -7,7 +7,7 @@ timezone: Europe/Budapest
|
||||
name: Gergely Polonkai
|
||||
paginate: 10
|
||||
paginate_path: "/blog/page/:num"
|
||||
exclude: ['README.md', 'Gemfile', 'Gemfile.lock', 'CNAME', ".hyde.el"]
|
||||
exclude: ['README.md', 'Gemfile', 'Gemfile.lock', 'CNAME', ".hyde.el", "vendor"]
|
||||
include: ['.well-known']
|
||||
plugins:
|
||||
- jekyll-gist
|
||||
|
Loading…
Reference in New Issue
Block a user