joomla learning summary
The simplest way to package and install joomla after adding your own template is to find a joomla source file (ie: the joomla source code that has not been installed) -> Open the templates folder under the joomla source file -> and then add yourself Copy the template file to the templates folder -> If necessary, you can export your own database file and modify the initial database data for installing joomla in the installation\\sql folder under the joomla source file. But be careful to find the right place to modify, otherwise the data will report errors and some data will not be displayed. In fact, when we complete our own template, we have already registered all the resources we want to use in templateDetails.xml. When we package and distribute it, we only need to package the template blocks we wrote ourselves.