Hexo image ready for generate your static site.
410
A Hexo ready image for generate/deploy/edit Hexo blog.
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
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.
Content type
Image
Digest
sha256:f98aaa476…
Size
359.5 MB
Last updated
over 3 years ago
docker pull vankyle2go/hexo