Skip to content

DragonSenseiGuy/dragonsenseiguy.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6f55f27 · · Jan 20, 2026

History

28 Commits
Jan 20, 2026
Jan 20, 2026
Jan 20, 2026
Jan 20, 2026
Jan 20, 2026
Jan 20, 2026
Jan 20, 2026
Jan 20, 2026
Jan 20, 2026
Jan 20, 2026
Jan 20, 2026

Repository files navigation

DragonSenseiGuy's Website

My personal website and blog, built with Hugo using a customized version of the Coder theme.

About

This is where I share my projects, write about things I'm learning, and generally have a place on the internet to call my own. The design is inspired by aconlin.com.

Running Locally

Make sure you have Hugo installed, then:

hugo server

The site will be available at http://localhost:1313.

Building

hugo

The static files will be generated in the public/ directory.

Structure

  • content/ - Blog posts, projects, and other pages
  • layouts/ - Custom layout overrides
  • static/ - CSS, images, and other static assets
  • themes/coder/ - The base Hugo theme (as a submodule)

License

MIT