Sign inSign up

zzzcat/hexo

By zzzcat

Updated about 5 years ago

this is HEXO container

Image
0

979

zzzcat/hexo repository overview

hexo

About

This is HEXO container.

Usage

generate contents.

docker-compose run hexo generate

generate contents and preview.

docker-compose up

環境変数

ENVVALUE
HEXO_CONF_DIRFolder path for Hexo configuration
MY_RESOURCE_DIRFolder path for resources
USE_SEARCH_ALGOLIAtrue or false

docker-compose.yml

  stage:
    image: zzzcat/hexo:latest
    command: server
    tty: true
    volumes:
      - ./source:/hexo-work/source:ro
      - ./public:/hexo-work/public:rw
    ports:
      - "4000:4000"
    environment:
      HEXO_CONF_DIR: ./source/.hexo_config/
      MY_RESOURCE_DIR: .resources/
      USE_SEARCH_ALGOLIA: "true"

Tag summary

Content type

Image

Digest

Size

262.8 MB

Last updated

about 5 years ago

docker pull zzzcat/hexo