Github automatically rebuilds your EBT-Site using Github actions:
The push-action automation is invoked whenever your Github repository is updated with new content. These are typically updates for:
content/...
)public/img/...
)public/audio/...
)The push-action automation generates HTML files for display on the web. For example, the markdown file
content/welcome.md
will be processed into
public/content/welcome.html
The HTML files will then be used to update your website.
Each image and audio file will be given its own URL for the website. Suppose you have the following EBT-Site:
Suppose you have an image in your repository at:
public/img/wheel.png
Then the corresponding image URL will be
https://sc-voice.github.io/ebt-site3/img/wheel.png
.And the resulting image will be like this.
You can add images and audio to your EBT-Site simply by using the appropriate URLs in your Markdown files.
Schedule actions run periodically to: