{"id":18512775,"url":"https://github.com/visual-framework/vf-wp","last_synced_at":"2026-03-03T08:29:31.440Z","repository":{"id":37334509,"uuid":"179254945","full_name":"visual-framework/vf-wp","owner":"visual-framework","description":"WordPress theme and plugins for Visual Framework integration","archived":false,"fork":false,"pushed_at":"2024-10-29T09:53:11.000Z","size":31847,"stargazers_count":3,"open_issues_count":42,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-29T09:53:53.004Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/visual-framework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-03T09:20:29.000Z","updated_at":"2024-10-29T06:42:43.000Z","dependencies_parsed_at":"2024-01-25T13:44:09.389Z","dependency_job_id":"a75f3926-87a4-4375-8c94-4b5e4179053f","html_url":"https://github.com/visual-framework/vf-wp","commit_stats":null,"previous_names":[],"tags_count":209,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visual-framework%2Fvf-wp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visual-framework%2Fvf-wp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visual-framework%2Fvf-wp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visual-framework%2Fvf-wp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/visual-framework","download_url":"https://codeload.github.com/visual-framework/vf-wp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247987060,"owners_count":21028891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T15:35:22.703Z","updated_at":"2026-03-03T08:29:31.383Z","avatar_url":"https://github.com/visual-framework.png","language":"JavaScript","readme":"# VF 2.0 WordPress - Themes and Plugins\n\nVF-WP is a collection of WordPress themes and plugins that integrate with the [Visual Framework](https://stable.visual-framework.dev/). They are currently heavily tied to the brand-specific \"VF 2.0 for the EMBL Design Language\". Additional WordPress plugin dependencies are kept in an external repository (see below).\n\n## Documentation\n\n* [Work in Progress, Issues, Bugs →](https://github.com/visual-framework/vf-wp/issues)\n* [Theme and Plugin Architecture →](/docs/architecture.md)\n* [Theming Documentation →](/wp-content/themes/vf-wp/README.md)\n* [WordPress Setup →](/docs/wordpress.md)\n\n## Plugin Documentation\n\n* [External Plugins Repository](https://github.com/visual-framework/vfwp-external-plugins) - Please create tag whenever it is locally tested \u0026 ready to deploy on all sites and update the tagname in `VF_EXTERNAL_PLUGINS_REPO_TAG` variable in [`.env`](.env) file.\n* [EMBL Taxonomy →](/wp-content/plugins/embl-taxonomy/README.md)\n* [VF Gutenberg →](/wp-content/plugins/vf-gutenberg/README.md)\n* [Events →](/wp-content/plugins/vf-events/README.md)\n\n## Architecture\n\nThe Visual Framework WordPress theme uses a plugin-based architecture.\n\n[Architecture documentation →](/docs/architecture.md)\n\n## Blocks\n\nBlocks are small, reusable content patterns based on the [Visual Framework](https://stable.visual-framework.dev/).\n\n[Blocks documentation →](/docs/blocks.md)\n\n## Containers\n\nContainers are large, single use template patterns based on the [Visual Framework](https://stable.visual-framework.dev/).\n\n[Containers documentation →](/docs/containers.md)\n\n## Templates\n\nTemplates are configurable container stacks that can be used to define preset dynamic theme templates.\n\n[Templates documentation →](/docs/templates.md)\n\n* * *\n\n## Development\n\n### Theme and Plugin Development\n\nContributing to this repository requires command line tools:\n\n* Git\n* Node\n* Gulp (optional)\n\nTo start:\n\n```bash\n# Install dev dependencies\nyarn install\n```\n\nThis project makes use of [Visual Framework components](https://visual-framework.github.io/vf-welcome) to build its CSS and JavaScript.\n\nThese scripts and tasks are available:\n\n```sh\nyarn run update-components\n```\n\nTo interactively update the Visual Framework components (and other npm packages).\n\n```sh\ngulp build\n```\n\n* to build `vf-components/vf-componenet-rollup/index.scss`\n  - to make `wp-content/themes/vf-wp/assets/css/styles.css`\n* to build `vf-components/vf-componenet-rollup/scripts.scss`\n  - to make `wp-content/themes/vf-wp/assets/scripts/scripts.js`\n\nNote: [the CI](https://github.com/visual-framework/vf-wp/blob/master/.github/workflows/build.js.yml) will run `gulp build` on commit to `master`.\n\n```sh\ngulp default\n```\n\nTo launch local development of the above with a `watch` task.\n\n```sh\ngulp vf-gutenberg\n```\n\nTo compile the Gutenberg React blocks.\n\n### EMBL + EMBL-EBI site local development for WordPress\n\n\n1. Clone repo by running - `git clone --recursive https://github.com/visual-framework/vf-wp.git`\n1. Use any of the below variation of command to build the site\n\n    ##### Run command\n\n    - `bin/dev quick_group` - to build WordPress website with basic Visual Framework default configuration - Plugin/themes enabled\n    - `bin/dev quick_group_bootstrap` - to build WordPress website setup with Visual Framework dummy microsite bootstrap version\n    - `bin/dev launch` - to launch browser\n    - `bin/dev login`  - to login in wordpress admin\n\n    ##### Diagnostics\n\n    - `bin/dev logs`    - tail logs from containers\n    - `bin/dev pma`     - launch phpMyAdmin to view database\n    - `bin/dev up`   - to spin up docker containers\n    - `bin/dev down`   - to spin down docker containers\n    - `bin/dev mailhog`   - to launch mailhog to view e-mail sent my containers\n\nn.b. To develop locally you'll need to make sure your project's git submodules are up to date: `git submodule update --init --recursive`\n\n1. Default variables including CSS/JS version, site title, admin password are configured in `.env` file.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisual-framework%2Fvf-wp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvisual-framework%2Fvf-wp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisual-framework%2Fvf-wp/lists"}