Meine Webseite https://nicojensen.de
Go to file
Nico Jensen 5d2692316c New: Post - app defaults 2024-02-15 02:56:17 +01:00
.well-known add security.txt 2023-08-09 13:43:28 +02:00
_data Remove Matrix 2023-09-08 10:28:54 +02:00
_includes change footer from text to icon based 2023-07-24 10:00:07 +02:00
_layouts new page type: review 2023-03-09 01:09:18 +01:00
_posts New: Post - app defaults 2024-02-15 02:56:17 +01:00
_sass change footer from text to icon based 2023-07-24 10:00:07 +02:00
assets New: Post - app defaults 2024-02-15 02:56:17 +01: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 New Text 2022-09-23 00:31:55 +02:00
500.html Add main to fix layout bug 2021-07-07 12:37:52 +02:00
CHANGELOG.md Create CHANGELOG file 2023-07-26 23:09:23 +02:00
Gemfile add mastodon_webfinger 2023-08-09 13:19:51 +02:00
Gemfile.lock add mastodon_webfinger 2023-08-09 13:19:51 +02:00
README.md Remove Changelog part 2023-07-26 23:07:34 +02:00
_config.yaml add mastodon_webfinger 2023-08-09 13:19:51 +02:00
colophon.html add target and modify rel to links 2022-09-23 00:46:42 +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
impressum.html change email address 2022-07-02 14:22:30 +02:00
index.html Add and Remove Gallery 2022-09-23 00:53:34 +02:00
kontakt.html Fix double ID issue 2023-07-24 09:59:24 +02:00
nico.html Add main to fix layout bug 2021-07-07 12:37:52 +02:00
robots.txt Add Disallow for GPT 2023-08-08 14:28:07 +02:00

README.md

www.nicojensen.de

Repo zu meiner Webseite Diese Webseite basiert auf Jekyll.

bundle

install

bundle install

update

bundle update

page

to compile

bundle exec jekyll serve

to Develop

JEKYLL_ENV=production bundle exec jekyll build