My personal blog built with Astro.
- nvm (Node Version Manager)
# Install the correct Node.js version
nvm install
# Install dependencies
npm install
# Start the development server
npm run dev
This blog is based on the Astro Cactus theme.
The theme code (Astro components, layouts, configs) is licensed under the MIT License, inherited from Astro Cactus.
The blog content (posts, images, personal writings in src/content/) is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License, available in LICENSE-CC-BY-NC or under https://creativecommons.org/licenses/by-nc/4.0/.