accidentally deleted index, restore it and fix Makefile

This commit is contained in:
dongdigua 2022-10-21 20:42:10 +08:00
parent 72470f96cf
commit c94f7afe76
2 changed files with 43 additions and 1 deletions

42
index.html Normal file
View File

@ -0,0 +1,42 @@
<!-- idea from konfou.xyz -->
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<title>d0ngd1gua</title>
<meta name=author content="dongdigua's blog">
<link rel=license href=https://creativecommons.org/licenses/by/4.0/>
<style>
*{scrollbar-color:gray #404040}
*::selection{background:#606060}
*::-webkit-scrollbar{width:auto}
*::-webkit-scrollbar-track{background:#404040}
*::-webkit-scrollbar-thumb{background:gray}
body{background-color:#373737;color:#dcdccc;font-family:dejavu sans mono,consolas,monospace;font-size:16px;padding:5em 0 0;margin:0}
a{color:#efdcbc;text-decoration:none}
a:visited{color:#dca3a3}
a:hover{color:#f8f893}
.home{position:absolute;width:100%;text-align:center}
.home pre{max-width:80ch;padding:0 1rem;margin-left:auto;margin-right:auto;line-height:1.5em;overflow:auto;display:inline-block;text-align:left}
pre{font-family:dejavu sans mono,consolas,monospace;margin:1rem}
</style>
<body>
<script src="https://fastly.jsdelivr.net/gh/stevenjoezhang/live2d-widget@latest/autoload.js"></script>
<link rel="stylesheet" href="https://fastly.jsdelivr.net/npm/@fortawesome/fontawesome-free@6/css/all.min.css">
<div class="home p-contact contact h-card vcard">
<pre>
(let ((name "dongdigua")
(blog "<a href=posts>posts/</a>")
(feed "<a href=rss.xml>rss.xml</a>")
(github "<a href=https://github.com/dongdigua>@dongdigua</a>")
(payment "<a href=xmr.txt>monero</a>")
(pgp "<a href=pgpkey.txt>0x56CEE157C9F5334F</a>")
(interests
'("computer science"
"cyber security"
"Minecraft redstone survival"
"anime"
(Lost (In (Superfluous (Parentheses))))))))
</pre>
</div>
</body>

View File

@ -12,5 +12,5 @@ html:
clean: clean:
rm ./../org_html/*.html rm ./../org_html/*.html
rm ~/.org-timestamps/org-pages.cache rm ~/.org-timestamps/org-pages.cache
rm ./../*.html* ls ../*.html* | grep -v "index.html" | xargs -I {} rm {}
rm ./../*.xml* rm ./../*.xml*