forked from ulovliglogning/ulovliglogning.dk
5 lines
335 B
Markdown
5 lines
335 B
Markdown
|
# 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)
|
||
|
|
||
|
The contents of the index page is defined in the frontmatter of the file `index.md`
|