diff --git a/.gitignore b/.gitignore index 464bdfa..e13fdc9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /vendor _site/ +/.bundle +/vendor diff --git a/README.md b/README.md index 72e19ce..8ffd09f 100644 --- a/README.md +++ b/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 +``` diff --git a/_config.yml b/_config.yml index 06009cb..545be9f 100644 --- a/_config.yml +++ b/_config.yml @@ -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