Go to file
2018-04-17 19:31:14 +02:00
_data add mobile pay links 2018-04-09 20:27:31 +02:00
_includes Merge branch 'master' of git.data.coop:ulovliglogning/ulovliglogning.dk 2018-01-25 22:39:10 +01:00
_layouts Malvers MobilePay ala. Orange 🍊 2018-04-10 22:02:13 +02:00
_pages more indentation fails 2018-04-17 19:24:01 +02:00
_scripts create deployment Docker config 2018-04-17 19:31:14 +02:00
_scss add mobile pay links 2018-04-09 20:27:31 +02:00
assets Malvers MobilePay ala. Orange 🍊 2018-04-10 22:02:13 +02:00
dynamic/signup f*cking ;;;;;;;;;;;,'s 2018-01-25 22:38:55 +01:00
.gitignore create deployment Docker config 2018-04-17 19:31:14 +02:00
_config.yml Only prefix on compile 2018-01-26 15:52:13 +01:00
docker-compose-deploy.yml create deployment Docker config 2018-04-17 19:31:14 +02:00
docker-compose.yml Add docker-compose file 2018-01-22 16:34:17 -08: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 create deployment Docker config 2018-04-17 19:31:14 +02:00

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.

Deploy to FTP with Docker

Make sure that you have created a file in _scripts/ called config.sh, protip: just duplicate the config-example.sh file, and set the correct values, you should only need to change username and password. Then you can build the site ande deploy if by running docker-compose -f docker-compose-deploy.yml up

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