From 1b07cb236d9923f352aa0b0cd292f608220062b9 Mon Sep 17 00:00:00 2001 From: baalajimaestro Date: Fri, 24 Feb 2023 22:12:12 +0530 Subject: [PATCH] Add a basic readme Signed-off-by: baalajimaestro --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fb7194e --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Hugo Extended Alpine + +No-nonsense docker image with latest alpine and latest hugo extended, automatically updated on a cron basis. + +Included tools: + +- go + +To use this image: + +`docker pull registry.baalajimaestro.me/baalajimaestro/hugo-alpine-ext:latest`