• Stars
    star
    123
  • Rank 290,145 (Top 6 %)
  • Language
    CSS
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Lithium - A simple responsive Hugo theme

Hugo Lithium

A simple responsive blog theme for Hugo.

Hugo Lithium Theme Screenshot

Features

  • Blog
  • Responsive
  • Disqus
  • Google Analytics

Installation

Run the following inside your Hugo site folder:

$ mkdir themes
$ cd themes
$ git clone https://github.com/jrutheiser/hugo-lithium-theme

Configuration

Take a look at the sample config.toml file located in the exampleSite folder.

Content Types

Post

Used for blog posts.

Run hugo new post/<post-name>.md to create a post.

Page

Used for site pages.

Run hugo new page/<page-name>.md to create a page.

License

The code is available under the MIT license.