Minimal Site Profile For ProcessWire 3x with include new API additions like:New “Unique” status for pagesNew $page->if() methodAPI setting()MarkupRegionsFunctionsAPIHow To Install
- Download the zip file at Github or clone directly the repo:
git clone https://github.com/rafaoski/site-minimal.git
- Extract the folder site-minimal-master into a fresh ProcessWire installation root folder.
- During the installation of ProcessWire, choose the profile Minimal - Site Profile for ProcessWire 3x.
Basic Info
- Most of the profile settings and translates are in the
_init.php
file. - Functions can be found in the
_func.php
file. - The entire view is rendered in the
_main.php
file that uses markup regions. - You can easily add hooks using the
ready.php
file. - Options page added with the new “Unique” status, which you can use in this simple way like:
pages('options')->site_name
pages->get('options')->site_name
Additionally, you can use the icon font that are included:
New $page->if() methodAPI setting()MarkupRegionsFunctionsAPIHow To Install
- Download the zip file at Github or clone directly the repo:
git clone https://github.com/rafaoski/site-minimal.git
- Extract the folder site-minimal-master into a fresh ProcessWire installation root folder.
- During the installation of ProcessWire, choose the profile Minimal - Site Profile for ProcessWire 3x.
Basic Info
- Most of the profile settings and translates are in the
_init.php
file. - Functions can be found in the
_func.php
file. - The entire view is rendered in the
_main.php
file that uses markup regions. - You can easily add hooks using the
ready.php
file. - Options page added with the new “Unique” status, which you can use in this simple way like:
pages('options')->site_name
pages->get('options')->site_name
Additionally, you can use the icon font that are included:
MarkupRegionsFunctionsAPIHow To Install
- Download the zip file at Github or clone directly the repo:
git clone https://github.com/rafaoski/site-minimal.git
- Extract the folder site-minimal-master into a fresh ProcessWire installation root folder.
- During the installation of ProcessWire, choose the profile Minimal - Site Profile for ProcessWire 3x.
Basic Info
How To Install
git clone https://github.com/rafaoski/site-minimal.git
- Most of the profile settings and translates are in the
_init.php
file. - Functions can be found in the
_func.php
file. - The entire view is rendered in the
_main.php
file that uses markup regions. - You can easily add hooks using the
ready.php
file. - Options page added with the new “Unique” status, which you can use in this simple way like:
pages('options')->site_name
pages->get('options')->site_name
Additionally, you can use the icon font that are included:
All images ( svg ) on the pages come from:
Icofont
Simpleicons ( ProcessWire Logo )
License
2019 byHumans under the MIT license.
Install and use modules at your own risk. Always have a site and database backup before installing new modules.