ndebuhr / debuhr.me

Source code for the debuhr.me website

Home Page:https://debuhr.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neal DeBuhr Personal Website

Source code for the debuhr.me website

Background

This website is built with Hugo and deployed to Cloudflare Workers.

Develop

Run a development server

hugo serve -D

Build

Get the theme as a submodule

git submodule init
git submodule update

Build the site

hugo --minify

Deploy

The deployment is automated, and triggered on commit pushes to master. Cloudflare Workers via GitHub Actions is the associated GitHub Actions workflow.

License

MIT © Neal DeBuhr

About

Source code for the debuhr.me website

https://debuhr.me

License:MIT License


Languages

Language:HTML 62.4%Language:CSS 24.0%Language:JavaScript 13.6%