Meine Webseite
Find a file
2021-06-21 19:21:21 +02:00
_data * Add: New Post: Update! 2021-06-15 03:31:51 +02:00
_includes Fix some design issues 2021-06-21 19:06:30 +02:00
_layouts Fix some design issues 2021-06-21 19:06:30 +02:00
_posts add featured imaged to post 2021-06-21 17:12:13 +02:00
_sass Fix some deign issues 2021-06-21 19:21:21 +02:00
assets add featured imaged to post 2021-06-21 17:12:13 +02:00
.gitignore add DS_store to gitignore 2020-05-23 02:20:59 +02:00
.htaccess added .htaccess to _config.yaml 2020-05-29 17:51:16 +02:00
404.html * Add: New Post: Update! 2021-06-15 03:31:51 +02:00
500.html * Add: New Post: Update! 2021-06-15 03:31:51 +02:00
_config.yaml added .htaccess to _config.yaml 2020-05-29 17:51:16 +02:00
colophon.html create new colophone 2020-05-23 02:18:51 +02:00
datenschutzerklaerung.html Livestand import 2019-03-14 13:33:39 +01:00
feed.xml Create feed.xml 2019-03-25 13:56:34 +01:00
fotos.html * Add: New Post: Update! 2021-06-15 03:31:51 +02:00
Gemfile Update Gemfile 2019-03-25 13:56:51 +01:00
Gemfile.lock mod Gemfile 2020-05-17 15:23:13 +02:00
impressum.html Livestand import 2019-03-14 13:33:39 +01:00
index.html Init 2019-03-12 13:49:49 +01:00
kontakt.html Remove Mastodon profillink on contact page. 2021-06-16 02:49:15 +02:00
nico.html Livestand import 2019-03-14 13:33:39 +01:00
README.md Update Changelog 2021-06-16 02:53:09 +02:00
robots.txt * Add: New Post: Update! 2021-06-15 03:31:51 +02:00

www.nicojensen.de

Repo zu meiner Webseite Diese Webseite basiert auf Jekyll.

Changelog

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

install

bundle install

update

bundle update

page

to compile

bundle exec jekyll serve

to Develop

JEKYLL_ENV=production bundle exec jekyll build