Blank Open Props — starter Hugo theme for developers. Use it to make your own theme.
In your Hugo site themes
directory, run:
git clone git@github.com:ricardoom/blank-open-props.git
Next, open config.toml
in the base of the Hugo site and ensure the theme option is set to blank-open-props
.
theme = "blank-open-props"
For more information read the official quick start guide of Hugo.
This theme is released under the MIT license.
How to do certain things easily via the .config
file?
-
Typography
- Using Variable Fonts
- Importing type from Adobe Typekit, Google Fonts etc
-
Selecting theme colors and combining them
- Still ensuring light/dark mode works as expected
- A11y & WCAG standards remain correct
-
Create commonly used components