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.
- Responsive
- Suited for personal or company blog
- Support for discourse for commenting
- Syntax highlighting for code samples
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.
Please see the sample config.toml
under the exampleSite
directory.
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/
.
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).
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.
Licensed under the MIT License. See the LICENSE file for more details.
- Steve Francia for creating Hugo and the awesome community around the project.
- Danijel Grabez for designing and coding up the theme.