feat: add new website design and tech stack

This commit is contained in:
Stefan Imhoff
2022-02-08 19:46:50 +01:00
parent f76fd39fee
commit 165152beba
495 changed files with 16157 additions and 361 deletions

View File

@@ -0,0 +1,6 @@
export function sourceCodeInfo() {
const sourceCodeInfo =
'👋 I see youre interested in the source code of this site? You can find it here: https://github.com/kogakure/website-11ty-kogakure.de';
console.info(sourceCodeInfo);
}