This page contains a short summary of the project itself. See DEVELOPMENT.md and CONFIGURATION.md for development and configuration instructions.
Wordpress-template is a project template for WordPress sites. Create a new project from this template by running taito project create wordpress-template
.
TIP: A static site generator combined with a CMS system, git repository, and some additional services provides a more secure and care-free alternative for WordPress sites. It also provides a sensible way to do version control and automatic migrations between environments. However, such implementation doesn't offer as much plug-and-play functionality as WordPress does. See the website-template as an example.
Short description of the project: vision, purpose, company, etc.
Table of contents:
- Links
- Contacts
- Responsibilities
- Manually configured settings
- Recurring issues and solutions
- Miscellaneous notes
- Conventions
- Architecture Overview
- Security
- Compliance
Non-production basic auth credentials: USERNAME
/ PASSWORD
LINKS WILL BE GENERATED HERE
You can update this section by configuring links in
scripts/taito/project.sh
and runningtaito project generate
.
- Project Manager: John Doe, Company co.
- Designer: Jane Doe, Company co.
NOTE: It is recommended to use a shared address book or CRM for keeping the contact details like email and phone number up-to-date.
Hosting, billing and control of 3rd party services, SSL/TLS certificates, etc.
Try to keep all configurations in version control. However, if you have configured something manually, describe manually configured settings here.
See trouble.txt or run taito trouble
.
Misc notes.
Project specific conventions.
- ...
- ...
Add security details either here or in a separate document. See the security appendix of the Taito CLI tutorial.
Add compliance requirements and implementation details either here or in a separate document. For GDPR, see the data protection and privacy appendix of the Taito CLI tutorial.