Hello, world — bootstrapping dimasbaguspm.dev
- #meta
- #astro
- #seo
This is the first post on the site. It's built with Astro in SSR mode:
public pages are plain HTML for SEO, posts are Markdown in content/posts/
fetched from the GitHub repo at request time, and editing happens through
git — no admin dashboard, no database.
// a post is just Markdown + frontmatter — versionable, portable
export const prerender = false;Personal info (name, avatar, bio) and posts both come from the GitHub API via
@octokit/rest — one source of truth, nothing hardcoded. Styling is Tailwind
v4, no CSS framework config to maintain.
Keep it simple, keep it stupid.
History · v3
3 versions · latest Aug 28, 2026