Jesper Hess
30a954ff4d
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. |
||
---|---|---|
_includes | ||
_layouts | ||
_scss | ||
assets | ||
.gitignore | ||
404.html | ||
_config.yml | ||
about.md | ||
docker-compose.yml | ||
Gemfile | ||
Gemfile.lock | ||
index.md | ||
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