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