mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-27 17:10:55 +08:00
new homepage!
This commit is contained in:
parent
c04ae67062
commit
88072659ba
41
index.html
Normal file
41
index.html
Normal 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>
|
@ -1,13 +1,13 @@
|
|||||||
#+TAGS: elixir(e) rust(r) c(c) lisp(l) python(p) nim(n)
|
#+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: lowlevel(w) frontend(f) backend(b) hack(h) algorithm(a) math(t)
|
||||||
#+TAGS: emacs(m) linux(x) iot(i) plan9(9) BSD(B)
|
#+TAGS: emacs(m) linux(x) iot(i) plan9(9) BSD(B)
|
||||||
#+TAGS: rssable(s) rssub(u) gopher(g)
|
|
||||||
#+OPTIONS: toc:1 ^:{}
|
#+OPTIONS: toc:1 ^:{}
|
||||||
|
|
||||||
#+TITLE: Internet Collections
|
#+TITLE: Internet Collections
|
||||||
#+DATE: <2022-06-05 日>
|
#+DATE: <2022-06-05 日>
|
||||||
|
|
||||||
* 一些(个人)博客收集
|
* 一些(个人)博客收集
|
||||||
|
#+TAGS: rssable(s) rssub(u) gopher(g)
|
||||||
#+BEGIN_SRC text
|
#+BEGIN_SRC text
|
||||||
_ ___
|
_ ___
|
||||||
/\ / _ ._ _|_ _. o ._ |\/| _. _ o _ _. | | ._ _| _
|
/\ / _ ._ _|_ _. o ._ |\/| _. _ o _ _. | | ._ _| _
|
||||||
@ -26,7 +26,6 @@ really good website, butt, no rss
|
|||||||
** [[https://shakaianee.top/][易姐]]
|
** [[https://shakaianee.top/][易姐]]
|
||||||
** [[https://floooh.github.io/][floooh(The Brain Dump)]] :c:
|
** [[https://floooh.github.io/][floooh(The Brain Dump)]] :c:
|
||||||
07 年开始, cpu emulator
|
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/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]]
|
*** [[https://floooh.github.io/2019/09/27/modern-c-for-cpp-peeps.html][Modern C for C++ Peeps]]
|
||||||
#+BEGIN_QUOTE
|
#+BEGIN_QUOTE
|
||||||
@ -57,8 +56,7 @@ CPU, IC, ARM
|
|||||||
13年最后更新
|
13年最后更新
|
||||||
** [[http://bzhang.lamost.org/website/][bozhang]] :rssable:
|
** [[http://bzhang.lamost.org/website/][bozhang]] :rssable:
|
||||||
05 年开始, 天文学
|
05 年开始, 天文学
|
||||||
** [[https://www.luogu.com.cn/blog/ivystorm/emacs-adventuredunnet-tong-guan-jiao-cheng][emacs dunnet 教程]] :emacs:
|
** [[https://www.luogu.com.cn/blog/ivystorm/emacs-adventuredunnet-tong-guan-jiao-cheng][luogu blog: emacs dunnet 教程]] :emacs:
|
||||||
luogu
|
|
||||||
** [[https://iceguye.com/blog][IceGuye]]
|
** [[https://iceguye.com/blog][IceGuye]]
|
||||||
** [[http://jujuba.me/][Ground Oddity]]
|
** [[http://jujuba.me/][Ground Oddity]]
|
||||||
出国
|
出国
|
||||||
@ -220,6 +218,7 @@ plan9
|
|||||||
今年的新博客, 友链有踏浪
|
今年的新博客, 友链有踏浪
|
||||||
|
|
||||||
* YouTube 收集(没有账号, 这就是我的收藏夹)
|
* YouTube 收集(没有账号, 这就是我的收藏夹)
|
||||||
|
#+TAGS: tsoding(s) DT(D) LiveOverflow(L)
|
||||||
** Computer Science
|
** Computer Science
|
||||||
*** [[https://youtu.be/0rJ94rbdteE][Rust 让你感觉像个天才]]
|
*** [[https://youtu.be/0rJ94rbdteE][Rust 让你感觉像个天才]]
|
||||||
*** [[https://youtu.be/nfF91Z6fqGk][CMD 登录B站]]
|
*** [[https://youtu.be/nfF91Z6fqGk][CMD 登录B站]]
|
||||||
@ -282,6 +281,7 @@ to filing patently fraudulent DMCA counter-notifications to avoid the terminatio
|
|||||||
#+END_QUOTE
|
#+END_QUOTE
|
||||||
*** [[https://youtu.be/RH3D1cpm6do][Yes, Everyone on the Internet Is a Loser.]]
|
*** [[https://youtu.be/RH3D1cpm6do][Yes, Everyone on the Internet Is a Loser.]]
|
||||||
I agree
|
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]]
|
*** [[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)]]
|
*** TODO [[https://youtube.com/playlist?list=PLgE-9Sxs2IBVgJkY-1ZMj0tIFxsJ-vOkv][BBS The Documentary(8)]]
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
"rss.xml"
|
"rss.xml"
|
||||||
"./../"
|
"./../"
|
||||||
"https://dongdigua.github.io"
|
"https://dongdigua.github.io"
|
||||||
(directory-files "./../" nil ".*\.html$")
|
(delete "index.html" (directory-files "./../" nil ".*\.html$"))
|
||||||
:title "dongdigua's blog"
|
:title "dongdigua's blog"
|
||||||
:description "Blog!"
|
:description "Blog!"
|
||||||
:builder 'webfeeder-make-rss)
|
:builder 'webfeeder-make-rss)
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
<script src="https://fastly.jsdelivr.net/gh/stevenjoezhang/live2d-widget@latest/autoload.js"></script>
|
## Table of Contents
|
||||||
<link rel="stylesheet" href="https://fastly.jsdelivr.net/npm/@fortawesome/fontawesome-free@6/css/all.min.css">
|
### Posts (sorted by time)
|
||||||
|
|
||||||
|
|
||||||
## Table of Contents (sorted by time)
|
|
||||||
### Posts
|
|
||||||
[CentOS/Fedora 不同的配置默认都安装了什么软件](anaconda_kickstarts)<br>
|
[CentOS/Fedora 不同的配置默认都安装了什么软件](anaconda_kickstarts)<br>
|
||||||
[build a nixos live image](nixos)<br>
|
[build a nixos live image](nixos)<br>
|
||||||
[moonboos, 懂的都懂](moonboos)<br>
|
[moonboos, 懂的都懂](moonboos)<br>
|
||||||
@ -23,13 +19,3 @@
|
|||||||
[折腾 sway 的一些记录(problem&solution)](wayland)<br>
|
[折腾 sway 的一些记录(problem&solution)](wayland)<br>
|
||||||
[编辑器操作备忘录](cheatsheet)<br>
|
[编辑器操作备忘录](cheatsheet)<br>
|
||||||
[博客, YouTube 等收集](internet_collections)<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>
|
|
Loading…
Reference in New Issue
Block a user