nicojensen.de/README.md

40 lines
1.2 KiB
Markdown
Raw Normal View History

2019-03-12 14:02:00 +01:00
# www.nicojensen.de
Repo zu meiner Webseite
Diese Webseite basiert auf [Jekyll](https://jekyllrb.com/).
2019-03-12 13:49:49 +01:00
## Changelog
2021-06-21 19:30:05 +02:00
### 2021-06-21
* Add: Featured Images to Posts
* Fix: Some Design issues
* Change: Add a '|' to begin and end of footer menu
* Change: change h2 into div on post page.
* Change: Page Header
* Change: New design for codeblocks
* Edit: Create edit rext to blog post Update.
2021-06-16 02:53:09 +02:00
### 2021-06-16
* Fix: solved issue #1
### 2021-06-15
* Add: New Post: Update!
* Add: Changelog to README.md.
* Add: Social Media Links at Footer.
* Add: data.settings to manage settings.
* Fix: Linklog link did not work at blog overview.
* Fix: Pagination View - older was displayed on the left when no newer was there.
* Change: Header and Footer Navigation links work now with data yml files.
* Change: New Sort and some Content modification at Contact Page.
* Change: set sitemap false on 404 & 500 page.
* Change: new text on 404 & 500 page.
* Change: robots.txt now allow searchengines with settings.
* Change: some new meta tags
* Change: link style
* Change: remove Header Navigation
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