nicojensen.de/README.md

25 lines
285 B
Markdown
Raw Normal View History

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