From c813320a8d56041800a93522e4b71aabad6e5927 Mon Sep 17 00:00:00 2001 From: dongdigua Date: Thu, 15 Sep 2022 11:33:55 +0800 Subject: [PATCH] add pgp key --- css/main.css | 21 ++++++++++----------- index.md | 4 ++++ org/internet_collections.org | 13 ++++++++++--- org/publish_config.el | 8 ++++++-- 4 files changed, 30 insertions(+), 16 deletions(-) diff --git a/css/main.css b/css/main.css index 55c20f4..6ca2d63 100644 --- a/css/main.css +++ b/css/main.css @@ -137,16 +137,16 @@ } ul { - list-style-type: square; - list-style-image: inherit; - list-style-position: outside; + list-style-type: square; + list-style-image: inherit; + list-style-position: outside; } ol { - list-style-type: decimal; - list-style-position: outside; + list-style-type: decimal; + list-style-position: outside; } ol ol { - list-style-type: lower-alpha; + list-style-type: lower-alpha; } .todo { @@ -189,8 +189,8 @@ } table.full td { - border: 1px solid black; - padding: 5px; + border: 1px solid black; + padding: 5px; } code { @@ -969,14 +969,13 @@ padding: .3em; margin-bottom: 1em; border: 1px solid gray; - background-color: #667c99; + background-color: #f4f4f4; } #show_source { - float: right; + float: right; margin: .7em; } - } /* END OF @media all */ diff --git a/index.md b/index.md index 4299329..0351038 100644 --- a/index.md +++ b/index.md @@ -15,3 +15,7 @@ ![](images/rss.png)[rss](feed.xml)
*[pay me some monero](xmr.txt)*
+PGP key
+``` +ed25519 D631C5383F2ABB890C17C5A011A315F1069DE2B4 +``` diff --git a/org/internet_collections.org b/org/internet_collections.org index 33b1667..243714f 100644 --- a/org/internet_collections.org +++ b/org/internet_collections.org @@ -1,4 +1,4 @@ -#+TAGS: elixir(e) rust(r) c(c) lisp(l) +#+TAGS: elixir(e) rust(r) c(c) lisp(l) python(p) #+TAGS: lowlevel(w) frontend(f) backend(b) emacs(m) hack(h) algorithm(a) linux(x) #+TAGS: rssable(s) rssub(u) #+OPTIONS: toc:1 @@ -103,6 +103,14 @@ pixel art *** [[https://lantian.pub/article/modify-website/static-build-tiny-docker-images.lantian/][静态编译制作微型 Docker 镜像]] [[https://lantian.pub/article/modify-website/4kb-infinite-sleep-docker-image.lantian/][制作只有 4KB 大小的永久挂起程序]] *** [[https://lantian.pub/article/modify-website/serve-gopher-with-nginx.lantian/][用 nginx 建立 Gopher 网站]] gopher://gopher.lantian.pub +** [[https://tsdh.org/index.html][tsdh]] :emacs: +** [[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, 一个反叛而又正统的代码托管平台]] +*** [[https://ulyc.github.io/2021/01/13/2021年-用更现代的方法使用PGP-上/][2021年, 用更现代的方法使用PGP]] +**** [[https://spwo.notion.site/GitHub-6b1e1d57f52c4664bff61cadb3f9cb8d][震惊! 竟然有人在 GitHub 上冒充我的身份!]] +*** [[https://ulyc.github.io/2019/08/01/初窥CORB/][Cross-Origin Read Blocking]] ** B *** [[https://blog.yangmame.org/][yanemame]] 猴哥推荐的 @@ -135,8 +143,6 @@ and [[https://youtu.be/cfPDeso3XwI][register-based(13 episode)]] *** [[https://youtu.be/qF7dkrce-mQ][fireship bitcoin]] 大概是我见过最好的讲区块链的视频了, 除了...JS 啊啊啊 *** [[https://youtu.be/zJ-8DZhzBEE][what your favourite pl says about you]] -*** [[https://youtu.be/R00JE6QRbno][tsoding aoc 2020 day 12 in perl]] -0:20:50 pythonbulubulu~ *** [[https://youtu.be/ziXgdkTfmPU][tsoding irc client in ocaml]] 0:50 List.fold_left faster than fold_right, but haskell is opposite 1:00 I like ocaml, that's how python should look like, @@ -158,6 +164,7 @@ and [[https://youtu.be/cfPDeso3XwI][register-based(13 episode)]] *** [[https://youtu.be/QxNsyrftJ8I][The Biggest Linux Security Mistakes]] "Security is a journey, not a destination!" *** [[https://youtu.be/yCgHoL9_ZiY][Is LTT Trolling The Linux Community?]] +*** [[https://youtu.be/UNkHditYGls][I coded a fractal on an Apple II+]] ** Math *** [[https://youtu.be/KufsL2VgELo][Group Theory]] diff --git a/org/publish_config.el b/org/publish_config.el index 2932e24..b7cad9e 100644 --- a/org/publish_config.el +++ b/org/publish_config.el @@ -1,7 +1,8 @@ ;; this file and Makefile from: ;; https://www.cnblogs.com/banjia/archive/2012/09/29/2708966.html -;; CSDN, 阿里云, 这些垃圾都在未授权盗搬, 结果这个东西有些地方都过时了 -;; 能不能有点创新... +;; CSDN, 阿里云, 这些垃圾都在未授权盗搬, 结果这个东西有些地方都过时了. 能不能有点创新... + +;; System Crafter's video: https://youtu.be/AfkrzFodoNw (require 'org) (require 'ox) @@ -16,6 +17,9 @@ :exclude "画大饼.org" :publishing-function org-html-publish-to-html :preserve-breaks t + + :org-html-validation-link nil + :org-html-head-include-default-style nil ;; https://github.com/rgb-24bit/org-html-theme-list org-joshua :html-head "" :html-link-home "https://dongdigua.github.io"