/blog-3

My personal blog

Primary LanguageHTMLOtherNOASSERTION

Devin Schulz's personal website

There are many websites out there, but this one is mine.

The underlying tech of this website uses the static site generator Hugo. All styles are handled by Tailwind CSS, and a minimal amount of JavaScript is utilized throughout.

Installation

npm install

The Hugo binary is managed by hugo-bin, so there you don't have to worry about having it installed globally.

Running in development mode

npm start

Building the app for production

npm run build