textjam spring2026
may 8th -> june 7th

about  updates  submissions  devlogs
------------------------------------
how to create a devlog

- fork the repository for this website
- create a new folder under /src/content/devlogs/ with your name
- create a .txt file in that folder, your first devlog entry
- the file needs frontmatter at the top with a title and date:

    ---
    title: hello world
    date: 2026-05-08
    ---
    your devlog content goes here

- that's it! the site picks up new .txt files automatically
- if you have a submission, add a 'devlogPrefix' property
  to its frontmatter so the two get linked together
- submit a pr to the repo, and after your first two prs,
  feel free to ask for write permission so you can post
  devlogs without going through the pr process each time
------------------------
edit this site on github