Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romanhauksson/astro-blog
Personal website built with Astro
https://github.com/romanhauksson/astro-blog
astro astrojs blog
Last synced: 16 days ago
JSON representation
Personal website built with Astro
- Host: GitHub
- URL: https://github.com/romanhauksson/astro-blog
- Owner: RomanHauksson
- Created: 2024-02-28T21:07:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T01:49:12.000Z (24 days ago)
- Last Synced: 2025-01-03T02:35:21.309Z (24 days ago)
- Topics: astro, astrojs, blog
- Language: MDX
- Homepage: https://roman.technology
- Size: 54.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my blog
This is the repository for my personal website and blog. I made it from scratch using the [Astro](https://astro.build) web framework and [Tailwind CSS](https://tailwindcss.com). You can visit it at [roman.computer](https://roman.computer) or [roman.technology](https://roman.technology).
## tech stack
| technology | purpose |
| :--------------------------------------- | :------------------------------------ |
| [Astro](https://astro.build/) | static site generator / web framework |
| [React](https://reactjs.org/) | reactive components |
| [Typescript](https://www.typescriptlang.org/) | scripting |
| [Tailwind CSS](https://tailwindcss.com/) | styling |
| [MDX](https://mdxjs.com/) | writing documents |
| [Vercel](https://vercel.com/) | frontend hosting |
| [Vimeo](https://vimeo.com/) | video hosting |
| [PostHog](https://posthog.com/) | analytics |
| [Docker](https://www.docker.com/) | backend services |
| [Typesense](https://typesense.org/) | full text search |## usage
### install
1. Clone the repository.
2. Run `npm install` to install the dependencies.
3. Run `npm run dev` to start a local development server at `localhost:4321`.