Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/msankhala/drupal-common-snippets

A collection of Drupal snippets
https://github.com/msankhala/drupal-common-snippets

drupal hugo snippets

Last synced: about 2 months ago
JSON representation

A collection of Drupal snippets

Awesome Lists containing this project

README

        

# Drupal Common Snippets

This is a collection of snippets for the [Drupal](https://www.drupal.org/) CMS.
Please consider contributing to this project by adding your own snippets.

## Contributing

Contributions are welcome! Please follow these steps:

1. Make sure you have the hugo binary installed. You can download it from [here](https://gohugo.io/installation/).
1. Fork the project
1. Create a new branch for your snippet
1. Add your drupal code snippet to the `content/drupal-modules/`. Follow [quick start guide](https://gohugo.io/getting-started/quick-start/#add-content)
1. Run `hugo server` to preview your changes.
1. Commit your changes and push them to your fork.
1. Create a pull request