#
drupal
Here are 191 public repositories matching this topic...
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
hacktoberfest
Issues folks can work on for Hacktoberfest
An application development kit for Drupal websites.
-
Updated
Feb 2, 2022 - JavaScript
DEPRECATED (see README for new version)
-
Updated
Mar 29, 2022 - JavaScript
Grunt-based build and testing tasks for Drupal
-
Updated
Jan 19, 2022 - JavaScript
Repo for the Urban Hipster Drupal Commerce demo website built on Drupal 8.
-
Updated
Apr 27, 2022 - JavaScript
Decipher
commented
May 17, 2022
Druxt Office Hours
Wednesday is Druxt Office Hours, where contributors are available between 09:00-17:00 AEDT (22:00-06:00 UTC) on Discord: https://discord.druxtjs.org (#get-involved)
Topic
The Multilingual content feature has been merged to develop, which means this week will focus on the Druxt 0.19.0 release, documentation and demos of multilingual Druxt sites.
Have an issue you
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
A JavaScript Library and API for Drupal Applications
-
Updated
Feb 24, 2022 - JavaScript
Built using Drupal 8/9, an enterprise website builder platform that combines powerful editorial features, mobile, lead-generation, SEO, social media integration, and beautiful bespoke designs. Varbase is packed with adaptive functionalities and essential modules.
-
Updated
May 17, 2022 - JavaScript
React + WordPress REST API, a new endeavor to provide a better experience to content creators, web masters and digital marketers, etc
-
Updated
Feb 10, 2022 - JavaScript
Everest is Webpack for Drupal themes without the harsh of having to know how Webpack works
-
Updated
May 31, 2017 - JavaScript
nicklewisatx
opened
Nov 17, 2018
good first issue
Good for newcomers
Example code for React+Drupal tutorials
-
Updated
Dec 11, 2019 - JavaScript
A fast demo and starting point for Apigee Developer Portals for Drupal
-
Updated
Mar 29, 2022 - JavaScript
The Yeoman Generator for Drupal and Grunt Drupal Tasks.
-
Updated
Aug 1, 2018 - JavaScript
With this awesome React component, you can render complete Drupal Webforms in React. With validation, easy custom styling and a modern, clean interface.
-
Updated
Apr 9, 2022 - JavaScript
A Nuxt.js module to easily connect Drupal via custom elements.
-
Updated
May 20, 2022 - JavaScript
-
Updated
Jul 28, 2018 - JavaScript
This extension adds rich language support for the Drupal 8.9.x Hooks API to VS Code.
-
Updated
Apr 6, 2022 - JavaScript
OVH Gulp tasks for Drupal themes and modules
-
Updated
Jan 15, 2021 - JavaScript
Drupal 8, ES2015 (w/ Babel) and React.js
-
Updated
Aug 1, 2016 - JavaScript
Getting Started with React in Drupal 8 (example code)
-
Updated
Nov 4, 2019 - JavaScript
Accédez aux informations importantes du markup en 1 clic ou moins pour développer plus rapidement.
-
Updated
Jul 15, 2018 - JavaScript
Drupal8 Environment installer based on Lando, build with electron-vue
-
Updated
Jun 30, 2018 - JavaScript
An example of a gulp task to generate the critical CSS for Drupal's module "Critical CSS"
-
Updated
Nov 10, 2017 - JavaScript
Open
Add https
kporras07
commented
Jun 20, 2019
Ideally: Let's Encrypt
At least: locally signed
diff --git a/.ahoy.yml b/.ahoy.yml
index 3f1ceea..2e2dd73 100644
--- a/.ahoy.yml
+++ b/.ahoy.yml
@@ -59,6 +59,16 @@ commands:
docker-compose up -d
usage: Destroy and recreate the containers
+
+ prepare-certificates:
+ cmd: |
+ mkdir certs
+ cd certs
+ openssl req -x509 -nodes -days 365 -newkey rs
A Drupal Theme and Component generator.
-
Updated
May 23, 2022 - JavaScript
Improve this page
Add a description, image, and links to the drupal topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the drupal topic, visit your repo's landing page and select "manage topics."
Feature request
Place the
access_loganderror_logdirectives inside the main server block instead of http block.Feature description
Disable
access_logat http block:File: /etc/nginx/nginx.conf
Enable per site
access_loganderror_logat main server block:File: /etc/nginx/