An open API service indexing awesome lists of open source software.

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.

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.

![Example](https://raw.githubusercontent.com/Altinn/hugo-theme-altinn/master/example.png "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](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`.