Skip to content

ademagic/site

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

miko.ademagic.com

My home on the internet.

Built with Astro

This is the repository for my personal website and blog, miko.ademagic.com. It was built on Astro using Maxi Ferreira's Astro Blog Template.

For more (albeit brief) information on the tech I use on this site, check out my Credits page.

Terminal commands

Serve the site locally

npm run dev

Build the distributables for the site

npm run build

Preview distributables

npm run preview