assaad / hugo-dgraph-theme

Hugo theme used for our blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dgraph

Dgraph blog theme is an ideal responsive theme for your blog. It has a list view with a image for each post and a beautiful page for individual posts. You can see it live in action on the Dgraph Blog.

Dgraph screenshot

Features

  • Responsive
  • Suited for personal or company blog
  • Support for discourse for commenting
  • Syntax highlighting for code samples

Installation

Inside the folder of your Hugo site run:

$ cd themes
$ git clone https://github.com/dgraph-io/hugo-dgraph-theme

For more information read the official setup guide of Hugo.

Site variables

Please see the sample config.toml under the exampleSite directory.

Show Author And Editor Details in Blogs

Sample files author_image.html,author_name.html and author_detail.html for author's and editor's name, image and details are added in layout/partials/.

Pagination

Theme also provides pagination, for changing the number of blogs listed add paginate = <number of blogs per page> to config.toml (by default it displays 10 blogs).

Contributing

Pull requests, bug fixes and new features are welcome!

We follow Git flow. So please create feature branches from develop and submit a PR for any change.

License

Licensed under the MIT License. See the LICENSE file for more details.

Credits

About

Hugo theme used for our blog

License:MIT License


Languages

Language:CSS 38.8%Language:JavaScript 37.8%Language:HTML 23.4%