Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrutheiser/hugo-lithium-theme
Lithium - A simple responsive Hugo theme
https://github.com/jrutheiser/hugo-lithium-theme
Last synced: 5 days ago
JSON representation
Lithium - A simple responsive Hugo theme
- Host: GitHub
- URL: https://github.com/jrutheiser/hugo-lithium-theme
- Owner: jrutheiser
- License: mit
- Created: 2016-05-06T02:29:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-25T19:49:33.000Z (about 5 years ago)
- Last Synced: 2024-08-01T12:17:16.586Z (3 months ago)
- Language: CSS
- Homepage: http://jrutheiser.com
- Size: 307 KB
- Stars: 120
- Watchers: 5
- Forks: 176
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - jrutheiser/hugo-lithium-theme - Lithium - A simple responsive Hugo theme (others)
README
# 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).