An open API service indexing awesome lists of open source software.

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.

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.