Skip to content

Instantly share code, notes, and snippets.

View thejimbirch's full-sized avatar

Jim Birch thejimbirch

View GitHub Profile
global-styling:
version: 1.x
css:
base:
css/bootstrap.css: {}
js:
js/bootstrap.js: {}
dependencies:
- core/jquery
core: 8.x
type: theme
base theme: stable
name: 'Theme Name'
description: 'Theme Name is a custom theme based on Stable (not theme)'
regions:
page_top: 'Page Top'
page_bottom: 'Page Bottom'
{% if page.header %}
<nav class="navbar">
<div class="container-fluid">{{ page.header }}</div>
</nav>
{% endif %}