tale-hugo
tale-hugo copied to clipboard
A port of the Tale theme for Hugo. Tale is a minimal theme curated for storytellers.
Fixes https://github.com/EmielH/tale-hugo/issues/66
Currently, only Google Analytics v3 (UA) is supported. We should add support for v4 by using `template "_internal/google_analytics.html"` instead of `template "_internal/google_analytics_async.html"`.
Add simple indicator time to read post
I wish there was another function that shows how long the blog post takes to read on average, depending on the post length.
I wish there was a ``config.toml`` to make it easier to get started with this very, very minimalist and, in my opinion, very simple theme.
Could you clarify how to generate a tags page like in the demo [here](https://chesterhow.github.io/tale/tags/)?
Changing values in `_syntax.scss` has no effect on the code's syntax highlights. When building the site, the default style is always "monokai" as mentioned in [Hugo's Configure Markdown Goldmark Highlight](https://gohugo.io/getting-started/configuration-markup#highlight)...
Hiya @EmielH, many thanks for porting this theme to hugo and having it well organized! Is there a single method to override the theme's colors in the `tale/assets/tale/*.scss` files or...
CSS supports automatically following the system color scheme with the [`prefers-color-scheme`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) media feature. It might make sense to just make the theme follow this instead of having a toggle, since...
Currently excerpts are rendered _as is_, links and all. This breaks the rendered HTML. The original Jekyll theme authors noticed this issue and avoids rendering links in the excerpts. I...