This project is under active development.

Themy

Themy based on Paxton

Simple Drupal 8 theme without JS, fine cascade menu on CSS. Adaptive, based on bootstrap.css.
Created from Paxton with reducing unnecessary stuff: js, slider, twig templates.

Linux Quick Theme Renaming

Use these bash commands to rename files and replace text in theme files with your new name:

find . -name '*themy*' -print0 | xargs -0 -n1 bash -c 'mv "$0" "${0/themy/mynewthemename}"'

grep 'themy' -P -R -I -l * | xargs sed -i 's/themy/mynewthemename/g'

Autocompleteoff

This module is created to disable autocomplete off for user login on Drupal website

Aegir Configuration Management

Manage Drupal 8 configuration with Aegir.

This module provides tools around configuration management in Drupal 8.

Ajax Facets Extra

This module extends the Ajax Facets one, by adding support for both

Pages

Subscribe with RSS Subscribe to RSS - Under active development