Altinn / hugo-theme-altinn

Altinn theme for Hugo static site generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Altinn Hugo Theme

This repository contains a theme for Hugo, based on great docdock. A big thanks to Valere Jeantet.

Example

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
  • Unlimited menu levels
  • List child pages
  • Table of contents when enabled in front matter (toc: true)
  • Reveal.js presentation from markdown (embededed or fullscreen page)
  • Include segment of content from one page in another (Excerpt)
  • Mermaid 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.

About

Altinn theme for Hugo static site generator.

License:MIT License


Languages

Language:CSS 55.8%Language:JavaScript 27.6%Language:HTML 11.1%Language:SCSS 5.5%