Uikit 3 site/blog profile
This is a simple ProcessWire site profile that is somewhat like our default site profile, but also includes a blog. It demonstrates development of various features including some recently introduced on the ProcessWire 3.x development branch. The front-end of this profile uses the Uikit 3 library and includes a library of time-saving functions for working with Uikit 3. Below are a few highlights you'll find in this site profile:
- Use of markup regions and the new ProcessWire functions API.
- Use of Uikit 3 in template files and includes a handy PHP library of Uikit-specific functions.
- Demonstrates front-end editing features on this page.
- Uses pagination (after 10+ blog posts) and demonstrates use of comments as well.
- Demonstrates use of a Page reference field, as used by categories in the blog.
- The template files are easy-to-read and modify, and serve as a good platform to build from.
- Demonstrates implementation of a custom hook function (see in the /site/ready.php file).