This repository contains the content and source code for generating the Tetra Bio Distributed homepage. For more information about Project Tetra, please visit https://tetrabiodistributed.github.io/
This Project is hosted at https://tetrabiodistributed.github.io
You can run your own Hugo server using docker to preview the site locally:
-
Install docker.
-
Clone the tetrabiodistributed.github.io repo. Don’t forget to use
--recurse-submodulesor you won’t pull down some of the code you need to generate a working site.git clone --recurse-submodules https://github.com/tetrabiodistributed/tetrabiodistributed.github.io.git cd tetrabiodistributed.github.ioNote: If you accidentally cloned without using
--recurse-submodules, you can rungit submodule update --init --recursiveto pull down submodules needed to generate a working site. -
Run the
build.shscript in the site root directory (Note: Linux users may need to prepend this commandsudo). This will build a docker image, as well as install node modules, needed to locally run thetetrabiodistributed.github.ioHugo webserver. Once the image is built and stored on your machine, you do not need to rerun this step. You can view all locally installed images by runningdocker images../build.sh
-
Run the
serve.shscript in the site root directory (Note: Linux users may need to prepend this commandsudo). By default, your site will be available athttp://localhost:1313../serve.sh
-
Now that you’re serving your site locally, Hugo will watch for changes to the content and automatically refresh your site.