A self-updating website for a daily mantra. Available at https://daily-mantra.com.
Every day, set as a peridioc GitHub action, the HTML for the website is generated by a python script and commited to this repository. This way, we ensure that every day we are presented with a new mantra to inspire our day! ☮️
.github/workflows/main.yml
: File where the periodic job that updates the website is defined;assets/mantras.json
: File containing the mantras that will be shown;bin/generate_index.py
: Python script responsible for regenerating the HTML everyday in the periodic job;docs/
: Folder holding the static sources for the daily-mantra website.
- @Kamori