Go to file
Lars Hoogestraat dab2116091 starting with hugo 0.110.0 - renamed configuration to hugo.toml 2023-08-27 21:09:50 +02:00
archetypes updated hugo theme 2022-01-30 18:03:56 +01:00
exampleSite starting with hugo 0.110.0 - renamed configuration to hugo.toml 2023-08-27 21:09:50 +02:00
i18n light theme: white background for articles 2022-02-10 00:01:22 +01:00
images updated hugo theme 2022-01-30 18:03:56 +01:00
layouts added math 2023-08-27 17:14:07 +02:00
static/css remove filter when printing 2023-08-27 14:03:30 +02:00
.gitignore updated hugo theme 2022-01-30 18:03:56 +01:00
LICENSE updated hugo theme 2022-01-30 18:03:56 +01:00
README.md removed extra list template 2022-02-06 00:01:10 +01:00
theme.toml use pageRef / simplify active class handling 2023-08-27 10:33:37 +02:00

README.md

Clean Hugo Blog Theme

Features

  • Responsive
  • Honors dark and light color preference
    • Syntax highlighting for dark and light colors
  • Left and bottom navigation
  • Layout for an archive page

Demo

Screenshot

  • Dark mode

  • Light mode

  • Mobile

Installation

  • Clone repository:
    • git clone https://github.com/lhooge/hugo-theme-hoogi.git
  • To see the example site run command from exampleSite directory:
    • hugo server -t ../../ -D
  • For detailed theme installation see:

Configuration

To inject custom HEAD elements create a "head-custom.html" in '<YOUR_SITE>/layouts/partials'.

For changing colors see the overridden link visited example for the dark theme in 'exampleSite/layouts/partials/head-custom.html'.

Additional params:

[params]
    # If set to 'true' a summary will be shown on list overview, otherwise the complete post is shown.
    useSummary = true | false
    # Shows a right sidebar with all categories.
    sidebar = true | false

License

Code License: Released under the MIT license.

Third party