Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pgrimaud/shopify-snippets
Useful .liquid snippets for Shopify themes
https://github.com/pgrimaud/shopify-snippets
Last synced: about 8 hours ago
JSON representation
Useful .liquid snippets for Shopify themes
- Host: GitHub
- URL: https://github.com/pgrimaud/shopify-snippets
- Owner: pgrimaud
- License: mit
- Created: 2021-01-18T10:41:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-18T17:32:24.000Z (almost 4 years ago)
- Last Synced: 2024-10-30T10:41:34.642Z (11 days ago)
- Language: Liquid
- Size: 11.7 KB
- Stars: 28
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# About Shopify Snippets
Useful .liquid snippets for Shopify themes
## Why this repository?
I developed several Shopify websites from scratch, without all-made themes.
Last websites I worked on :
- [https://paulandjoe.com/](https://paulandjoe.com/) for [Tribord Digital](https://triborddigital.com/)
- [https://anashaf.com/](https://anashaf.com/) for [Tribord Digital](https://triborddigital.com/)
- [https://hubside.store/](https://hubside.store/) for [Big Youth](https://www.bigyouth.fr/)
- [https://www.statement.paris/](https://www.statement.paris/) for [Big Youth](https://www.bigyouth.fr/)
- [https://www.caravane.fr/](https://www.caravane.fr/) for [Big Youth](https://www.bigyouth.fr/)As a back-end developer, I needed to created "ready to use" parts of code which can be reusable. That's the content of this repository.
## Snippets
| File | Description |
| ------------- | ------------- |
| **[metadata-og.liquid](https://github.com/pgrimaud/shopify-snippets/blob/main/metadata-og.liquid)** | Generate MetaData OG for your template |
| **[metadata-twitter.liquid](https://github.com/pgrimaud/shopify-snippets/blob/main/metadata-twitter.liquid)** | Generate MetaData Twitter for your template |
| **[random-number.liquid](https://github.com/pgrimaud/shopify-snippets/blob/main/random-number.liquid)** | Get a random number |
| **[random-product.liquid](https://github.com/pgrimaud/shopify-snippets/blob/main/random-product.liquid)** | Get a random product from shop or specific collection |
| **[json-ld-search.liquid](https://github.com/pgrimaud/shopify-snippets/blob/main/json-ld-search.liquid)** | Generate JSON-LD [sitelinks search box](https://developers.google.com/search/docs/data-types/sitelinks-searchbox) |
| **[json-ld-organization.liquid](https://github.com/pgrimaud/shopify-snippets/blob/main/json-ld-organization.liquid)** | Generate JSON-LD [organization](https://schema.org/Organization) |
| **[json-ld-product.liquid](https://github.com/pgrimaud/shopify-snippets/blob/main/json-ld-product.liquid)** | Generate JSON-LD [product](https://developers.google.com/search/docs/data-types/product) |# Feedback
You found a bug? You need a new feature? You can [create an issue](https://github.com/pgrimaud/shopify-snippets/issues) if needed or contact me on [Twitter](https://twitter.com/pgrimaud_).
# Copyright
This project is not affiliated with or endorsed by Shopify.
[FeedArmy](https://feedarmy.com/) for JSON-LD product.
Logo created with [Shopify Hatchful](https://hatchful.shopify.com/).
# License
Licensed under the terms of the MIT License.