npm install
npm start
npm run build
npm run deploy
Adding static content, like speakers information, you will need to create a new file under content/speakers
folder, use an existing file as reference:
---
name: Armon Dadgar
photo: armon.png
description: Hashicorp CTO & Co-founder
twitter: https://twitter.com/armon
url: https://www.hashicorp.com/
speaker: yes
---
The most important data is speaker
key, after add all data you can run npm run deploy
to publish your changes to the website.
Built with Phenomic