generated from AlgebraicJulia/quarto-website
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3f67425
commit 54b1f05
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# GATAS Lab Website | ||
|
||
This repository builds the GATAS Lab website that and deploys it on Netlify. | ||
|
||
To update the website, file a PR against the pages that you want to update. The github actions will: | ||
|
||
1. Render the site | ||
2. Post a preview to a private url on netlify on your PR | ||
3. Once merged, deploy the site. | ||
|
||
This repo has automated merging of PRs. Once a PR passes CI and is approved by another contributor, it will be automatically merged and deployed. | ||
|
||
We use Quarto for this website. | ||
|
||
# License | ||
|
||
The code in this repository is MIT licensed, feel free to copy and redistribute the code. | ||
|
||
The copy on the pages of the website is copyright James Fairbanks all rights reserved. |