Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/msankhala/drupal-common-snippets
- Owner: msankhala
- Created: 2022-12-10T03:43:27.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-21T19:47:06.000Z (about 2 years ago)
- Last Synced: 2024-04-29T21:21:59.649Z (8 months ago)
- Topics: drupal, hugo, snippets
- Language: HTML
- Homepage: https://msankhala.github.io/drupal-common-snippets/
- Size: 373 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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