chore: add index.md for use with github pages
parent
603aab9dc6
commit
92b4a8cc61
|
@ -1,7 +1,47 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
Hello
|
||||
</head>
|
||||
<title>index.md</title>
|
||||
<meta name="GENERATOR" content="github.com/gomarkdown/markdown markdown processor for Go">
|
||||
<meta charset="utf-8">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Recursive:slnt,wght,CASL,CRSV,MONO@-15..0,300..800,0..1,0..1,0..1&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<style>
|
||||
body {
|
||||
font-family: "Recursive", sans-serif;
|
||||
font-variation-settings: "MONO" 0, "CASL" 1;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: "Recursive", monospace;
|
||||
font-variation-settings: "MONO" 1, "CASL" 1;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
Body
|
||||
|
||||
<nav>
|
||||
|
||||
<ul>
|
||||
<li><a href="#toc_0">Index</a></li>
|
||||
</ul>
|
||||
|
||||
</nav>
|
||||
|
||||
<h1 id="toc_0">Index</h1>
|
||||
|
||||
<p>This is where I dump my thoughts.</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="2022-06-08-backup">Backup my way</a></li>
|
||||
<li><a href="2022-06-08-dockerfile-go">Dockerfile for Go</a></li>
|
||||
<li><a href="2022-07-10-bootstrap-go">Bootstrap Go</a></li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
# Index
|
||||
|
||||
This is where I dump my thoughts.
|
||||
|
||||
- [Backup my way](2022-06-08-backup)
|
||||
- [Dockerfile for Go](2022-06-08-dockerfile-go)
|
||||
- [Bootstrap Go](2022-07-10-bootstrap-go)
|
Loading…
Reference in New Issue