hasper icon indicating copy to clipboard operation
hasper copied to clipboard

a port of Ghost's casper theme for Hugo

Results 10 hasper issues
Sort by recently updated
recently updated
newest added

In the Readme and the example project there is a variable "displayName" for every author. I would expect that one to be displayed everywhere where the author is mentioned. Looking...

I've added a google analytics template to the scripts section and some simple documentation on how to get it to work.

In the Readme I read > hugo new post/post-name.md -f yaml But running this gives me > Error: unknown shorthand flag: 'f' in -f And indeed I can't find it...

Hi there :D Love the work that you're doing.. I haven't had a lot of time to explore the theme, but I have some ideas about additional pages that I...

There are some breaking changes in the newest Hugo [release](https://github.com/spf13/hugo/releases/tag/v0.18). The way that pages are handled/classified has changed and when I did a quick upgrade on my local machine, I...

This is a reversal from my thinking on #18, where I was planning to axe all references to `.Site.BaseURL`. Here was my followup from that ticket: > I've revisited this...

The theme hasper was forked from defined a variable `RSSLink` in the `.Site.Params` section, however, Hugo has its own [Site variable](https://gohugo.io/templates/variables/#site-variables) with the same name. This makes it confusing for...

Linked into every page on the hasper theme is this partial include: ``` {{partial "scripts.html" .}} ``` Which comprises of these three script tags: ```html ``` Adding around 200ms of...

One of the great things about hasper is the beautiful cover photo for each of your posts. Sometimes users may want to use images that are not their own and...