Skip to content

slashtechno/angad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aeb31f4 · · Jun 11, 2026

History

256 Commits
Jan 10, 2026
Dec 12, 2025
Jan 10, 2026
Jun 11, 2026
Jan 16, 2026
Jan 7, 2026
Dec 12, 2025
Jun 29, 2024
Dec 12, 2025
Jul 29, 2022
Dec 12, 2025
Dec 12, 2025
Jun 11, 2026
Jan 10, 2026
Jan 10, 2026
Jan 10, 2026
Dec 12, 2025
Jan 7, 2026

Repository files navigation

angad.me: My Personal Website

I rewrote my entire website in React and in the process, ended up making my own static site generator.

The static site generator is much simpler than a dedicated one like Hugo, but still maintains the features I need:

  • All posts are written in Markdown
  • Post metadata is stored as YAML frontmatter
  • Support for relative images
    • Allows te images to be placed in the same folder as the Markdown files

I mainly used this project to get more familiar with React (through React Router) and styling with vanilla CSS.

Building and Running Locally

(I use bun, but you should be able to use most Node.js package managers, like npm

  1. Clone the repository
  2. Install dependencies with bun install
  3. Run the development server with bun run dev