ricardoom / blank-open-props

A Hugo theme using Open Props CSS library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Theme based on Blank and implementing OpenProps

Blank Open Props — starter Hugo theme for developers. Use it to make your own theme.

Installation

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.

License

This theme is released under the MIT license.

TODO

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

About

A Hugo theme using Open Props CSS library

License:MIT License


Languages

Language:HTML 93.5%Language:SCSS 6.5%