Skip to content
This repository was archived by the owner on Jun 7, 2018. It is now read-only.

Latest commit

 

History

120 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproach

He, who survives his reputation, lives out of despite himself, like a man listening to his own reproach.

Theme for the Hugo static site generator.

Installation

$ cd your_site_repo/
$ mkdir themes
$ cd themes
$ git clone https://github.com/dg01d/reproach

See the official Hugo themes documentation for more info.

Features

Right now the featureset is incomplete, but it has:

  • Comprehensive set of social media links in the navbar
  • SVG icons for each social media outlet -- different choices are a matter of editing one svg file
  • Webmentions receive integration, with simple webmention styling
  • Flexbox-based design

To be added to the featureset are:

  • Twitter Card and OpenGraph Media links
  • Customisation of rss generation

Note that while I wrote this to learn Hugo, golang templating & flexbox, it is heavily customised to my own site. It may not be useful for you.

Other features will be added here as I add them to the theme.

Usage

This theme expects a relatively standard Hugo blog/personal site layout:

.
└── content
    ├── post
    |   ├── post1.md
    |   └── post2.md
    ├── license.md        // For the love of reason, licence _your_ work!
    └── other_page.md

Just run hugo --theme=reproach to generate your site!

Configuration

The config.toml should be set up with the users social media accounts, e.g.

[author]
    name = "Zaphod Beeblebrox"
    nick = "zaphod"
    email = "zaphod@beeblebr.ox"
    google_plus = "ZaphodBeeblebrox"
    twitter = "hoopyfrood"
    github = "hoopyfrood"

Contact

All feedback is welcome! Head over to the issue tracker.

License

Released under the MIT license.

About

Archived. Development continues on Gitea

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages