https://github.com/10mohi6/hugo-theme-simple-blog
simple-blog is a simple blog theme for hugo.
https://github.com/10mohi6/hugo-theme-simple-blog
blog bootstrap clean customizable hugo light minimal personal responsive simple theme
Last synced: about 1 year ago
JSON representation
simple-blog is a simple blog theme for hugo.
- Host: GitHub
- URL: https://github.com/10mohi6/hugo-theme-simple-blog
- Owner: 10mohi6
- License: mit
- Created: 2020-05-28T02:15:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-24T02:08:27.000Z (about 5 years ago)
- Last Synced: 2025-04-14T04:14:13.084Z (about 1 year ago)
- Topics: blog, bootstrap, clean, customizable, hugo, light, minimal, personal, responsive, simple, theme
- Language: HTML
- Homepage:
- Size: 898 KB
- Stars: 9
- Watchers: 1
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# simple-blog
simple-blog is a simple blog theme for [hugo](http://gohugo.io/).

## Features
- based on [bootstrap](https://getbootstrap.com/)
- pagination
- tags
- categories
## Installation
```shell
$ git clone https://github.com/10mohi6/hugo-theme-simple-blog themes/simple-blog
```
## Usage
```shell
$ hugo server -t simple-blog
```
## Configuration
config.toml
```toml
theme = "simple-blog"
baseURL = ""
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 = ""
```
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request