From ddb96cef1455308ee8f06d5d04949fb6adc21f0a Mon Sep 17 00:00:00 2001 From: gennyble Date: Fri, 11 Apr 2025 04:15:33 -0500 Subject: change words style --- .times | 6 +-- served/styles/common.css | 6 +++ served/words/weeknotes/weeknotes.css | 14 +++++++ served/words/weeknotes/weeknotes.html | 26 +++++++++++++ served/words/weeknotes/what.html | 5 +-- served/words/words.css | 71 ++++++++++------------------------- served/words/words.html | 57 +++++++++++++--------------- 7 files changed, 97 insertions(+), 88 deletions(-) create mode 100644 served/words/weeknotes/weeknotes.css create mode 100644 served/words/weeknotes/weeknotes.html diff --git a/.times b/.times index 5b43b4b..9c82a38 100755 --- a/.times +++ b/.times @@ -1,7 +1,7 @@ ,1722699430,1739445155,1739445155 .DS_Store,1716265453,1743766017,1739646135 .times-ignore,1708577778,1708577778,1724111977 -.times,1714751011,1744362904,1744352716 +.times,1714751011,1744362933,1744362906 readme.md,1739445155,1739445155,1739445155 .gitignore,1739445155,1740914251,1740914269 updateTimes.sh,1708577778,1708577778,1744352701 @@ -18,7 +18,7 @@ templates/post.html,1739445155,1739445155,1739445200 templates/base.html,1714750761,1733662976,1733662976 templates/minimal.html,1708593919,1708593919,1724111977 served,1722699430,1743839694,1743839695 -served/home.html,1739445155,1744362861,1744362861 +served/home.html,1739445155,1744362861,1744362904 served/.DS_Store,1716265453,1743766017,1743839566 served/about.html,1740572535,1740573730,1740573730 served/look1_512px.png,1734785632,1734785632,1734895881 @@ -162,7 +162,7 @@ served/the-continuum/the-continuum.css,1739445155,1739445155,1739625640 served/the-continuum/banners,1734803563,1744354619,1744354619 served/the-continuum/banners/banners.css,1739445155,1743531616,1743532193 served/the-continuum/banners/.DS_Store,1734806424,1743766017,1743839749 -served/the-continuum/banners/banners.html,1739445155,1744354803,1744354803 +served/the-continuum/banners/banners.html,1739445155,1744354803,1744362904 served/the-continuum/banners/2025-04-05,1743883168,1743883225,1743883225 served/the-continuum/banners/2025-04-05/meters_banner.png,1743883178,1743883178,1744265107 served/the-continuum/banners/2025-04-05/meters_banner.gif,1743883178,1743883178,1744265107 diff --git a/served/styles/common.css b/served/styles/common.css index 5040f99..b92b028 100755 --- a/served/styles/common.css +++ b/served/styles/common.css @@ -16,6 +16,12 @@ font-weight: normal; } +@font-face { + font-family: 'Atkinson Hyperlegible Mono'; + src: url(AtkinsonHyperlegibleMono-Regular.woff2); + font-weight: normal; +} + :root { /* "-dim" to mean: secondary; alternate; deemphasized */ --text: #222; diff --git a/served/words/weeknotes/weeknotes.css b/served/words/weeknotes/weeknotes.css new file mode 100644 index 0000000..c83c411 --- /dev/null +++ b/served/words/weeknotes/weeknotes.css @@ -0,0 +1,14 @@ +ul { + list-style-type: none; + padding: 0; +} + +li { + margin: 0 0.5rem; +} + +.wk-notes { + display: flex; + flex-direction: row; + flex-wrap: wrap; +} \ No newline at end of file diff --git a/served/words/weeknotes/weeknotes.html b/served/words/weeknotes/weeknotes.html new file mode 100644 index 0000000..03a37c2 --- /dev/null +++ b/served/words/weeknotes/weeknotes.html @@ -0,0 +1,26 @@ +--- +template=post +title=Weeknotes +style=/styles/post.css +style=weeknotes.css + +description=Weeknotes +--- + +things i've done! in various forms of narrative and prose.
for more: what? + + \ No newline at end of file diff --git a/served/words/weeknotes/what.html b/served/words/weeknotes/what.html index 7d0f1a4..93c250e 100755 --- a/served/words/weeknotes/what.html +++ b/served/words/weeknotes/what.html @@ -3,7 +3,6 @@ template=post title=What? Weeknotes. style=/styles/post.css style=../writing.css -path-offset=1 published=2024-05-20 16:50 @@ -22,6 +21,6 @@ notes (if you want to use the weird biweekly where it's every two weeks a weeknote could be about personal projects—weird software, poetry, photography— or about stuff that happened at work: a weeknote can be whatever you want it to be. -a lot of people, myself included, like to use weeknotes to keep track of what -they're doing. to keep a record and to remember that, yes, you do do things +weeknotes are often used to keep track of what a person (is doing|has done). +to keep a record and to remember that, yes, you do do things no matter how loud your brain is yelling right now. \ No newline at end of file diff --git a/served/words/words.css b/served/words/words.css index 0bc724d..ac46e6b 100755 --- a/served/words/words.css +++ b/served/words/words.css @@ -1,69 +1,38 @@ -div { +#written { display: grid; - grid-template-columns: 2fr 1fr; -} - -#weeknotes-section { - grid-column: 2 / 3; - display: flex; - flex-direction: column; - row-gap: 0.5rem; + grid-template-columns: min-content 1fr; + column-gap: 0.5rem; } -#written { - grid-row: 1; - grid-column: 1 / 2; - - display: flex; - flex-direction: column; - row-gap: 1rem; +#written>h2 { + grid-column: 1 / 3; + margin: 0 0 1rem 0; } -#what-weeknotes { - align-self: end; - margin: -0.75rem 0 0 0; +h3 { font-weight: normal; + font-size: 1.15rem; } -.wk-notes { - padding: 0; - margin: 0; - display: flex; - flex-direction: row; - flex-wrap: wrap; - column-gap: 1rem; - row-gap: 1rem; - +ul { + padding-left: 0; list-style: none; - display: flex; -} - -.wk-long { - width: 100%; } -h2 { +h3, +ul { margin: 0; } -#weeknotes { - margin: 0; +h3, +li { + font-family: 'Atkinson Hyperlegible Mono', monospace, sans-serif; } -@media (max-width: 30rem) { - div { - display: flex; - flex-direction: column; - } - - #written { - margin-top: 1rem; - } +li { + margin-bottom: 0.4rem; +} - #what-weeknotes { - align-self: normal; - /* min to give it the smallest chance not to look super weird - on like 100px wide displays. (are those real?) */ - margin-left: min(50vw, 8rem); - } +li a { + font-family: 'Atkinson Hyperlegible', sans-serif; } \ No newline at end of file diff --git a/served/words/words.html b/served/words/words.html index b3f0792..07c7fab 100755 --- a/served/words/words.html +++ b/served/words/words.html @@ -5,38 +5,33 @@ style=/styles/post.css style=words.css --- -Writing is so much easier than speaking. Things I write will appear here most -likely. Unless they feel more poetic in which case they'll probably be in the -bits/. +Writing, communicating through text, is easier than speaking. Things written +will appear here, or in bits/ if they feel more poetic. + +Occasionally, and with no regular schedule, I'll write something for +weeknotes/: some words on what I did since the last one. The writing is part of the website Atom Feed. [@paragraphs off] -
-
-

weeknotes

-

what?

- -
- -
-

technical writings;
project updates

- Statistics on Linux with /proc - - Debugging My SQL Query -
-
\ No newline at end of file + +
+

technical writings; project updates

+ +

2025

+ + +

2024

+ + +

2023

+ +
\ No newline at end of file -- cgit 1.4.1-3-g733a5