This repository contains a simple, fast portfolio and blog built with plain HTML and CSS. No build step required.
index.html: main landing pagestyles/main.css: shared stylespublic/: images and iconsblog/index.html: blog homeblog/<post>.html: individual posts
Open index.html directly in a browser or serve the folder with any static server (e.g. VS Code Live Server).
- Duplicate
blog/sample-post.htmland rename it (e.g.blog/my-post.html). - Edit the new file’s
<title>,<h1>, date, and content. - Add a new entry to
blog/index.htmlinside the.post-listlinking to your new file.
That’s it.