Skip to content

FlyFriend/hugo-theme-simple-blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

What's new in Flyfriend version?

  1. Remove copyright of theme.
  2. Add author of page(not site).

About

simple-blog is a simple blog theme for hugo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 88.1%
  • CSS 11.9%