Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 530 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 530 Bytes

website_content

testing deployment with content only website

usage

initialise by fetching services dockerfiles with

run init

this will populate ./containers/dockerfiles with the list from ./containers/seeds/seeds.yaml

then build using astro-big-doc repo with

run build

this will take as input that will be mapped as volumes

  • ./content
  • ./public
  • ./menu.yaml

and will generate the build in the ./dist folder

then test by deploying a server on http://localhost

run server