CF.B ( codyFrameBasic ) / Site Profile For ProcessWire 3x with include new API additions like:
- Download the zip file at Github or clone directly the repo:
git clone https://github.com/rafaoski/site-cfb.git - Extract the folder site-cf-master into a fresh ProcessWire installation root folder.
- During the installation of ProcessWire, choose the profile CF.B / Site Profile.
- This is the site profile that was created using the modern lightweight CodyHouse Framework
All the content made available through CodyHouse.co is copyrighted material owned by Amber Creative Lab, Ltd.
The CodyHouse Framework are released under the MIT license and can be used for free on anything you'd like.
https://codyhouse.co/license - Most of the profile settings and translates are in the
_init.phpfile. - Functions can be found in the
_func.phpfile. - The entire view is rendered in the
_main.phpfile that uses markup regions. - You can easily add hooks using the
ready.phpfile.
If you want to use Gulp stack you must first ensure that Node.js and NPM are installed on your machine.
Basic example to Debian and Ubuntu based Linux distributions:
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - sudo apt-get install -y nodejs
See more installation options LINK
node -v
npm -v
Only change your var siteUrl = 'http://cfb.test/' to your ProcessWire development url like:
var siteUrl = 'http://localhost/processwire-site.test/'
Next install npm packages in your templates folder with command npm install
Now, boot up the dev server gulp watch, and you're all set go!
- Install
npm install - Watch
gulp watch
You can now add components from CodyHouse Components.
Learn more about how to add components https://www.youtube.com/watch?v=8NLRhaSnQS0
unDraw
Pixabay
Coll Text ( Logo / Favicon )
CodyHouse Framework
Simply Nav
Headroom.js
Feather Icons
AddToAny - Universal Sharing Buttons
2019 byHumans under the MIT license.