add static site generation including robots.txt and sitemap.xml

This commit is contained in:
survellow
2024-07-03 17:33:12 +02:00
parent a003ba736c
commit cf638cf93c
31 changed files with 846 additions and 923 deletions

View File

@ -42,7 +42,7 @@ const hasContent = computed(() => {
</script>
<template>
<heading class="flex flex-column align-items-center mt-0">
<div class="flex flex-column align-items-center mt-0">
<div
class="flex align-items-center justify-content-center gap-3 mx-2 mb-4 transition-rolldown"
:class="{ 'md:mt-8': hideContent }"
@ -87,7 +87,7 @@ const hasContent = computed(() => {
>
<slot name="content"></slot>
</div>
</heading>
</div>
</template>
<style scoped>