about summary refs log tree commit diff
path: root/served/words/weeknotes
diff options
context:
space:
mode:
Diffstat (limited to 'served/words/weeknotes')
-rw-r--r--served/words/weeknotes/weeknotes.css14
-rw-r--r--served/words/weeknotes/weeknotes.html26
-rwxr-xr-xserved/words/weeknotes/what.html5
3 files changed, 42 insertions, 3 deletions
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. <br /> for more: <a href="what.html">what?</a>
+
+<ul class="wk-notes">
+	<li class="wk-long"><a href="2025/trip-to-a-coffee-shop.html">6: trip to a coffee shop</a></li>
+	<li><a href="2025/1.html">1</a></li>
+	<li class="wk-mark">2025</li>
+	<li class="wk-long"><a href="../a-really-long-week.html">46: a really long week</a></li>
+	<li class="wk-mark">sep</li>
+	<li><a href="2024/sol.html">29</a></li>
+	<li class="wk-mark">jun</li>
+	<li><a href="2024/20.html">20</a></li>
+	<li><a href="2024/17.html">17</a></li>
+	<li><a href="2024/15.html">15</a></li>
+	<li><a href="2024/14.html">14</a></li>
+	<li class="wk-mark">mar</li>
+	<li class="wk-mark">2024</li>
+</ul>
\ 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 <i>(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 <i>do</i> 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 <i>do</i> do things
 no matter how loud your brain is yelling right now.
\ No newline at end of file