Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A personal website template for an astrophysicist, built with Next.js, Tailwind CSS, and Tailwind UI.

Tactile is a Jekyll theme for GitHub Pages with a minimal, tactile design and easy customization.

Minimal personal website template built with Astro, with MDX content, Giscus comments, and Umami analytics.

A theme of Hexo for personal wiki which seems like Wikitten style.

My curriculum vitae (CV) written using LaTeX.

Jekyll template for building a personal academic website on GitHub Pages
Dr Reardon Website is a personal website template for an astrophysicist, built on Next.js with Tailwind CSS and Tailwind UI, that turns Markdown and MDX articles into a live personal site.
Dr Reardon Website is a template for a personal academic website, specifically themed for an astrophysicist. It is built with Next.js, a React framework, and styled with Tailwind CSS using Tailwind UI components. The template takes article content written in Markdown (.md) or MDX (index.mdx) and renders a website with a development server on localhost:3000.
npm install..env.local file and set NEXT_PUBLIC_SITE_URL to your public URL.npm run dev.Run npm install in the project root, create a .env.local file that sets NEXT_PUBLIC_SITE_URL, then run npm run dev and open http://localhost:3000.
Add a my-article-url.md file in the /pages/articles folder. For articles with pictures, create a folder named my-article-url containing an index.mdx file and image files.
It sets the public URL of your website. Next.js uses it to resolve absolute links and metadata during the build process.
Yes. Edit files in the /src folder; the site auto-updates as you edit, so you see changes immediately.
