ucdavis / sitefarm_seed
Drupal 8 base profile for the SiteFarm platform
Installs: 597
Dependents: 0
Suggesters: 0
Security: 0
Stars: 32
Watchers: 21
Forks: 16
Language:JavaScript
Type:drupal-profile
Requires
- composer/installers: ^1.0
- cweagans/composer-patches: ^1.5
- drupal/address: 1.*
- drupal/anchor_link: 1.*
- drupal/better_normalizers: dev-1.x
- drupal/block_style_plugins: 1.*
- drupal/ckwordcount: 1.*
- drupal/config_update: 1.*
- drupal/core: ^8.6.0
- drupal/crop: 1.*
- drupal/ctools: 3.*
- drupal/default_content: 1.*
- drupal/editor_file: 1.*
- drupal/features: 3.*
- drupal/focal_point: 1.*
- drupal/google_analytics: 2.*
- drupal/honeypot: 1.*
- drupal/masquerade: 2.*
- drupal/menu_block: 1.*
- drupal/menu_breadcrumb: 1.*
- drupal/metatag: 1.*
- drupal/notification: 1.*
- drupal/pathauto: 1.*
- drupal/photoswipe: 1.*
- drupal/redirect: 1.*
- drupal/roleassign: 1.*
- drupal/sharemessage: 1.*
- drupal/simple_sitemap: 2.*
- drupal/sitemap: 1.*
- drupal/social_media_links: 2.*
- drupal/token: 1.*
- drupal/url_embed: 1.*
- drupal/webform: 5.*
- drupal/webform_views: 5.*
Requires (Dev)
This package is not auto-updated.
Last update: 2025-02-16 06:55:53 UTC
README
SiteFarm Seed is a base profile for Drupal 8 meant for extending by a custom built sub-profile.
It provides sensible defaults and features that most websites will need.
Documentation
Documentation is found in the /docs or at github https://github.com/ucdavis/SiteFarm_seed/tree/8.x-1.x/docs.
Test Coverage
SiteFarm Seed has complete test coverage with both PhpUnit and Behat.
Features
FYI, the following links show fully themed components. SiteFarm Seed does not include any theming so that you can implement theming however you need something to look.
- Sensible Defaults: We did the tedious work that most websites need so you don't have to
- Content Types: Basic Page, Article, Event, Person, & Photo Gallery
- Block Types: Basic Block, Focal Link, Focus Box, Hero Banner, Marketing Highlight, & Marketing Highlight - Horizontal
- User Roles and Permissions: Contributor, Editor, Site Manager, Site Builder, & Administrator
- Image Styles: Pre-built images styles are ready to be overridden to match a custom theme
- Views: Dozens of Views create blocks and pages ready for content
- Polished: Lots of Drupal 8's rough edges have been smoothed out for regular day-to-day users
Example Sub-Profile template
An example template for using SiteFarm Seed with a sub-profile can be found on github. https://github.com/ucdavis/SiteFarm-distro-template
Composer is a requirement.