2020-03-04 19:55:51 +01:00
|
|
|
# docker-archlinux-hugo
|
2020-03-04 20:23:48 +01:00
|
|
|
|
2020-03-20 03:39:02 +01:00
|
|
|
[![Build Status](https://drone.dotya.ml/api/badges/wanderer/docker-archlinux-hugo/status.svg?ref=refs/heads/master)](https://drone.dotya.ml/wanderer/docker-archlinux-hugo)
|
|
|
|
[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/immawanderer/archlinux-hugo)](https://hub.docker.com/r/immawanderer/archlinux-hugo/builds)
|
|
|
|
[![](https://images.microbadger.com/badges/version/immawanderer/archlinux-hugo.svg)](https://microbadger.com/images/immawanderer/archlinux-hugo)
|
|
|
|
[![](https://images.microbadger.com/badges/commit/immawanderer/archlinux-hugo.svg)](https://microbadger.com/images/immawanderer/archlinux-hugo)
|
2020-03-02 00:42:59 +01:00
|
|
|
|
|
|
|
This repository provides the Dockerfile to create a Docker image used for web developent using [Hugo](https://gohugo.io) website building framework.
|
2020-03-04 20:23:48 +01:00
|
|
|
|
2020-03-04 19:38:35 +01:00
|
|
|
The image is rebuilt approximately every hour to ensure it always has the latest packages.
|
2020-03-02 00:42:59 +01:00
|
|
|
|
|
|
|
## What you get
|
2020-03-17 17:44:18 +01:00
|
|
|
* updated Arch Linux [base image](https://hub.docker.com/_/archlinux)
|
2020-03-02 00:42:59 +01:00
|
|
|
* git
|
2020-03-04 19:38:35 +01:00
|
|
|
* hugo-extended (latest version from [GitHub](https://github.com/gohugoio/hugo/releases))
|
2020-03-02 00:42:59 +01:00
|
|
|
|
|
|
|
## Purpose
|
|
|
|
* web development using `Hugo` upon fresh package base
|