Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 953 Bytes

readme.md

File metadata and controls

49 lines (31 loc) · 953 Bytes

different-name.dev

My personal dev blog, where I share anything and everything I'm interested in and what I'm currently working on

Live using Cloudflare pages at different-name.dev

Usage

Clone the repository

git clone https://github.com/different-name/different-name.dev

Enter the project directory

cd different-name.dev

Building (Nix Flakes)

Build the static site

nix build

Developing (Nix Flakes)

Enter the development shell

nix develop

Start a local development server

zola serve

Acknowledgements