YACHT Another Custom Hugo Theme

status:
active

tech used

  • SCSS
  • HTML

under construction

after spending a lot of time with other people’s themes, i decided that i wanted to learn how to do it, and created my own…but it needed a name. when graduating from highschool, i was voted “most likely to own a yacht” by my senior class. i don’t think this is what they meant…

YACHT Another Custom Hugo Theme

YACHT is a recursively named, mobile-first, accessible, and responsive theme for the Hugo static site generator, using the Catppuccin color palette, and styled with BulmaCSS.

under construction

getting your own YACHT

when it’s been constructed, the preferred way of getting a YACHT for yourself is by using Hugo modules in config.toml:

1
2
3
4
5
theme = "github.com/ejsdotsh/yacht-hugo-theme"

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

or in config.yaml:

1
2
3
4
5
theme: "github.com/ejsdotsh/yacht-hugo-theme"
module:
  imports:
    path: "github.com/ejsdotsh/yacht-hugo-theme"
    disable: false

references