Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-24T02:08:27.000Z (over 3 years ago)
- Last Synced: 2024-04-17T18:13:44.017Z (9 months ago)
- Topics: blog, bootstrap, clean, customizable, hugo, light, minimal, personal, responsive, simple, theme
- Language: HTML
- Homepage:
- Size: 898 KB
- Stars: 10
- Watchers: 1
- Forks: 7
- 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/).
![screenshot](https://raw.githubusercontent.com/10mohi6/hugo-theme-simple-blog/master/images/screenshot.png)
## 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