Go to file
Jesper Hess 30a954ff4d
Add docker-compose file
Just to make it easier to do development without installing all the jekyll stuff yourself.

All you need is docker+docker-compose and run 'docker-compose up' in the root of the project.
2018-01-22 16:34:17 -08:00
_includes great big mess 💩 2018-01-21 00:49:35 +01:00
_layouts remove scroll magic for now 2018-01-21 00:59:39 +01:00
_scss slant fix 2018-01-22 16:05:07 +01:00
assets remove scroll magic for now 2018-01-21 00:59:39 +01:00
.gitignore initial commit 2018-01-20 13:12:08 +01:00
404.html initial commit 2018-01-20 13:12:08 +01:00
Gemfile Add jekyll-livereload support 2018-01-22 16:32:56 -08:00
Gemfile.lock great big mess 💩 2018-01-21 00:49:35 +01:00
README.md update deploy/build instructions 2018-01-22 15:57:08 +01:00
_config.yml great big mess 💩 2018-01-21 00:49:35 +01:00
about.md great big mess 💩 2018-01-21 00:49:35 +01:00
docker-compose.yml Add docker-compose file 2018-01-22 16:34:17 -08:00
index.md great big mess 💩 2018-01-21 00:49:35 +01:00

README.md

Jekyll site for ulovliglogning.dk

Install

Install Jekyll and Bundler gems through RubyGems

gem install jekyll bundler

Install dependencies

bundle install

Build the site local

bundle exec jekyll serve

You can now see the site at localhost:4000

Deploy

It's important that you build the site with JEKYLL_ENV=production bundle exec jekyll build before deploying the contents of the _site directory. We're doing some debugging stuff when then project is build in the development env.

Structure

The contents of the index page is defined in the frontmatter of the file index.md