forked from Hostea/website
973 B
973 B
Add new Hostea Doctor to Gitea Clinic section:
- Add the following template to
clinic-doctors.toml
and fill in the Doctor details:
## ------------- batman ---------
[[ doctors ]]
nick = "batman"
name ="Bruce Wayne"
website = "https://bat.example.com"
## ------------- start batman ---------
-
Optionally, add Doctor's photo:
i. Add photo to
../static/people
ii. Add photo filename to Doctor's section created in step 1:
## ------------- batman ---------
[[ doctors ]]
nick = "batman"
name ="Bruce Wayne"
# <-----ADD BELOW LINE TO ADD PHOTO ---->
photo = "static/people/batman.jpg"
# <--------->
website = "https://bat.example.com"
## ------------- start batman ---------
Style Guide
Please start and end doctor details with the following delimiters:
## ------------- start doctor-nick-name ---------
## ------------- start doctor-nick-name ---------