Sign inSign up

vankyle2go/hexo

By vankyle2go

Updated over 3 years ago

Hexo image ready for generate your static site.

Image
0

410

vankyle2go/hexo repository overview

Vankyle2Go/Hexo

A Hexo ready image for generate/deploy/edit Hexo blog.

How it works

This image just build from node:latest image, and installed hexo with npm.

FROM node:latest
LABEL "Registry"="vankyle2go/hexo"
LABEL "Maintainer"="Charlie J <[email protected]>"
RUN npm install -g hexo-cli

How to use

You can run any hexo cli command directly in this image. For example, deploy your hexo blog to github page with your source:

git clone <your blog source>
cd <your blog>
hexo clean
hexo generate
hexo deploy

Or any other usage that requires a minimized image that supports hexo cli functionality.

Source Dockerfile

See charlieJ107/docker-mirrors repository on Github

Tag summary

Content type

Image

Digest

sha256:f98aaa476

Size

359.5 MB

Last updated

over 3 years ago

docker pull vankyle2go/hexo