Skip to content

gehno/hugo-dash

Repository files navigation

Hugo-Dash

Fully static, responsive, customizable link collection dashboard created with hugo and tailwind.

image

Used Technologies

  • Hugo
  • Tailwind CSS
  • Font Awesome
  • Docker

Development

Prerequisites

  • hugo
  • npm

Setup

npm install

Run Local Server

./run.sh

Build with Docker

docker build -t hugo-dash . 

Run with Docker

docker run -it \
-v ~/hugo/data:/src/data \
-v ~/hugo/icons:/src/assets/icons/ \
-p 1313:1313 \
hugo-dash
/

Installation

docker-compose

There is a minimal and a nginx configuration.

Configuration