1
0
mirror of https://github.com/osmarks/website synced 2025-08-30 09:17:56 +00:00

new article

This commit is contained in:
2024-02-25 21:30:23 +00:00
parent b0c118bb65
commit 8cc8425795
11 changed files with 221 additions and 22 deletions

View File

@@ -2,7 +2,7 @@ extends layout.pug
block content
div.content
h2 Blog
h2.section-header Blog
p.
Read my opinions via the internet.
div.blog
@@ -16,14 +16,14 @@ block content
div.deemph= `${renderDate(post.created)} / ${metricPrefix(post.wordCount, "")} words`
div.description!= post.description
h2 Microblog
h2.section-header Microblog
p.
Short-form observations.
div.microblog
each entry in microblog
!= entry
h2 Experiments
h2.section-header Experiments
p.
Various web projects I have put together over many years. Made with at least four different JS frameworks. Some of them are bad.
div.experiments