This folder has everything you need to put the site live on your own domain, for free.
index.html — the website itselfdoctors.json — the list shown in “Meet the team.” Edit this file any time to add, remove, or rename doctors. No coding needed — just edit the text between the quotes.taahki-website). Make it Public.index.html and doctors.json into it (drag and drop works on GitHub’s website).main branch and /root folder, then save.https://yourusername.github.io/taahki-website/ — that’s your site, live, within a minute or two.taahkihealth.org).taahkihealth.org: four A records pointing to GitHub’s IP addresses (GitHub’s Pages docs list the current ones — search “GitHub Pages custom domain A records”).www.taahkihealth.org: a CNAME record pointing to yourusername.github.io.Right now the form points to a placeholder. To make it real:
index.html, find this line near the appointment form:
<form id="apptForm" action="https://formspree.io/f/YOUR_FORM_ID" method="POST">
YOUR_FORM_ID with the ID Formspree gave you. Save and re-upload the file to GitHub.GitHub Pages hosts the website only — it doesn’t include email. Once your domain is active:
support@taahkihealth.org.index.html wherever you’d like it shown.Open doctors.json on GitHub, click the pencil (edit) icon, and add or edit entries in this format:
{
"name": "Dr. First Last",
"role": "Their specialty or title",
"note": "One short line about their focus"
}
Keep the commas between entries and the square brackets [ ] at the very top and bottom. Commit the change, and the live site updates automatically within a minute.