ut-ht777/evpp

There is no license information available for the latest version (1.5) of this package.

A custom theme for UTDK 3

Maintainers

Details

github.com/ut-ht777/evpp

Source

Issues

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:SCSS

Type:drupal-theme

1.5 2020-10-14 08:48 UTC

This package is auto-updated.

Last update: 2024-05-14 17:21:28 UTC


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.