mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-23 19:43:08 +08:00
modified css, removed useless headings, HOME link
This commit is contained in:
parent
acc90ab39d
commit
6a74794ae1
@ -120,16 +120,16 @@
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #3399cc;
|
||||
color: #39c5bb;
|
||||
}
|
||||
/* a:visited {text-decoration: none; color: #224444} */ /* Taken out because color too similar to text. */
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #3399cc;
|
||||
color: #39c5bb;
|
||||
} /* this is now the color of the Unicorns horn */
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
color: #3399cc;
|
||||
color: #39c5bb;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
|
@ -1,6 +1,5 @@
|
||||
#+TITLE: 这一天终于来了, B站显示 IP 属地
|
||||
#+STARTUP: indent
|
||||
#+OPTIONS: \n:t
|
||||
|
||||
卸载吧...
|
||||
* 我的看法
|
||||
|
@ -1,4 +1,3 @@
|
||||
#+STARTUP: indent
|
||||
#+TITLE: Editor Cheatsheet
|
||||
|
||||
|
||||
@ -46,12 +45,11 @@
|
||||
|
||||
* EMACS
|
||||
** org-mode
|
||||
| key | usage |
|
||||
|--------------+----------------------------|
|
||||
| C-c \vbar | 创建表格 |
|
||||
| C-c C-e | 导出 HTML |
|
||||
| M-left/right | 升级(promote)/降级(demote) |
|
||||
| C-c C-x C-v | toggle render images |
|
||||
| key | usage |
|
||||
|-------------+----------------------|
|
||||
| C-c \vbar | 创建表格 |
|
||||
| C-c C-e | 导出 HTML |
|
||||
| C-c C-x C-v | toggle render images |
|
||||
|
||||
** normal
|
||||
| key | usage |
|
||||
|
@ -1,8 +1,6 @@
|
||||
#+STARTUP: indent
|
||||
#+TAGS: elixir(e) rust(r) c(c) lisp(l)
|
||||
#+TAGS: lowlevel(w) frontend(f) backend(b) emacs(m) hack(h) algorithm(a) linux(x)
|
||||
#+TAGS: rssable(s) rssub(u)
|
||||
#+OPTIONS: \n:t
|
||||
#+OPTIONS: toc:nil
|
||||
#+OPTIONS: ^:{}
|
||||
|
||||
|
@ -15,13 +15,26 @@
|
||||
:recursive t
|
||||
:exclude "画大饼.org"
|
||||
:publishing-function org-html-publish-to-html
|
||||
:preserve-breaks t
|
||||
;; https://github.com/rgb-24bit/org-html-theme-list org-joshua
|
||||
:html-head "<link rel='stylesheet' type='text/css' href='./../css/main.css' />" ; instead of :style
|
||||
:html-head "<link rel='stylesheet' type='text/css' href='./../css/main.css' />"
|
||||
:html-link-home "https://dongdigua.github.io"
|
||||
:html-link-up "https://dongdigua.github.io"
|
||||
)))
|
||||
|
||||
(defun myweb-publish ()
|
||||
"Publish myweb."
|
||||
(interactive)
|
||||
(setq debug-on-error t)
|
||||
(org-publish-all))
|
||||
(org-publish-all)
|
||||
|
||||
(webfeeder-build
|
||||
"rss.xml"
|
||||
"./../org_html"
|
||||
"https://dongdigua.github.io"
|
||||
(delete "rss.html" (directory-files "./../org_html" nil ".*\.html$"))
|
||||
:title "dongdigua's blog"
|
||||
:description "Blog!"
|
||||
:builder 'webfeeder-make-rss)
|
||||
)
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
#+TITLE: Recommend EverForest Theme
|
||||
#+OPTIONS: \n:t
|
||||
#+OPTIONS: toc:nil
|
||||
|
||||
强烈推荐 everforest 这个主题
|
||||
|
@ -1,5 +1,5 @@
|
||||
#+TITLE: Something About Wayland(swaywm)
|
||||
#+OPTIONS: toc:nil \n:t
|
||||
#+OPTIONS: toc:nil
|
||||
|
||||
* Solution
|
||||
** gnome-screenshot
|
||||
|
@ -1,5 +1,5 @@
|
||||
#+TITLE: Something About MGLNDD Scans
|
||||
#+OPTIONS: toc:nil \n:t
|
||||
#+OPTIONS: toc:nil
|
||||
|
||||
* [[https://stretchoid.com/][stretchoid opt-out]]
|
||||
this domain's workers are comstantly scanning the WHOLE internet
|
||||
|
Loading…
Reference in New Issue
Block a user