Configuration

02 Feb 2019,

Tags: syntax , highlighting

Syntax Highlighting

Whisper uses the in-built code highlighting that ships with hugo. https://gohugo.io/content-management/syntax-highlighting/

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

```
insert code here
```

You can specify the langauge by adding a declaration after the backticks

```javascript
insert code here
```

Pygments Options

The following code highlighting options are configured in the config.toml

pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsUseClasses = true

Configure the main menu by editing the config.toml

[[menu.main]]
name = "Home"
url = "/"
weight = 1

[[menu.main]]
name = "Docs"
url = "/docs/"
weight = 2

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.