Themy

Component ID

2707869

Component name

Themy

Component type

theme

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

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'

Themy's features:

  • Two sidebars,
  • No JavaScript, no unnecessary css, less weight,
  • Regions on top: Primary menu, Banner, Highlighted, Breadcrumbs, Help,
  • Footer regions: Content bottom, three footer regions, Footer Menu,
  • Fast working on PC and mobile,
  • High Google PageSpeed Insights.