Skip to content

RomanHauksson/astro-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my blog

This is the repository for my personal website and blog. I made it from scratch using the Astro web framework and Tailwind CSS. You can visit it at roman.computer or roman.technology.

tech stack

technology purpose
Astro static site generator / web framework
React reactive components
Typescript scripting
Tailwind CSS styling
MDX writing documents
Vercel frontend hosting
Vimeo video hosting
PostHog analytics
Docker backend services
Typesense 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.