Skip to content

Site Profile for Processwire CMS | CMF Using CSS GRID, FLEX, GRIDLEX

Notifications You must be signed in to change notification settings

PresleyHank/site-twilight

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Site Profile For Processwire 3x with using functions like:

Installed Modules:

TracyDebugger
MarkupSitemap

MODULES CORE => Comments, Forgot Password, RSS, Repeater,

If you want to use GULP STACK you must install these packages on your system:

Node.js
GULP
BOWER

Now go to folder with all template files and install Important Dependencies

npm install
bower install

Go to gulpfile.js and change in line 15 -- var URL: "http://site-twilight.dev/" To your local processwire-installation -- like:

localhost/my-local-folder-processwire-installation/

Before Using Gulp

You Must Go to Options Page and Enable it in Select From Enable OR Disable Options and Enable Gulp Watch

Now Use This Command to Copy important Dependencies:

gulp start

Now Use This Command to Watch all changes:

gulp watch

Folder With all SCSS file is inside templates/all-assets/scss

To Minify CSS Use This Command:

gulp finish

To remove DEMO DATA go to _main.php and uncomment it with:

// trashDemoData($trash = true);

TO

trashDemoData($trash = true);

And go to your home page and refresh it ... Your Demo Sites should be in the trash ...
Finally, remove or comment this feature back:

// trashDemoData($trash = true);

References:

Font Awesome
Gridlex
Headroom.js
MetisMenu
Vanilla-lazyload
jQuery

About

Site Profile for Processwire CMS | CMF Using CSS GRID, FLEX, GRIDLEX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 67.5%
  • CSS 20.6%
  • JavaScript 5.7%
  • HTML 4.7%
  • XSLT 1.2%
  • Shell 0.2%
  • Batchfile 0.1%