Hugo Themes
simple-blog
simple-blog is a simple blog theme for hugo.
Features
- based on bootstrap
- pagination
- tags
- categories
Installation
$ git clone https://github.com/10mohi6/hugo-theme-simple-blog themes/simple-blog
Usage
$ hugo server -t simple-blog
Configuration
config.toml
theme = "simple-blog"
baseURL = "<your site url>"
title = "<your site title>"
copyright = "© 2020 copyright text."
paginate = 3
languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
footnoteReturnLinkContents = "^"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 10
[taxonomies]
category = "categories"
tag = "tags"
[params]
description = "<your site description>"
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request