Go to file
Jeppe Ernst a358c732b0 first try at a donation counter
needs more work on mobile
2018-03-24 14:34:12 +01:00
_data first try at a donation counter 2018-03-24 14:34:12 +01:00
_includes Merge branch 'master' of git.data.coop:ulovliglogning/ulovliglogning.dk 2018-01-25 22:39:10 +01:00
_layouts first try at a donation counter 2018-03-24 14:34:12 +01:00
_pages removed erroneous data 2018-03-24 12:14:53 +01:00
_plugins first try at a donation counter 2018-03-24 14:34:12 +01:00
_scss first try at a donation counter 2018-03-24 14:34:12 +01:00
assets first try at a donation counter 2018-03-24 14:34:12 +01:00
dynamic/signup f*cking ;;;;;;;;;;;,'s 2018-01-25 22:38:55 +01:00
.gitignore initial commit 2018-01-20 13:12:08 +01:00
Gemfile Moved jekyll-autoprefixer to jekyll_plugins 2018-01-26 11:25:12 +01:00
Gemfile.lock Changed octopress-autoprefixer to jekyll-autoprefixer 2018-01-26 11:14:55 +01:00
README.md Update readme with docker-compose info 2018-01-22 16:44:22 -08:00
_config.yml first try at a donation counter 2018-03-24 14:34:12 +01:00
docker-compose.yml Add docker-compose file 2018-01-22 16:34:17 -08:00

README.md

Jekyll site for ulovliglogning.dk

To work on the code, either

Use docker

You need docker-compose. Simply run docker-compose up to launch the site in a docker container with livereload support.

Or install Jekyll locally

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