GitXplorerGitXplorer
m

hugo-image

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
17e86e59c0757490030d19ea475c51caeb707039

wording change on make task

mmco-gh committed 8 years ago
Unverified
b970a166b36307b6ec209080151cc9f300737e5b

clarify docker command to use public image

mmco-gh committed 8 years ago
Unverified
6e3129104d980b38dbc8cf3469420bb30586672e

add access to public image

mmco-gh committed 8 years ago
Unverified
ec9252cdd9a36850ad8efddaa75da16887abe199

describe makefile tasks

mmco-gh committed 8 years ago
Unverified
e31e560fd24f84a8f927288b347d8d8d9a666491

add lighthouse cmd line tool

mmco-gh committed 8 years ago
Unverified
aad4990aa136a35fe9ce93d326605226ea862db2

add install step for sw-precache

mmco-gh committed 8 years ago

README

The README file for this repository.

Docker image based on Alpine, with addition of nodejs/npm, python3, golang 1.8, and Hugo static site generator. This image has everything you need to build a static blog using Hugo and deploy the results with Firebase Hosting (I use it to build my blog mcohen.io).

The makefile supports three tasks:

  • make build - build the Docker image
  • make push - publish the Docker image
  • make sh - run an interactive Bash in the published Docker image

If you don't want to clone this repo and build your own image, you can also use my generated image directly from Docker Hub via docker pull marcacohen/hugo-image.