about YACHT

when graduating from high school, i was voted “most likely to own a yacht” by my senior class. i don’t think this is what they meant…

under construction

after spending a lot of time trying to customize other people’s themes, i decided to create…

YACHT Another Custom Hugo Theme

what is YACHT

YACHT is a punny and recursively named theme for the Hugo static site generator which uses the Catppuccin Palettes and aims to be simple, mobile-first, accessible, responsive, and to have minimal external dependencies.

under construction

getting your own YACHT

after it’s been constructed, the preferred way of getting your own YACHT is by using Hugo modules

in config.toml:

theme = "github.com/ejsdotsh/yacht-hugo-theme"

[module]
[[module.imports]]
path = "github.com/ejsdotsh/yacht-hugo-theme"

or in config.yaml:

theme: "github.com/ejsdotsh/yacht-hugo-theme"
module:
  imports:
    path: "github.com/ejsdotsh/yacht-hugo-theme"
    disable: false

then run:

hugo mod get -u ./...

and then do other stuff

under construction

references