ghostwriter
ghostwriter copied to clipboard
A port of ghostwriter theme to Hugo.
Fixes https://github.com/jbub/ghostwriter/issues/119
[Hugo v0.120.0](https://github.com/gohugoio/hugo/releases/tag/v0.120.0) deprecated author key in site configuration, and now there is a warning:  I have tried moving the author key in params, but it seems it is ignored
The partial for header.html appears to support a log entry, but I cannot get the logo to appear. I have added logo="/img/logo.png" to [params] in config.toml and put the file...
When I deploy a branch preview on Netlify, the site using this theme does not look right because the CSS and JS resources from the theme are not found. I...
Hi @jbub, Thank you for your great job with this theme. Just a question, do you think to support the Twitter cards and the equivalent of Facebook and other social...
In the post-footer.html partial template, the Twitter, Facebook, Google+, and LinkedIn options all attempt to open a window with a specific size: https://github.com/jbub/ghostwriter/blob/2340a01fea08ecfff62ee22551741180862156ce/layouts/partials/post-footer.html#L13-L44 This does not work on mobile and...
there is a mixture of html5 semantic elements (multiple s, ) but some are missing. There is no nor does the main have "role=main" applied. This is an accessibility issue,...
Hugo let's you add content and front matter to the homepage. See: https://gohugo.io/templates/homepage/#add-content-and-front-matter-to-the-homepage This change adds the .Content Tag to render a _index.md on a list page.
I want to have my posts to show up as https://blog.peoray.com/hello-world instead of something like https://blog.peoray.com/a_folder_name/hello-world. I remove the containing folders (Home, Tutorials, Personal) and also main.menu and also copied...