nicojensen.de/README.md

18 lines
266 B
Markdown
Raw Normal View History

2019-03-12 14:02:00 +01:00
# www.nicojensen.de
2019-03-12 13:49:49 +01:00
Repo zu meiner Webseite basierend auf [Jekyll](https://jekyllrb.com/).
2019-03-25 15:26:22 +01:00
## bundle
### install
bundle install
### update
bundle update
## page
2019-03-12 14:02:00 +01:00
## to compile
2019-03-12 13:49:49 +01:00
bundle exec jekyll serve
2019-03-12 14:02:00 +01:00
## to Develop
2019-03-12 13:49:49 +01:00
JEKYLL_ENV=production bundle exec jekyll build