Skip to content

My fork of the 'smol' theme for Hugo tweaked to use the Catppuccin visual style, among other things

License

Notifications You must be signed in to change notification settings

alexhaydock/smol-bean

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smol-bean

A version of the smol theme for Hugo, with Catppuccin colours applied (and some other tweaks).

smol-bean is based on smol, which is in turn based on Blank created by Vimux.

Features

  • No JavaScript
  • No Google spyware or tracking of any kind
  • No other external dependencies, embedded fonts or comment sections
  • Dark mode support (depending on your OS's setting)

Installation

In your Hugo site directory, run:

git submodule add https://github.com/alexhaydock/smol-bean.git themes/smol-bean

Then add the following to your hugo.toml:

theme = 'smol-bean'

# Ensure that Hugo doesn't try to use inline CSS for our syntax highlighting.
# (We've got that covered manually in our theme's CSS)
[markup]
  [markup.highlight]
    noClasses = false

Changes to the upstream theme can be imported into your local Hugo working directory with:

git submodule update --remote themes/smol-bean

About

My fork of the 'smol' theme for Hugo tweaked to use the Catppuccin visual style, among other things

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 63.8%
  • HTML 36.2%