https://github.com/garrettmac/hugo_gh_blog
https://github.com/garrettmac/hugo_gh_blog
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/garrettmac/hugo_gh_blog
- Owner: garrettmac
- License: mit
- Created: 2017-01-08T06:30:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-08T07:18:07.000Z (over 8 years ago)
- Last Synced: 2024-10-06T01:23:19.771Z (8 months ago)
- Language: HTML
- Size: 2.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
Hugo theme based on [Start Bootstrap Clean Blog](http://startbootstrap.com/template-overviews/clean-blog/).

## Setup
### As is
You can use the site as is, it will work. You can for example use it with [HugoBasicExample](https://github.com/spf13/HugoBasicExample).
#### full features
If you want to have all the features and pages of the original theme, you will need a similar *config.toml*:
``` 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."[author]
name = "Benoît Benedetti"
[params]
DateForm = "Mon, Jan 2, 2006"
Description = "Your site description"
Author = "Benoît Benedetti"
email = "[email protected]"
Ganalytics = "XX-00000000-0"
[[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
```
You can find a [Demo site](http://humboldtux.github.io/sbcb-demo/), and have a look at the source on the
[repo site](https://github.com/humboldtux/sbcb-demo) for configuration parameters.### Custom
You can have a look at my [personal website](http://www.humboldtux.net), where i customize it and use it in a different way than the original theme.
## TODO
* multi-language support:
* encoding
* https://github.com/spf13/hugo/tree/master/examples/multilingual
* http://discuss.gohugo.io/t/multiple-language-websites/537
* http://discuss.gohugo.io/t/hugo-multisite-workflow/103
* "Edit on github" feature http://discuss.gohugo.io/t/how-to-implement-edit-this-page-on-github/1166
* 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
* Makefile
* http://discuss.gohugo.io/t/deployment-workflow/90
* http://discuss.gohugo.io/t/my-deployment-process/807
* http://discuss.gohugo.io/t/automated-hugo-deployments-anywhere-using-wercker/539
* 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