https://github.com/lhr0909/astro-etch
Minimal blog style template, built with Astro.
https://github.com/lhr0909/astro-etch
astro blog
Last synced: 8 months ago
JSON representation
Minimal blog style template, built with Astro.
- Host: GitHub
- URL: https://github.com/lhr0909/astro-etch
- Owner: lhr0909
- Created: 2025-01-04T02:17:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-04T03:13:55.000Z (9 months ago)
- Last Synced: 2025-01-04T04:17:08.850Z (9 months ago)
- Topics: astro, blog
- Language: Astro
- Homepage: https://astro-etch.pages.dev
- Size: 10.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro Etch
This is a minimal blog system that I use to write. It is based on [Astro](https://astro.build). Styling is done with [Tailwind CSS](https://tailwindcss.com). The theme was based off of a hugo theme named [etch](https://github.com/LukasJoswiak/etch).
### Features
- **Responsive Design**: Astro Etch is designed to look great on all devices. Theme is based on a Hugo theme named [etch](https://github.com/LukasJoswiak/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](https://tailwindcss.com) for styling.
- **React Components**: Use React components if you need dynamic content.