Project improvements
This commit is contained in:
parent
ea1cbef867
commit
6cc6eaa34d
3
Makefile
3
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue