This theme allows integration with the VF 2.0. It is currently heavily tied to the brand-specific "VF 2.0 for the EMBL Design Language".
Containers:
- Beta container
- Breadcrumbs container
- EMBL News container
- Global Footer container
- Global Header container
Blocks:
- Git
- Node
npm installn.b. To develop locally you'll need to make sure your project's git submodules are up to date: git submodule update --init --recursive
-
git clone --recursive https://github.com/visual-framework/vf-wp.git -
Use any of the below variation of command to build the site
bin/dev quick_group- to build WordPress website with basic Visual Framework default configuration - Plugin/themes enabledbin/dev quick_group_bootstrap- to build WordPress website setup with Visual Framework dummy microsite bootstrap versionbin/dev launch- to launch browserbin/dev login- to login in wordpress admin
bin/dev logs- tail logs from containersbin/dev pma- launch phpMyAdmin to view databasebin/dev down- to spin down docker containers
-
Default variables including CSS/JS version, site title, admin password are configured in
.env