A simple responsive blog theme for Hugo.
- Blog
- Responsive
- Disqus
- Google Analytics
Run the following inside your Hugo site folder:
$ mkdir themes
$ cd themes
$ git clone https://github.com/jrutheiser/hugo-lithium-theme
Take a look at the sample config.toml file located in the exampleSite folder.
Used for blog posts.
Run hugo new post/<post-name>.md
to create a post.
Used for site pages.
Run hugo new page/<page-name>.md
to create a page.
The code is available under the MIT license.