Hugo theme for my blog. https://blog.elnu.com
Find a file
2022-06-10 18:18:10 -07:00
archetypes Initial commit 2022-06-10 12:27:13 -07:00
layouts Fix Matomo tracking code logic 2022-06-10 13:28:36 -07:00
static/css Initial commit 2022-06-10 12:27:13 -07:00
LICENSE Initial commit 2022-06-08 17:38:29 -07:00
README.md Update README with parameter information 2022-06-10 18:18:10 -07:00
theme.toml Initial commit 2022-06-10 12:27:13 -07:00

sakura-hugo-theme

A minimal blog theme for Hugo using Sakura that uses no custom CSS.

For an example of this theme in action, check out my blog (repository)!

Parameters

This theme supports some basic configuration options in addition to support for Matomo analytics a FOSS and self-hosted analytics solution.

  • Theme: Variant of Sakura to use. If unspecified, will default to sakura.css. e.g Theme = 'dark' will use sakura-dark.css. Available variant themes:
    • dark-solarized
    • dark
    • earthly
    • ink
    • pink
    • vader
  • HomepageHeader: Text displayed at the absolute top of the homepage, hidden on pagination. Can include HTML markup.
  • MatomoURL: URL of Matomo analytics server.
  • MatomoSiteId: Site ID of Matomo. Must be string.