https://github.com/altinn/hugo-theme-altinn
Altinn theme for Hugo static site generator.
https://github.com/altinn/hugo-theme-altinn
altinn hugo markdown theme
Last synced: 3 months ago
JSON representation
Altinn theme for Hugo static site generator.
- Host: GitHub
- URL: https://github.com/altinn/hugo-theme-altinn
- Owner: Altinn
- License: mit
- Created: 2019-06-05T12:43:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2026-01-26T14:22:18.000Z (5 months ago)
- Last Synced: 2026-01-27T03:27:57.269Z (5 months ago)
- Topics: altinn, hugo, markdown, theme
- Language: CSS
- Homepage:
- Size: 13.2 MB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Altinn Hugo Theme
This repository contains a theme for [Hugo](https://gohugo.io/), based on great [docdock](http://docdock.netlify.com/). A big thanks to Valere Jeantet.

# Main features
- Sticky sidebar inside resizable grid
- Jumbotron on firstpage
- Altinn design
- Blue and gray theme variations
- Clickable figures with caption using standard markdown image syntax
- Attachments files
- Search using [lunr.js](https://lunrjs.com/)
- Unlimited menu levels
- List child pages
- Table of contents when enabled in front matter (toc: true)
- [Reveal.js](https://github.com/hakimel/reveal.js) presentation from markdown (embededed or fullscreen page)
- Include segment of content from one page in another (Excerpt)
- [Mermaid](https://mermaidjs.github.io) diagrams
- Icons, Buttons, Alerts, Panels, Tip/Note/Info/Warning boxes
## Installation
Navigate to your themes folder in your Hugo site and use the following commands:
```
$ cd themes
$ git clone https://github.com/altinn/hugo-theme-altinn.git
```
Check that your Hugo version is minimum `0.55` with `hugo version`.