My personal site built with Astro
Find a file
2026-02-17 18:41:46 +07:00
.vscode initial commit 2026-01-17 09:52:22 +07:00
public fix: update favicon to ICO format and add robots.txt for search engine directives 2026-01-22 22:40:58 +07:00
src new site style (#1) 2026-02-17 18:25:45 +07:00
.dockerignore new site style (#1) 2026-02-17 18:25:45 +07:00
.gitignore initial commit 2026-01-17 09:52:22 +07:00
.prettierrc chore: add Prettier configuration and plugins for code formatting 2026-01-22 17:23:05 +07:00
astro.config.mjs new site style (#1) 2026-02-17 18:25:45 +07:00
compose.yml feat: Configure static-web-server using sws.config.toml to define server settings and implement granular caching headers for assets. 2026-02-17 18:41:46 +07:00
Dockerfile feat: Configure static-web-server using sws.config.toml to define server settings and implement granular caching headers for assets. 2026-02-17 18:41:46 +07:00
ec.config.mjs new site style (#1) 2026-02-17 18:25:45 +07:00
package-lock.json new site style (#1) 2026-02-17 18:25:45 +07:00
package.json new site style (#1) 2026-02-17 18:25:45 +07:00
README.md feat: implement pagination for blog posts and enhance NavLink component with class support 2026-01-22 18:40:39 +07:00
sws.config.toml feat: Configure static-web-server using sws.config.toml to define server settings and implement granular caching headers for assets. 2026-02-17 18:41:46 +07:00
tsconfig.json refactor: update titles and descriptions to use double quotes for consistency 2026-01-22 17:20:59 +07:00

Personal Site

A minimal personal blog built with Astro and Tailwind CSS.

Development

npm install
npm run dev

Commands

Command Action
npm install Install dependencies
npm run dev Start dev server at localhost:4321
npm run build Build production site to ./dist/
npm run preview Preview production build locally
npm run format Format code with Prettier

Tech Stack

  • Astro - Static site framework
  • Tailwind CSS - Styling
  • Content collections for blog posts