Skip to content

ejsdotsh/yacht-hugo-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YACHT Another Custom Hugo Theme

under construction

after spending a lot of time with other people's themes, i decided that i wanted to learn how, and started creating my own...

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

under construction

getting your own YACHT

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...

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

references