Skip to content

A simple, minimalistic Hugo theme. View Demo here

License

Notifications You must be signed in to change notification settings

qaware/qaware-blog-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QAware Blog Theme

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.

Features

  • Responsive
  • Deeplinks
  • Syntax highlighting

Deeplinks

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.

Installation

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.

Configuration

You can configure the site as follows:

  1. General Information

    Use config.toml file.

  2. menu, footer

    See the yaml files inside the data/ directory.

Start publishing

A good example is the actual QAware Blog Source.

Dark Mode

The original theme featured a dark mode which we removed.

Syntax highlighting

If you wish, you can opt to use Chroma.

I want to use disqus

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

Custom Shortcodes

This theme ships with a custom shortcode:

  1. Video This shortcode can be used to embed a youtube video with custom styling. It takes a solo positional parameter.

    ...
    {{< video "youtubeVideoID" >}}
    ...
    

License

This theme is available under the MIT license.

About

A simple, minimalistic Hugo theme. View Demo here

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SCSS 51.1%
  • HTML 33.3%
  • JavaScript 15.6%