Initial commit

This commit is contained in:
Devon Campbell 2022-11-26 15:20:28 -08:00
commit c54e246b95
12 changed files with 6535 additions and 0 deletions

17
src/_includes/base.njk Normal file
View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/simple.css">
<link rel="stylesheet" href="css/theme.css">
<title>{{ title }}</title>
</head>
<body>
<img src="/images/logo.png" alt="Devon.LOL" class="logo">
<article>
{{ content | safe }}
</article>
</body>
</html>

1
src/index.md Symbolic link
View file

@ -0,0 +1 @@
/Users/raddevon/Documents/knowledgebase/topics/🗿🕸 Old Web.md