You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Lars Hoogestraat a62e0976b7 do not hover for active link 10 months ago
archetypes updated hugo theme 1 year ago
exampleSite optimization for css structure 10 months ago
i18n light theme: white background for articles 1 year ago
images updated hugo theme 1 year ago
layouts fixes css for headlines and links 10 months ago
static/css do not hover for active link 10 months ago
.gitignore updated hugo theme 1 year ago
LICENSE updated hugo theme 1 year ago
README.md removed extra list template 1 year ago
theme.toml raised min_version to currently tested version 1 year ago

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