Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 400 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 400 Bytes

Repository for ODA landing page.
Uses Hugo as site generator and Paige Theme.

How to Run

On local machine you could use start.sh script:

docker run -p 13133:1313 \
  -v ${PWD}:/src \
  hugomods/hugo:exts \
  hugo server --bind 0.0.0.0

which will start http server with deployed site on localhost:13133