This repository was archived by the owner on Aug 20, 2023. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork4
Bootstrap 4 Minimal site profile for ProcessWire.
NotificationsYou must be signed in to change notification settings
flydev-fr/site-pwbs4
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
PWBS-4 is a profile based on the "minimal site profile (intermediate edition)" and bundled withBoostrap v4.4.1.
- Bootstrap SASS
- Font-Awesome SASS
- Render / helpers functions for :
- Simple ul navigation
- Bootstrap Multi-level navbar
- Bootstrap Carousel
- Bootstrap Cards
- Bootstrap Jumbotron
- Bootstrap Accordion
- jQuery
- Popper.js
- Bootstrap
- FontAwesome
You'll want to install the following on your system before proceeding:
- Download thezip file at Github or clone directly the repo:
git clone git@github.com:flydev-fr/site-pwbs4.git
and skip thestep 2. - Extract the foldersite-pwbs4-master into a fresh ProcessWire installation root folder.
- During the installation of ProcessWire, choose the profile"ProcessWire Bootstrap 4 profile".
You can find the development file(CSS/SCSS/JS) insite/assets/dev/src
The profile can be used as is only with$config->debug
set tofalse
. To use it in debug mode, you are required to install the dependencies with the package manager.
Open a terminal insite/assets/dev
and execute the following command-line:yarn
Available commands :
- Rebuild, minify and bundle assets for release :
yarn build
- Bootstrap v4 documentation
- ProcessWire documentation
- ProcessWire Forum: bootstrap tag
- ProcessWire Forum: bootstrap related posts
- The ProcessWire staff
- Inspiration from@gebeer and hisBootstrap 3 profile post