This is the Hugo blog theme for the QAware Blog.
It is based on the Hugo Newsroom theme and adjusted to look like QAware Website.
- Responsive
- Deeplinks
- Syntax highlighting
For all content published using markdown, deeplinks will be added to the pages so that you can share with precision 😃 Just hover on a heading and the link button will pop. Click it to copy.
Add this theme as a Git submodule inside your Hugo site folder:
git submodule add https://github.com/qaware/qaware-blog-theme.git themes/qaware-blog-theme
Theme hugo sass and hugo-extended version.
You can configure the site as follows:
-
General Information
Use
config.toml
file. -
menu, footer
See the yaml files inside the
data/
directory.
A good example is the actual QAware Blog Source.
The original theme featured a dark mode which we removed.
If you wish, you can opt to use Chroma.
If you like, you could use disqus on your site. To enable disqus on your site, simply, add the line below to you config.toml
file. If you're working off the exampleSite, the line is already there; just uncomment it.
disqusShortname = "yourdiscussshortname"
Remember to edit the
yourdiscussshortname
appropriately.
From your disqus dashboard, set your scripts color scheme
to auto. See screenshot below
This theme ships with a custom shortcode:
-
Video This shortcode can be used to embed a youtube video with custom styling. It takes a solo positional parameter.
... {{< video "youtubeVideoID" >}} ...
This theme is available under the MIT license.