# Hugo Lithium A simple responsive blog theme for [Hugo](https://gohugo.io/). ![Hugo Lithium Theme Screenshot](https://raw.githubusercontent.com/jrutheiser/hugo-lithium-theme/master/images/screenshot.png) ## 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](https://github.com/jrutheiser/hugo-lithium-theme/blob/master/exampleSite/config.toml) file located in the [exampleSite](https://github.com/jrutheiser/hugo-lithium-theme/blob/master/exampleSite) folder. ## Content Types ### Post Used for blog posts. Run `hugo new post/.md` to create a post. ### Page Used for site pages. Run `hugo new page/.md` to create a page. ## License The code is available under the [MIT license](https://github.com/jrutheiser/hugo-lithium-theme/blob/master/LICENSE.md).