(TODO: need to update this if/when the repo moves!)
git clone https://github.com/resbazaz/website-draft
# TODO: switch to this once the website is ready:
# git clone https://github.com/resbazaz/website.git
(probably need python, r, etc setup... might be optional?)
This should build the website on your machine, serve it locally, and open a browser window to see any changes as you make them:
cd website
quarto preview
TODO: basic git fork + commit + PR flow
TODO: where to find markdown
TODO: where to find HTML, how includes and _data work
TODO: Alpine, Tailwind stuff
TODO: document .github/workflows/build.yml
Be advised that localData/people.json
in your local respository is just an example file, that will be overwritten by the latest ResBazAZ teams on Github—so to update who is shown, and what teams are shown, you should edit the Github teams, not the JSON file.
TODO: document _quarto.yml
-
Create Who We Are page
-
Decide what to do with the blog
-
Figure out redirects for old festival links
-
Copy code of conduct md from organization repo as part of build?
-
DONATE NOW button (stuff about our opencollective)
-
Actually include full instructions for editing + adding things in the README
-
Need to update the github build workflow to only run when pushing to main