Code Monkey home page Code Monkey logo

customal's Introduction

Customal

A Drupal 8 administration theme extending Gin, providing the ability to add project-specific styling to the administration.

Installation

This theme should be used as a starting point for project-specific theming. Because of this, the theme has no composer.json file and dependencies should be added to the project this theme is created in.

git clone https://github.com/wieni/customal.git public/themes/custom/customal

Define an entry point

An entry point, always has a name (the name of the output file) and a corresponding file in /resources.

module.exports = {
  entry: {
    global: "index.js",
    search: "search.js",
  },
};

The following entry will results in two javascript files: global.js (resources/index.js) and search.js (resources/search.js). When any of the files contains css (or sass), the output will be written to a .css file with the same name. In this case global.css and search.css.

Security

If you discover any security-related issues, please email [email protected] instead of using the issue tracker.

License

Distributed under the MIT License. See the LICENSE file for more information.

customal's People

Contributors

akasake avatar dieterholvoet avatar sqndr avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

drupallabs

customal's Issues

Bring up to date

Is this repo still up to date? FYI: this repo is automatically cloned every time we start a new project.

Clean up theme

  • Add LICENSE in case it's missing. Also add the license to composer.json.
  • Add issue & pull request templates
  • Update repo description & tags
  • Update README
  • Add .gitattributes so only necessary files are included when cloning

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.