implement pug

This commit is contained in:
Michael Czechowski
2024-09-30 22:21:23 +02:00
parent 4bcab70d42
commit 42c6a14718
10 changed files with 1585 additions and 107 deletions

12
index.pug Normal file
View File

@@ -0,0 +1,12 @@
doctype html
html.scroll-smooth(lang=lang)
include src/components/Head
body.font-mono.m-0.p-0
main.flex.flex-col
article(itemscope, itemtype="http://schema.org/Person")
include src/components/Title
include src/components/Professional
include src/components/Academia
include src/components/Footer