From 6cc6eaa34d2fccc2cfb3e53c3ceb5d2f79c80c46 Mon Sep 17 00:00:00 2001 From: Christian Reitter Date: Mon, 3 Feb 2025 13:25:55 +0100 Subject: [PATCH] Project improvements --- Makefile | 3 +++ _config.yml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7def7ea..ae21590 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,9 @@ dev: build-dev dev-no-rebuild: $(platform) run --rm --expose 4000 -p 127.0.0.1:4000:4000 --mount type=bind,source=${PWD},target=${container_workdir} $(platform_extra_options) -it dev-milksad-website jekyll serve -H 0.0.0.0 +dev-shell-no-rebuild: + $(platform) run --rm --expose 4000 -p 127.0.0.1:4000:4000 --mount type=bind,source=${PWD},target=${container_workdir} $(platform_extra_options) -it dev-milksad-website sh + .PHONY: dev-shell dev-shell: build-dev diff --git a/_config.yml b/_config.yml index 66e3211..f4b2f0e 100644 --- a/_config.yml +++ b/_config.yml @@ -18,7 +18,7 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: milk sad Disclosure +title: Milk Sad Disclosure email: team@milksad.info description: >- # this means to ignore newlines until "baseurl:" An explanation of how weak entropy can ruin your day. @@ -35,7 +35,7 @@ header_pages: style: dark # dark (default), light or hacker listen_for_clients_preferred_style: false # false (default) or true -footer: '2023-2024' +footer: '2023-2025' plugins: - jekyll-feed