nicojensen.de/README.md

24 lines
285 B
Markdown

# www.nicojensen.de
Repo zu meiner Webseite
Diese Webseite basiert auf [Jekyll](https://jekyllrb.com/).
## bundle
### install
bundle install
### update
bundle update
## page
## to compile
bundle exec jekyll serve
## to Develop
JEKYLL_ENV=production bundle exec jekyll build