Hugo Themes
Lithium
Lithium minimal theme
- Author: Jonathan Rutheiser
- Minimum Hugo Version: 0.15
- GitHub Stars: 113
- Updated: 2019-08-25
- License: MIT
- Tags:
Blog
Note! This theme has not been updated for more than 2 years.
If you are maintainer of this theme, please verify that this theme works with a recent release of Hugo. Then add an appropriate Version Configuration to the theme'sconfig.toml
and then finally tag a new version.
Hugo Lithium
A simple responsive blog theme for Hugo.
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.