mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-23 23:53:10 +08:00
modify home color, tidy Makefile
This commit is contained in:
parent
c94f7afe76
commit
f7d47715ff
@ -7,11 +7,11 @@
|
||||
<link rel=license href=https://creativecommons.org/licenses/by/4.0/>
|
||||
<style>
|
||||
*{scrollbar-color:gray #404040}
|
||||
*::selection{background:#606060}
|
||||
*::selection{background:#434C5E}
|
||||
*::-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}
|
||||
body{background-color:#3B4252;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}
|
||||
@ -33,6 +33,7 @@
|
||||
(interests
|
||||
'("computer science"
|
||||
"cyber security"
|
||||
"GeoGebra"
|
||||
"Minecraft redstone survival"
|
||||
"anime"
|
||||
(Lost (In (Superfluous (Parentheses))))))))
|
||||
|
@ -1,6 +1,7 @@
|
||||
EMACS=emacs
|
||||
ORG_CONFIG_FILE=publish_config.el
|
||||
EMACS_OPTS=--batch --eval "(load-file \"$(ORG_CONFIG_FILE)\")" -f myweb-publish
|
||||
TARGET=ls ../*.html* | grep -v "index.html"
|
||||
|
||||
all: html
|
||||
|
||||
@ -12,5 +13,5 @@ html:
|
||||
clean:
|
||||
rm ./../org_html/*.html
|
||||
rm ~/.org-timestamps/org-pages.cache
|
||||
ls ../*.html* | grep -v "index.html" | xargs -I {} rm {}
|
||||
$(TARGET) | xargs -I {} echo {}
|
||||
rm ./../*.xml*
|
||||
|
@ -70,10 +70,6 @@ CPU, IC, ARM
|
||||
** [[http://incf19.com/yynotes/][include-yy]] :c:lisp:emacs:
|
||||
许多东方的图诶
|
||||
*** [[http://incf19.com/yynotes/posts/2021-10-25-14-蝴蝶效应与emacs动画][蝴蝶效应与emacs动画]]
|
||||
*** [[http://www.incf19.com/yynotes/posts/2021-05-28-5-emacs的cl扩展][emacs cl-lib]]
|
||||
#+BEGIN_SRC text
|
||||
Package cl is deprecated
|
||||
#+END_SRC
|
||||
*** [[http://incf19.com/yynotes/posts/2021-03-22-1-由(λ(x)(x x))看elisp与scheme之区别][由(λ(x)(x x))看elisp与scheme之区别]]
|
||||
#+BEGIN_QUOTE
|
||||
这个问题其实就是 Lisp-1 和 Lisp-2 的区别导致的
|
||||
@ -122,7 +118,7 @@ from ruanyifeng
|
||||
*** [[https://lantian.pub/article/modify-website/serve-gopher-with-nginx.lantian/][用 nginx 建立 Gopher 网站]] :gopher:
|
||||
*** [[https://lantian.pub/article/modify-website/dn42-experimental-network-2020.lantian/][DN42 实验网络介绍及注册教程]]
|
||||
**** [[https://lantian.pub/article/modify-website/how-to-kill-the-dn42-network.lantian/][如何引爆 DN42 网络]]
|
||||
** [[https://bryanbrattlof.com/][Bryan Brattlof]]
|
||||
** TODO [[https://bryanbrattlof.com/][Bryan Brattlof]]
|
||||
*** [[https://git.sr.ht/~bryanb/bootloaders-101/tree][ossu2022 bootloaders 101]]
|
||||
** [[https://ulyc.github.io/][UlyC]] :python:
|
||||
*** [[https://ulyc.github.io/2022/08/10/sourcehut-the-hackers-forge/][sourcehut, 一个反叛而又正统的代码托管平台]]
|
||||
|
@ -6,3 +6,4 @@
|
||||
** [[https://github.com/misode/vscode-nbt][a vscode extension]]
|
||||
* 用 sway 实现[[https://www.bilibili.com/video/BV1TE41147gK][用窗口玩游戏(×)用游戏玩窗口(√)]]的效果
|
||||
* 不同 Linux 内核(xanmod, clear)玩 MC 性能对比
|
||||
* emacs mode: eww show =console.log()= in Message
|
||||
|
Loading…
Reference in New Issue
Block a user