heatman 0.1.1

Creating heatmap image from given CSV file
Documentation
title: Heatman
baseurl: https://tamada.github.io/heatman/
defaultContentLanguage: "en"
languageCode: "en-us"
theme: ["github.com/tamada/hugo_theme_mod", "github.com/nunocoracao/blowfish/v2"]

params:
  logo: "icons/heatman.svg"
  description: "Heatmap generator for visualizing data in a matrix format."
  dateFormat: "2006-01-02"
  copyright: "Copyright © 2024 by Haruaki Tamada. Made with [Hugo](https://gohugo.io/). Deployed to [GitHub Pages](https://pages.github.com/)."

menu:
  main:
    - name: "🏠 Home"
      pageRef: "/"
      weight: 10
    - name: "âš“ī¸ Install"
      pageRef: "/install"
      weight: 20
    - name: "🏃 Usage"
      pageRef: "/usage"
      weight: 30
    - identifier: "github"
      pre: "github"
      url: "https://github.com/tamada/heatman/"
      weight: 500
    - identifier: "haruaki-tamada"
      pre: "haruaki-tamada"
      url: "https://tamada.github.io/"
      weight: 400
  footer:
    - name: "â„šī¸ About"
      pageRef: "/about"
      weight: 10

module:
  imports:
    path: "github.com/tamada/hugo_theme_mod"