Fixed many small issues

- dates
- cache directory
This commit is contained in:
Yann Esposito (Yogsototh) 2019-08-15 01:20:58 +02:00
parent cb24d0bac1
commit 453808fb33
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
5 changed files with 31 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
_cache
_site
src/archive.org

Binary file not shown.

View File

@ -145,9 +145,7 @@ ol > li:before {
content: counter(ol) ". ";
counter-increment: ol;
font-weight: bold;
opacity: 0.5;
}
img {
max-width: 100%;
max-height: 800px;
@ -348,12 +346,35 @@ input#raw:checked ~ .main {
--color-h5: #000;
--color-h6: #000;
--color-link: #33d;
font-family: monospace;
}
input#raw:checked ~ #labels {
background: #fff;
color: #000;
}
input#darkraw:checked ~ .main {
--main-background: #000;
--main-foreground: #fff;
--second-foreground: #fff;
--reveal-background: #000;
--soft-foreground: #fff;
--border-color: #fff;
--todo-txt: #fff;
--color-h1: #fff;
--color-h2: #fff;
--color-h3: #fff;
--color-h4: #fff;
--color-h5: #fff;
--color-h6: #fff;
--color-link: #dd3;
font-family: monospace;
}
input#darkraw:checked ~ #labels {
background: #000;
color: #fff;
}
body,.main {
background: var(--main-background);
@ -369,6 +390,11 @@ a, a:visited,
.main a, .main a:visited {
color: var(--second-foreground);
}
.main ol > li:before, ol > li:before {
color: var(--soft-foreground)
}
pre::after,pre::before,hr:after,
.main pre::after,.main pre::before,.main hr:after {
color: var(--soft-foreground);

View File

@ -2,7 +2,7 @@
#+SUBTITLE: Meta post about this blog
#+AUTHOR: Yann Esposito
#+EMAIL: yann@esposito.host
#+DATE: 2019-07-27
#+DATE: [2019-07-27]
#+KEYWORDS: programming, blog, org-mode, meta
#+OPTIONS: auto-id:t

View File

@ -2,7 +2,7 @@
#+SUBTITLE: fast, secure, easy autoload
#+AUTHOR: Yann Esposito
#+EMAIL: yann@esposito.host
#+DATE: 2019-07-28
#+DATE: [2019-07-28]
#+KEYWORDS: programming, blog, org-mode
#+OPTIONS: auto-id:t