ut-ht777 / evpp
A custom theme for UTDK 3
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:SCSS
Type:drupal-theme
Requires
- php: ^7.2
- composer/installers: ^1.7
- utexas/utdk_profile: ^3.0
README
Bare Bones includes only the most essential files to get you started with custom theme development.
You don't have to worry about creating all the files from scratch, just copy this to your themes directory and start with development.
CSS and JS source files are located inside the sass and scripts directories. These are compiled into the assets folder, which also includes the images and fonts directories where you should put all your theme images and fonts.
You can use rem units for font sizes: 1rem = 10px, 1.8rem = 18px, etc.
Requirements
Usage
Download or clone this theme in to your themes directory
git clone git@github.com:tinamrak/barebones.git
Remove git directory
cd barebones
rm -R .git;
Install npm packages and run gulp
cd .npm
npm install
npm audit fix
gulp
Set Bare Bones as your default theme
drush config-set system.theme default barebones -y
Did you find this useful? Buy me a coffee.
Do you have a web development problem you cannot seem to be able to solve? Reach out to me on Twitter.