Gallery and Contacts
摘要
In this chapter, I will be discussing adding a gallery page as well as integrating a third-party contact provider. Most contact mechanisms on any given Content Management System (CMS) like Publii CMS use HTML forms for collection of data, usually forwarding the data to a backend service for storage. This is how things work with larger tools like WordPress, but Publii CMS does not have a backend server. It is a static website that is simply a collection of HTML files and some CSS and the occasional JavaScript file. This means that Publii CMS needs to find other methods of integrating contact forms or supporting commenting systems. In this chapter, we will examine several options and implement one of them.