Hugo theme based on Start Bootstrap Clean Blog.
You can use the site as is, it will work. You can for example use it with HugoBasicExample.
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 = "[email protected]" #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.
You can have a look at my personal website, where i customize it and use it in a different way than the original theme.
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.
- multi-language support:
- "Edit on github" feature http://discuss.gohugo.io/t/how-to-implement-edit-this-page-on-github/1166
- Make author name clickable, to link to page of all posts by author
- Display archive posts per year/month
- dynamic configuration of email for JS contact form
- Advanced pagination, make pagination button look like older posts button
- pre and next links in post https://github.com/antzucaro/az.com/blob/master/layouts/_default/single.html
- Suggested links at the bottom of post
- use post title as post image name
- mailing list subscription form
- Google search form
- http://discuss.gohugo.io/t/how-are-you-implementing-site-search/986
- multi author support, authors list page, author page
- use {{ .Content }} for 404.html
- deploy workflow
- updatedate post metadata for updated post
- comment system support:
disqus, Discourse, Kaiju - Syntax highlighting
- Less support
- post series : http://discuss.gohugo.io/t/creating-post-series/1115
- Add menu entry for taxonomies
- DRY template