Basic Blog
A tiny working blog built from plain HTML files — no CMS, no build step. Read a few posts below, then scroll for how to make your own the same way.
Posts
How this blog is put together
Each post is its own HTML file. This index is just a list of links with dates. Shared styles come from the site CSS so every page looks related.
Basic_Blog/
index.html ← you are here (post list)
posts/
start-with-one-page.html
make-it-easy-to-read.html
ship-something-small.html
Build your own in an afternoon
- Create a folder and an
index.htmlwith your blog name and an empty list. - Write one short post in its own file (title, date, a few paragraphs, link back home).
- Add that post to the index list with the date showing.
- Reuse one stylesheet so fonts, spacing, and links stay consistent.
- Upload the folder to your host. Repeat: new file + one new list item.
Keep it useful: write about something you actually did or learned.
Three clear posts beat twenty unfinished drafts.