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.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Gallery and Contacts

  • Brad Moore

摘要

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.