Skip to content

Clean responsive dark / light blog theme for Hugo

License

Notifications You must be signed in to change notification settings

lhooge/hugo-theme-hoogi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Clean responsive dark / light blog theme for Hugo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published