switch to index.md file and use layout from interchange website

This commit is contained in:
2025-05-07 10:07:23 -07:00
parent c67baf638e
commit 2cb7fbb45f
5 changed files with 72 additions and 1 deletions

26
_layouts/default.html Normal file
View File

@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="icon" type="image/png" href="/assets/favicon-96x96.png" sizes="96x96" />-->
<!-- <link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />-->
<!-- <link rel="shortcut icon" href="/assets/favicon.ico" />-->
<!-- <link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png" />-->
<!-- <link rel="manifest" href="/assets/site.webmanifest" />-->
<link rel="stylesheet" href="/assets/global.css">
<title>{{ page.title }}</title>
</head>
<body>
<main>
{{ content }}
</main>
<footer>
copyright 2025 Brendan Chen
</footer>
</body>
</html>