Go to file
Kasper Friis Christensen 17315befd8 Removed unused _posts folder and post 2018-01-22 10:06:43 +01: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 firefox and safari CSS fixes 2018-01-21 20:01:06 +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 great big mess 💩 2018-01-21 00:49:35 +01:00
Gemfile.lock great big mess 💩 2018-01-21 00:49:35 +01:00
README.md Updated readme 2018-01-21 23:08:25 +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
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

Structure

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