diff options
| author | Christian Cleberg <[email protected]> | 2026-08-11 15:31:39 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-11 20:35:15 -0500 |
| commit | 17131d475ea658e3feeb37f8f01900f1285fe128 (patch) | |
| tree | 35f0d1fc99b17fbd4aaaedb232017ef00171fffe /content/styles.css | |
| parent | b6870928c46c1eec7103746bd3153a671b8d344c (diff) | |
| download | cleberg.net-17131d475ea658e3feeb37f8f01900f1285fe128.tar.gz cleberg.net-17131d475ea658e3feeb37f8f01900f1285fe128.tar.bz2 cleberg.net-17131d475ea658e3feeb37f8f01900f1285fe128.zip | |
Publish theme/static directly instead of copying it into content
org-ssg can read asset directories outside its source now, so the four files
copied in — gpg.txt, robots.txt, salary.csv and styles.css — go back to having
one home. `[build] assets = ["../theme/static"]` publishes that directory at /,
which is where weblorg serves it from too.
That also removes the note asking whoever comes next to keep two stylesheets
identical, and picks up styles.min.css as a side effect.
Diffstat (limited to 'content/styles.css')
| -rw-r--r-- | content/styles.css | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/content/styles.css b/content/styles.css deleted file mode 100644 index 19e4711..0000000 --- a/content/styles.css +++ /dev/null @@ -1,23 +0,0 @@ -body { max-width: 800px; margin: 0 auto; padding: 1rem; } -a, a:visited { color: #0000ff; } -nav ul { list-style: none; padding: 0; display: flex; flex-direction: row; } -nav ul li { padding-right: 0.5rem;} -img { max-width: 100%; } -.post-list { padding: 0; padding-inline-start: 0; } -.post-list-item { display: flex; list-style: none; align-items: baseline; } -.post-list-item time { padding-right: 0.5rem; white-space: nowrap; } -.post-list-item a { flex-grow: 1; white-space: normal; } -.post-list-year { list-style: none; margin-top: 1rem; margin-bottom: 0.5rem; font-weight: bold; } -.skip-link { display: none; } -footer { margin: 2rem 0;} -pre, blockquote { margin: 1rem 0; padding: 0.5rem; background-color: #eee; } -pre { overflow: auto; white-space: pre; } -blockquote p { margin: 0; margin-bottom: 1rem; } -blockquote p:last-child { margin-bottom: 0; } -code { color: #942192; } -@media (prefers-color-scheme: dark) { - body { background-color: #181a1b; color: #cccccc; } - a, a:visited { color: #68A9F8; } - code { color: #ff68e1; } - pre, blockquote { background-color: black; } -} |
