# Notes Site Starter > A personal site starter with a homepage (about, projects, experience), an MDX blog, and multi-source note sync (Apple Notes today) built with the Next.js App Router. This is the site index for https://nss.qiyang.dev, a personal site with a homepage and a blog. Its writing, projects, and experience are listed below, followed by developer resources. ## Pages - [Home](https://nss.qiyang.dev/): Homepage with writing, projects, and experience. - [Blog](https://nss.qiyang.dev/blog): Index of published articles. - [Developer docs](https://nss.qiyang.dev/docs): Machine-readable endpoints, Markdown content negotiation, and the content pipeline. ## Writing - [Sync Test 1: Rich Text and Lists](https://nss.qiyang.dev/blog/Sync-Test-1-Rich-Text-and-Lists): This is the first paragraph. It should become the frontmatter summary, because the sync script picks the first non-heading text line as the summary. - [Sync Test 2: Fenced Code Blocks](https://nss.qiyang.dev/blog/Sync-Test-2-Fenced-Code-Blocks): This note tests fenced code blocks. The triple-backtick fences below should become real fenced code in the generated MDX. - [Sync Test 3: English Layout](https://nss.qiyang.dev/blog/Sync-Test-3-English-Layout): This note tests English layout: multiple paragraphs, emphasis, lists, and spacing. It has a longer first paragraph so the summary truncation logic can be… - [Personalize Your Notes Site Starter](https://nss.qiyang.dev/blog/personalize-notes-site-starter): A practical checklist for turning a fresh clone into your own portfolio, from identity and homepage data to writing, styling, machine-readable content, and deployment. - [GitHub Flavored Markdown Rendering Test](https://nss.qiyang.dev/blog/gfm-rendering-test): A compact rendering fixture for checking common Markdown and GitHub Flavored Markdown features in the MDX blog. ## Projects - [Notes Site Starter](https://nss.qiyang.dev) (2026): A personal site starter with a homepage and an MDX blog ## Experience - Acme Studio — Product Engineer (2023 — Present) ## Developer resources - [Developer docs](https://nss.qiyang.dev/docs): Machine-readable endpoints, the content pipeline, and setup instructions. - [llms.txt](https://nss.qiyang.dev/llms.txt): Markdown index of everything on the site, for LLM tooling. - [OpenAPI specification](https://nss.qiyang.dev/openapi.yaml): OpenAPI 3.1 description of this site’s public HTTP endpoints. - [RSS feed](https://nss.qiyang.dev/rss): RSS 2.0 feed of published articles. - [Sitemap](https://nss.qiyang.dev/sitemap.xml): XML sitemap of indexable URLs. - [Robots.txt](https://nss.qiyang.dev/robots.txt): Crawler access rules for the site. - [Source repository](https://github.com/qiyangdev/notes-site-starter): MIT-licensed source code, issues, and pull requests. - [Deploy on Vercel](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fqiyangdev%2Fnotes-site-starter&project-name=notes-site-starter&repository-name=notes-site-starter): One-click deployment of the starter. ## Feed - [RSS feed](https://nss.qiyang.dev/rss): Feed of published articles.