Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stillat/the-hook-template-for-statamic-3
An example Statamic 3 project that implements multiple layouts, infinite scrolling, and more.
https://github.com/stillat/the-hook-template-for-statamic-3
Last synced: 9 days ago
JSON representation
An example Statamic 3 project that implements multiple layouts, infinite scrolling, and more.
- Host: GitHub
- URL: https://github.com/stillat/the-hook-template-for-statamic-3
- Owner: Stillat
- License: mit
- Created: 2023-04-02T20:29:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T20:42:26.000Z (almost 2 years ago)
- Last Synced: 2023-08-14T06:55:52.475Z (over 1 year ago)
- Language: PHP
- Size: 31.5 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: license.md
Awesome Lists containing this project
README
The Hook is a Statamic project that contains:
* Example of custom infinite-scrolling behavior
* Examples of creating highly-configurable templates
* Examples of how to create a multi-layout template using Antlers
* Lots more!## Sample Content and Images
- Social media icons are from Feather: https://feathericons.com/
- Sample images are from https://unsplash.com/
- Sample headlines and excerpts were generated using ChatGPT 3.5## Installation
To install Statamic and its dependencies, you may issue the following command from the root of your project:
```bash
composer install
```Once you have cloned the project, you will need to install and build the front-end assets:
```bash
npm install && npm run dev
```## License
"The Hook" is free software released under the MIT License. Feel free to use it as a starting point for a project, or take things from it.
Redistribution as a Starter Kit is prohibited.
## Statamic Links
- [Statamic Main Site](https://statamic.com)
- [Statamic 3 Documentation][docs]
- [Statamic Discord][discord][docs]: https://statamic.dev/
[discord]: https://statamic.com/discord
[contribution]: https://github.com/statamic/cms/blob/master/CONTRIBUTING.md