forked from ulovliglogning/ulovliglogning.dk
Updated readme
This commit is contained in:
parent
7f90e5ec9d
commit
8d7f0db0bf
14
README.md
14
README.md
|
@ -1,5 +1,17 @@
|
||||||
# Jekyll site for ulovliglogning.dk
|
# Jekyll site for ulovliglogning.dk
|
||||||
|
|
||||||
To build/serve the site locally you just need to run `gem install jekyll bundler` then `cd` into the directory and run `bundle exec jekyll serve` you can now see the site at [localhost:4000](http://localhost:4000)
|
## 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](http://localhost:4000)
|
||||||
|
|
||||||
|
## Structure
|
||||||
The contents of the index page is defined in the frontmatter of the file `index.md`
|
The contents of the index page is defined in the frontmatter of the file `index.md`
|
Loading…
Reference in a new issue