You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.3 KiB

5 months ago
# vre2024 - Drupal 10 Base Theme.
5 months ago
## Sassless Theme
5 months ago
Native css has progressed to include variables and property nesting so this theme does not reqire preprocessing an make liberal used of css variables
5 months ago
## Theme Configuration Varables
5 months ago
Many of the stylist details are set in `site-variables.css`
5 months ago
## Subtheme Creation Script
5 months ago
php core/scripts/drupal generate-theme --starterkit vre2024 name_of_subtheme
5 months ago
## Proxy Server For Local Theme Dev Against Live Site
5 months ago
edit variables in `bs.js` and run:
node bs.js
this runs a proxy server using Browser-sync, serving your local files against the live proxied site. Css file are watched or changes and are automatically reloaded on file save.
5 months ago
## Suckerfish Main Menu
when placed in the 'primary menu' region, suckerfish.js is enabled for the dropdrowns
## Mobile Header Nav
On mobile, the header-top regions stack and the primary-menu region becomes a pop-out vertical menu
## Icon Libraries
5 months ago
enable/disable fontawesome4,5 or Bootstrap Icons in vre2024.info.yml
## Logos
Both the white and colored UPEI shields are included as svgs
5 months ago
## Landing Page Regions
top & bottom content regions that only appear on the landing page
## Header Search Form
Search box region enables a dropdown search box
## Scroll To Top Bottom
automatic on long pages