/website

My blog

Primary LanguageNixMIT LicenseMIT

Website

My personal website for blogging, built with gatsby using the lumen starter.

Development

To spin up a development instance, simply run yarn && yarn develop to install dependencies and launch the gastby development server. This assumes you have yarn installed, if you prefer the nix approach of doing things you can run it via the nix shell using nix-shell --command "yarn develop"

Deployment

The site is deployed via netlify automatically on pushes to master. It can be configured in the netlify.toml configuration file.