Remove Changelog part

This commit is contained in:
Nico Jensen 2023-07-26 23:07:34 +02:00
parent d22343f7b2
commit f18514741c

View file

@ -1,49 +1,24 @@
# www.nicojensen.de # www.nicojensen.de
Repo zu meiner Webseite
Repo zu meiner Webseite
Diese Webseite basiert auf [Jekyll](https://jekyllrb.com/). Diese Webseite basiert auf [Jekyll](https://jekyllrb.com/).
## Changelog
### 2022-09-23
* Change: Links at footer / contact / etc get a target and modify rel
* Change: Intern Layouts changes
### 2022-07-02
* Change: New eMail address
### 2022-04-28
* Add: New Social Media Links
### 2021-07-07
* Fix: Design issue on none blog pages
### 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 Text to blog post Update.
### 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
## bundle ## bundle
### install ### install
bundle install bundle install
### update ### update
bundle update bundle update
## page ## page
## to compile ## to compile
bundle exec jekyll serve bundle exec jekyll serve
## to Develop ## to Develop
JEKYLL_ENV=production bundle exec jekyll build
JEKYLL_ENV=production bundle exec jekyll build