DecryptionKey

decryptionkey.github.io

Personal portfolio site for Ma’Nye Wade, built with Hugo.

Local development

Make sure Hugo is installed, then run:

hugo server

Open http://localhost:1313 to preview the site locally.

Production build

To generate the production site:

hugo

The generated site will be written to the public/ directory.