Skip to content
This repository was archived by the owner on Apr 20, 2021. It is now read-only.

devjack/endpointer-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Endpointer build

A collection of build tools to build, manage and publish endpointer documentation.

Docker Build Status

Image

The image is found at developerjack/endpointer-build

Using the image

Your dockerfile should be based on developerjack/endpointer-build. An example file could be:

FROM developerjack/endpointer-build:latest

ADD . /build # Working directory
ADD ./dist /build/public # Hugo output gets put in ./dist in your local FS
RUN ./setup.sh # Assumes you have some type of local build script for your site.

CMD hugo # Invoke hugo. Default output is into /public which is mapped above.

Contributing & Support

Contributions warmly invited. Open an issue or PR to get the conversation started. Support is best sought via twitter: @developerjack.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors