petr-korobeinikov / hugo-theme-tech-minimal

Home Page:https://petr-korobeinikov.github.io/hugo-theme-tech-minimal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hugo-theme-tech-minimal

Home page dark/light screenshot

Features

  • Automagically supports dark/light mode
  • Allows HTML markup in title
  • Allows HTML markup in subtitle
  • Strips footnote leftovers in summaries 😻

Installation

git submodule add \
  https://github.com/petr-korobeinikov/hugo-theme-tech-minimal \
  themes/hugo-theme-tech-minimal

Configuration

See exampleSite/hugo.toml for example.

...

[params]
subtitle = 'Clean, minimal, and adaptive theme for tech blog'
postsPerHomePage = 3

...

Page Speed

Development

hugo server \
  --themesDir ../.. \
  --theme hugo-theme-tech-minimal \
  --source exampleSite \
  --buildDrafts \
  --gc \
  --noBuildLock \
  --noHTTPCache

Thanks

This theme heavily inspired by vividvilla/ezhil.

Special thanks to @jaspervdj for markdown lorem ipsum generator with HTTP API: