Initial commit
This commit is contained in:
commit
c54e246b95
12 changed files with 6535 additions and 0 deletions
17
src/_includes/base.njk
Normal file
17
src/_includes/base.njk
Normal 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
1
src/index.md
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/Users/raddevon/Documents/knowledgebase/topics/🗿🕸 Old Web.md
|
||||
Loading…
Add table
Add a link
Reference in a new issue