Hugo Themes
allegiant
A simple, lean blog theme for hugo, designed for my personal blog brycematheson.io, but free to use for whomever.
- GitHub Stars: 24
- Updated: 2016-10-24
- License: MIT
- Tags:
Blog
Note! This theme has not been updated for more than 2 years.
If you are maintainer of this theme, please verify that this theme works with a recent release of Hugo. Then add an appropriate Version Configuration to the theme'sconfig.toml
and then finally tag a new version.
Allegiant
Overview
A demo of the theme can be seen by visiting my blog at www.brycematheson.io.
Allegiant is a simple and clean blog theme for Hugo. Some of the more notable features are:
- Super simple/clean design
- Client side source code highlighting (using Highlight.js)
- Social links (Twitter, Facebook, GitHub, LinkedIn, etc)
- Analytics with Google Analytics
- Responsive
- Font Awesome icons
Installation
In your hugo site directory, run:
$ mkdir themes
$ cd themes
$ git clone https://github.com/brycematheson/allegiant
Configuration
You may specify following options in config.toml
of your site to make use of
this theme’s features.
baseurl = "example.org"
languageCode = "en-us"
title = "Allegiant"
copyright = "© Allegiant. All Rights Reserved." # Copyright notice. This will be displayed in the footer.
canonifyurls = true
[params]
ga_api_key = "Your Google Analytics tracking id" # Google Analytics API key.
avatar = "../../img/avatar.jpg" # Image should be square, and roughly 150px x 150px
bio = "Insert your bio here. You should write something really whitty and interesting that nobody is ever going to read or care about. But such is life. I really like the look of having a bio snippet on the blog, though. You may have to adjust some CSS styles depending on how long or short your bio is. I didn't make it super resillient."
github = "http://github.com/username"
twitter = "https://twitter.com/username"
linkedin = "https://www.linkedin.com/in/username"
footer_1 = "Some text here."
footer_2 = "Some different text here."
footer_3 = "Even more different text here."