Publishing Your Site

After you have built your liturgical site using Doxa, you can publish it to your github project, which will automatically cause it to appear on the Internet at the url you saw when you set up Gitlab Pages for your project.

The first production release of Doxa will have a publish command that will add, commit, and push changes. In the meantime, you can use git to do this manually.

Open a terminal in the folder for your realm:

doxa/sites/{your realm}

Then type the following commands:

git add .

git commit -m "{commit message}

git push