Skip to content

heavywatal/hugo-theme-nonblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hugo-theme-nonblog

This is a minimal theme for non-blog websites with a hierarchical sidebar

Options

config.toml

+++
baseURL = "https://heavywatal.github.io/"
title = "Heavy Watal"
defaultContentLanguage = "ja"
uglyURLs = true
copyright = "(ɔ) 2008 Watal M. Iwasaki"

[params]
logo_src = "heavywatal.svg"
logo_alt = "heavywatal.svg"
theme_color = "#eeeeee"
og_image = "https://avatars.githubusercontent.com/heavywatal"

[params.author]
name = "Watal M. Iwasaki"

[params.social]
twitter = "@heavywatal"

[markup.goldmark.renderer]
unsafe = true

[markup.goldmark.extensions]
strikethrough = false

[markup.highlight]
noClasses = false

[services.googleAnalytics]
ID = "G-***"

[module]
[[module.imports]]
path = "github.com/heavywatal/hugo-theme-nonblog"

[taxonomies]
tag = "tags"

[[menu.main]]
    name = "R"
    identifier = "rstats"
    weight = 10
[[menu.main]]
    name = "Python"
    identifier = "python"
    weight = 20
+++

Front matter

+++
title = "Seaborn"
subtitle = "statistical data visualization"
tags = ["python", "stats"]
description = ""
og_image = "https://example.com/image.jpg"
[menu.main]
  parent = "python"
+++

About

📐 A minimal theme for non-blog websites

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published