Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 901 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 901 Bytes

Astro Etch

This is a minimal blog system that I use to write. It is based on Astro. Styling is done with Tailwind CSS. The theme was based off of a hugo theme named etch.

Features

  • Responsive Design: Astro Etch is designed to look great on all devices. Theme is based on a Hugo theme named etch.
  • Markdown Support: Focus on your writing with markdown support powered by Astro. MDX is also supported.
  • SEO Friendly: Astro Etch is optimized for search engines. It has a sitemap, RSS feed, and Open Graph images.
  • Syntax Highlighting: Code blocks are styled with Shiki (from Astro).
  • Tailwind CSS: Astro Etch uses Tailwind CSS for styling.
  • React Components: Use React components if you need dynamic content.