Skip to content

mpetteno/hugo-theme-vapor

Repository files navigation

Theme Name

Features

  • Nice to have

Installation

git submodule add https://github.com/mpetteno/hugo-theme-vapor.git themes/vapor
cp -R themes/vapor/exampleSite/* .
sed -i '' 's|const themeDir = "../"|const themeDir = "./themes/vapor/"|g' postcss.config.js tailwind.config.js
sed -i '' 's|theme = "hugo-theme-vapor"|theme = "vapor"|g' config/_default/hugo.toml
sed -i '' 's|themesDir = "../.."|themesDir = "themes"|g' config/_default/hugo.toml
npm install

Change configuration as needed.

Run

huge server [--environment production]

Configuration

Custom font

  • Get font name from google fonts embed link
  • Set googleFontName param in config
  • Modify fontFamily name in tailwind

Example site

cd exampleSite
npm install
huge server [--environment production]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published