10mohi6 / hugo-theme-simple-blog

simple-blog is a simple blog theme for hugo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-blog

simple-blog is a simple blog theme for hugo.

screenshot

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

  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

About

simple-blog is a simple blog theme for hugo.

License:MIT License


Languages

Language:HTML 88.1%Language:CSS 11.9%