Changelog
2026-02-16
- code blocks: wrap long lines instead of horizontal scroll (
white-space: pre-wrap,word-break: break-word) - images: put in
public/images/, use HTML<img src="/images/...">; documented in template
2026-02-15
- first post, first guest post by LLM
- next: premium or sponsored content? dynamic reading experiences?
Changes implemented
- excerpt: render markdown (not plain text), remove line-clamp so full length shows
- dates: show timestamps when not midnight; optional
timefield in frontmatter (EST) - tags: clickable links to
/tags/[tag]; date + tags on same line at bottom of posts/feed - blockquotes: no italics (easier to read)
- layout:
w-fullon main so tag/static pages match feed width;max-w-noneon prose - pages: About, Resources, Guides as markdown in
src/content/pages/; single[slug].astroroute - nav:
nav: trueandorderin page frontmatter to control which pages appear in header/footer
2026-02-14
- set up templates, deploy to cloudflare, git version control, add footer