ebjohnsen / startbootstrap-clean-blog

Hugo theme based on Start Bootstrap Clean blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Hugo theme based on Start Bootstrap Clean Blog.

Screenshot

Setup

As is

You can use the site as is, it will work. You can for example use it with HugoBasicExample.

full features

If you want to have all the features and pages of the original theme, you will need a similar config.toml:

baseurl = "http://humboldtux.github.io/sbcb-demo"
title = "Start Bootstrap Clean Blog"
canonifyurls = true
paginate = 10
theme = "startbootstrap-clean-blog"
languageCode = "en-us"
copyright = "Code released under the Apache 2.0 license."
googleAnalytics = "UA-123-45" # delete or comment to disable Google Analytics JS generation
disqusShortname = "YourDisqusShortname" #delete or comment to disable Disqus comments

[author]
  name = "Benoît Benedetti"

[params]
  DateForm = "Mon, Jan 2, 2006"
  Description = "Your site description"
  Author = "Benoît Benedetti"
  email = "benoit.benedetti@gmail.com" #Remove this line if you would prefer not to use an email button in the footer.
  postSummariesFrontPage = 4 #Number of post summaries to show on front page, comment out to allow default(4)
  showReadTime = true #set to false to exclude read time from header of post

[[params.social]]
  title = "twitter"
  url = "https://twitter.com/humboldtux"
[[params.social]]
  title = "github"
  url = "https://github.com/humboldtux"
[[params.social]]
  title = "facebook"
  url = "https://www.facebook.com/FACEBOOKHANDLE"

[[menu.main]]
  name = "home"
  url = "/"
  weight = -200
[[menu.main]]
  name = "Archives"
  url = "/post/"
  weight = -180

The footer contains link icons to any enabled social media sites, such as facebook or linkedin. There is also an email icon, by removing the 'email' parameter or commenting out the icon will be removed.

You can find a Demo site, and have a look at the source on the repo site for configuration parameters.

Customization

You can have a look at my personal website, where i customize it and use it in a different way than the original theme.

Contributing

Contributions are more than welcome. If you want to contribute and need inspiration, have a look at the following TODO section. If you have a particular new feature or improvement in mind, before submitting a PR, please open an issue first.

TODO

About

Hugo theme based on Start Bootstrap Clean blog

License:MIT License


Languages

Language:JavaScript 72.3%Language:HTML 27.7%