Skip to content

alex-birchman/hugo-light

Repository files navigation

Light | Demo

Simple, light and fast theme for hugo.

Overview

desktop

mobile

Install

As git submodule

Inside of your root project directory, run:

git submodule add https://github.com/alex-birchman/hugo-light.git themes/light

Open config.toml or hugo.toml, change theme to "light":

theme = "light"

As hugo module

Inside of your root project directory, run:

hugo mod init github.com/alex-birchman/hugo-light

Open config.toml or hugo.toml, remove the theme line (if present) and add module section at the bottom of the file:

[module]
  [[module.imports]]
    path = "github.com/alex-birchman/hugo-light"

License

Distributed under the MIT License. See LICENSE for more information.

About

Simple, light and fast theme for hugo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published