Hugo Whisper

02 Feb 2019,

Tags: hugo , whisper

Whisper is a minimal documentation theme built for Hugo. The design & functionality is intentionally minimal.

Quickstart

Copy or git clone this theme into the sites themes folder mynewsite/themes

hugo new site whisper
git clone https://github.com/jugglerx/hugo-whisper-theme.git

Code Highlighting

Whisper uses Hugo’s in-built code highlighting with a github style code highlighting theme. https://gohugo.io/content-management/syntax-highlighting/

You can insert code snippets in any markdown file by using standard code fences syntax ie:

function myFunction() {
  var x = document.getElementById('myDIV');
  if (x.style.display === 'none') {
    x.style.display = 'block';
  } else {
    x.style.display = 'none';
  }
}

Mission

Our mission is to bring the world of technology closer to you and help you in your journey to this new brave world.

Stay up to date

Follow us on Social Media. This way you will always be informed when I am available for new assignments.

Back to top

All rights reserved ©2024 | KVK 94806748 | SCIENT B.V.