Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 576 Bytes

File metadata and controls

15 lines (11 loc) · 576 Bytes

datasophos.co website

This repo holds the files that power the public-facing website for the DataSophos LLC: https://datasophos.co

Building the site

The site is built using the Zola static site generator. The content is held on the main branch of this repository.

In general you can work on the main branch and use the zola serve command to view what the site will look like locally. Once you are done with any changes, commit your changes to the main branch, and github actions will deploy the site.