Meine Webseite
Find a file
2022-07-02 14:22:30 +02:00
_data add new gallery on page with test images 2022-06-22 01:14:32 +02:00
_includes Add new meta tag for referrer 2022-05-29 12:05:06 +02:00
_layouts add new gallery on page with test images 2022-06-22 01:14:32 +02:00
_posts Create edit Text to blog post Update. 2021-06-21 19:35:27 +02:00
_sass add font color for old sm 2022-04-28 23:32:11 +02:00
assets add new gallery on page with test images 2022-06-22 01:14:32 +02:00
fotos add new gallery on page with test images 2022-06-22 01:14:32 +02:00
.gitignore add .vscode folder 2022-05-06 10:16:34 +02:00
.htaccess added .htaccess to _config.yaml 2020-05-29 17:51:16 +02:00
404.html Add main to fix layout bug 2021-07-07 12:37:52 +02:00
500.html Add main to fix layout bug 2021-07-07 12:37:52 +02:00
_config.yaml added .htaccess to _config.yaml 2020-05-29 17:51:16 +02:00
colophon.html Add main to fix layout bug 2021-07-07 12:37:52 +02:00
datenschutzerklaerung.html Add main to fix layout bug 2021-07-07 12:37:52 +02:00
feed.xml Create feed.xml 2019-03-25 13:56:34 +01:00
fotos.html add new gallery on page with test images 2022-06-22 01:14:32 +02:00
Gemfile add webrick 2022-04-28 23:32:39 +02:00
Gemfile.lock add webrick 2022-04-28 23:32:39 +02:00
impressum.html change email address 2022-07-02 14:22:30 +02:00
index.html Init 2019-03-12 13:49:49 +01:00
kontakt.html change email adress & remove jabber 2022-07-02 14:22:14 +02:00
nico.html Add main to fix layout bug 2021-07-07 12:37:52 +02:00
README.md new changelog 2021-07-07 12:43:03 +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-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

install

bundle install

update

bundle update

page

to compile

bundle exec jekyll serve

to Develop

JEKYLL_ENV=production bundle exec jekyll build