new homepage!

This commit is contained in:
dongdigua 2022-10-21 19:08:24 +08:00
parent c04ae67062
commit 88072659ba
4 changed files with 48 additions and 21 deletions

41
index.html Normal file
View File

@ -0,0 +1,41 @@
<!-- 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

@ -1,13 +1,13 @@
#+TAGS: elixir(e) rust(r) c(c) lisp(l) python(p) nim(n)
#+TAGS: lowlevel(w) frontend(f) backend(b) hack(h) algorithm(a) math(t)
#+TAGS: emacs(m) linux(x) iot(i) plan9(9) BSD(B)
#+TAGS: rssable(s) rssub(u) gopher(g)
#+OPTIONS: toc:1 ^:{}
#+TITLE: Internet Collections
#+DATE: <2022-06-05 日>
* 一些(个人)博客收集
#+TAGS: rssable(s) rssub(u) gopher(g)
#+BEGIN_SRC text
_ ___
/\ / _ ._ _|_ _. o ._ |\/| _. _ o _ _. | | ._ _| _
@ -26,7 +26,6 @@ really good website, butt, no rss
** [[https://shakaianee.top/][易姐]]
** [[https://floooh.github.io/][floooh(The Brain Dump)]] :c:
07 年开始, cpu emulator
*** [[https://floooh.github.io/2017/12/10/z80-emu-evolution.html][2017: Z80 Emu Evolution]]
*** [[https://floooh.github.io/2021/12/17/cycle-stepped-z80.html][2021: A new cycle-stepped Z80 emulator]]
*** [[https://floooh.github.io/2019/09/27/modern-c-for-cpp-peeps.html][Modern C for C++ Peeps]]
#+BEGIN_QUOTE
@ -57,8 +56,7 @@ CPU, IC, ARM
13年最后更新
** [[http://bzhang.lamost.org/website/][bozhang]] :rssable:
05 年开始, 天文学
** [[https://www.luogu.com.cn/blog/ivystorm/emacs-adventuredunnet-tong-guan-jiao-cheng][emacs dunnet 教程]] :emacs:
luogu
** [[https://www.luogu.com.cn/blog/ivystorm/emacs-adventuredunnet-tong-guan-jiao-cheng][luogu blog: emacs dunnet 教程]] :emacs:
** [[https://iceguye.com/blog][IceGuye]]
** [[http://jujuba.me/][Ground Oddity]]
出国
@ -220,6 +218,7 @@ plan9
今年的新博客, 友链有踏浪
* YouTube 收集(没有账号, 这就是我的收藏夹)
#+TAGS: tsoding(s) DT(D) LiveOverflow(L)
** Computer Science
*** [[https://youtu.be/0rJ94rbdteE][Rust 让你感觉像个天才]]
*** [[https://youtu.be/nfF91Z6fqGk][CMD 登录B站]]
@ -282,6 +281,7 @@ to filing patently fraudulent DMCA counter-notifications to avoid the terminatio
#+END_QUOTE
*** [[https://youtu.be/RH3D1cpm6do][Yes, Everyone on the Internet Is a Loser.]]
I agree
**** [[https://youtu.be/2CnAzLB0OjU][DT: As The Web Grows Bigger, It Seems Smaller]]
*** [[https://youtu.be/Rsxao9ptdmI][Beating 5 Scam Arcade Games with Science]]
街机科学家~
*** TODO [[https://youtube.com/playlist?list=PLgE-9Sxs2IBVgJkY-1ZMj0tIFxsJ-vOkv][BBS The Documentary(8)]]

View File

@ -46,7 +46,7 @@
"rss.xml"
"./../"
"https://dongdigua.github.io"
(directory-files "./../" nil ".*\.html$")
(delete "index.html" (directory-files "./../" nil ".*\.html$"))
:title "dongdigua's blog"
:description "Blog!"
:builder 'webfeeder-make-rss)

View File

@ -1,9 +1,5 @@
<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">
## Table of Contents (sorted by time)
### Posts
## Table of Contents
### Posts (sorted by time)
[CentOS/Fedora 不同的配置默认都安装了什么软件](anaconda_kickstarts)<br>
[build a nixos live image](nixos)<br>
[moonboos, 懂的都懂](moonboos)<br>
@ -23,13 +19,3 @@
[折腾 sway 的一些记录(problem&solution)](wayland)<br>
[编辑器操作备忘录](cheatsheet)<br>
[博客, YouTube 等收集](internet_collections)<br>
---
PGP key<br>
[56CE E157 C9F5 334F CA52 CEC3 D184 E828 8062 90B6](pgpkey.txt)
---
![](images/rss.png)[rss](rss.xml)<br>
*[pay me some monero](xmr.txt)*<br>