ulovliglogning.dk/README.md

21 lines
642 B
Markdown
Raw Normal View History

2018-01-21 00:05:45 +00:00
# Jekyll site for ulovliglogning.dk
2018-01-21 22:08:25 +00:00
## Install
2018-01-21 00:05:45 +00:00
2018-01-21 22:08:25 +00:00
### 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](http://localhost:4000)
2018-01-22 14:57:08 +00:00
## 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.
2018-01-21 22:08:25 +00:00
## Structure
2018-01-21 00:05:45 +00:00
The contents of the index page is defined in the frontmatter of the file `index.md`