UnoCSS Starter Theme - Page header SDC
Every site needs a header, typically featuring a logo and navigation.
Using SDC for the header makes it easier to swap in pre...
Every site needs a header, typically featuring a logo and navigation.
Using SDC for the header makes it easier to swap in pre...
Recreate theme with UnoCSS built with Vite.
Start by generating a theme from starterkit_theme with the drupal core...
A code sample contains HTML, CSS, and JS fields.
A bare code sample is defined with a theme hook and template.
code_sample.module
T...
Mantra started as a black and white theme - let's add color for the background, text, and links.
First we need to know how to set...
Themes can include config for default block placement.
Will the starter kit include this in setup?
When we load a Drupal page, we can see the css and javascript that got loaded in the browser dev tools, but we don't know which...
Drupal themes inherit libraries from core modules and base themes.
Inherited libraries can be extended or overridden in the...
name: Mantra description: Mantra theme. type: theme core_version_requirement: ">=8" base theme: false
By default, node content displays the author and date submitted.
This can be enabled in the content type settings.
The format is hardcoded in the node template.
The default date format can be configured in Region and language > Date and time formats.