Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 640 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 640 Bytes

TEDxBerkeley-2018

2018 TEDxBerkeley website featuring "You are Here". Infrastructure (Python compile script, workflow) is taken from the Staging repository.

Usage

To make edits to the website, first run the preview.

make preview

If the staging area matches your expectations, you may then deploy directly to production. Run the following to publish to tedxberkeley.org.

make deploy m="<message describing change>"

Your edits go live instantaneously.

Usage Notes

You must stage before deployment, as make staging will save your changes to this repository.