Switch to new landingpage and remove old blog

New landingpage includes the blog itself to better
integrate with the main page. Also runs on astro
not on hugo which I am a little more familiar with.
This commit is contained in:
Marty Oehme 2023-12-08 20:28:44 +01:00
parent 7d8408f9f8
commit 2d01350fa5
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
11 changed files with 2 additions and 214 deletions

View file

@ -2,6 +2,6 @@
stack_name: landingpage
stack_image: "registry.gitlab.com/cloud-serve/landing"
stack_image: "martyo/cloudserve-landing"
stack_compose: "{{ lookup('template', 'docker-stack.yml.j2') | from_yaml }}"