Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ejsdotsh/yacht-hugo-theme
YACHT Another Custom Hugo Theme
https://github.com/ejsdotsh/yacht-hugo-theme
bulmacss catppuccin-theme hugo hugo-blog-theme hugo-module hugo-theme learning-in-public
Last synced: 24 days ago
JSON representation
YACHT Another Custom Hugo Theme
- Host: GitHub
- URL: https://github.com/ejsdotsh/yacht-hugo-theme
- Owner: ejsdotsh
- License: mpl-2.0
- Created: 2023-03-29T01:42:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T22:20:14.000Z (about 1 year ago)
- Last Synced: 2024-10-15T00:42:12.111Z (2 months ago)
- Topics: bulmacss, catppuccin-theme, hugo, hugo-blog-theme, hugo-module, hugo-theme, learning-in-public
- Language: HTML
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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][1] static site generator, using the [Catppuccin][2] palette and styled with [BulmaCSS][3], 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`:
```toml
theme = "github.com/ejsdotsh/yacht-hugo-theme"[module]
[[module.imports]]
path = "github.com/ejsdotsh/yacht-hugo-theme"
```or in `config.yaml`:
```yaml
theme: "github.com/ejsdotsh/yacht-hugo-theme"
module:
imports:
path: "github.com/ejsdotsh/yacht-hugo-theme"
disable: false
```## references
- Brian P. Hogan's [Build Websites with Hugo](https://pragprog.com/titles/bhhugo/build-websites-with-hugo)
- Atishay Jain's [Hugo in Action](https://www.manning.com/books/hugo-in-action)
- Catppuccin [palette](https://github.com/catppuccin/palette/)[1]: "Hugo"
[2]: "Catppuccin Style Guide"
[3]: "BulmaCSS"