Welcome to your new place on the web where all of your speaking engagements are tracked 🎉
How to get started?
- Hit the green button on the top-right that says
Use this template
and create your own repository out of this one. - In your new repository, create a new file of your recent speaking activity. There's an example file at
pages/2021/2021-01-01.md
to give you an idea of the format, and structure. If in doubt, head over to the gigsboat CLI repository for even more information. - Update gigsboat.json so that
markdownFile
config option is set toREADME.md
. - Commit the file changes, and push to the main branch. Every time you make changes that merge into the
main
branch, a GitHub Actions workflow executes, parses all the data files under thepages
directory, and commits to the repository a newly generatedREADME.md
file. The workflow will also create a folderjekyll
that will contain the right files for the GH Pages to be deployed from the root of your repo (you don't need to explicitly set the GH Pages to point to thedocs
folder).