Mirror of the sourcecode for my blog, original repo: https://github.com/NobbZ/blog-nobbz-dev
MDX 48.5%
Astro 25.6%
TypeScript 10.1%
JavaScript 5.2%
CSS 4.4%
Nix 3.0%
Shell 0.5%
Other 2.8%
1019 8 0

Clone this repository

https://tangled.org/nobbz.dev/blog
git@tangled.org:nobbz.dev/blog

For self-hosted knots, clone URLs may differ based on your setup.

README.md

nobbz.dev personal blog and website#

This repository contains the source code for my personal blog and website at blog.nobbz.dev.

Technology Stack#

Development#

Prerequisites#

Setup#

# Clone the repository
git clone https://github.com/NobbZ/blog-nobbz-dev.git
cd blog-nobbz-dev

# Install dependencies
yarn install

Development Commands#

# Start development server
yarn dev

# Build for production
yarn build

# Preview production build
yarn preview

License#

This project is REUSE compliant.