Fully static, responsive, customizable link collection dashboard created with hugo and tailwind.
- Hugo
- Tailwind CSS
- Font Awesome
- Docker
- hugo
- npm
npm install
./run.sh
docker build -t hugo-dash .
docker run -it \
-v ~/hugo/data:/src/data \
-v ~/hugo/icons:/src/assets/icons/ \
-p 1313:1313 \
hugo-dash
/