Check out the Demo, hosted on Vercel
- ASTRO + Typescript - Astro is the all-in-one web framework designed for speed.
- Tailwind CSS + Tailwind-Merge + clsx - Tailwind CSS is a utility-first CSS framework.
- Tabler Icons - A open source SVG icons.
- β Minimal styling
- β Mobile responsive
- β 100/100 Lighthouse performance
- β SEO-friendly with canonical URLs and OpenGraph data
- β Sitemap support
- β RSS Feed support
- β Markdown & MDX support
- β Syntax highlighting
- β Image optimization
- β Table of contents
- β Dark mode
- β Reading Time
- β Pagefind static search library integration
- β Copy code block
Recommended extensions for VSCode:
- Clone or fork the repository:
[email protected]:danielcgilibert/blog-template.git
- Install dependencies:
npm install
# or
yarn install
# or
pnpm install
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
βββ public/
βββ src/
βΒ Β βββ assets/
βΒ Β βββ components/
βΒ Β βββ content/
βΒ Β βββ layouts/
βΒ Β βββ data/
βΒ Β βββ utils/
βΒ Β βββ styles/
βΒ Β βββ pages/
βββ astro.config.mjs
βββ README.md
βββ package.json
βββ tsconfig.json