https://github.com/allejo/jekyll-pure-liquid-template
A template repository for my Pure Liquid Jekyll snippets
https://github.com/allejo/jekyll-pure-liquid-template
jekyll
Last synced: 3 months ago
JSON representation
A template repository for my Pure Liquid Jekyll snippets
- Host: GitHub
- URL: https://github.com/allejo/jekyll-pure-liquid-template
- Owner: allejo
- License: mit
- Created: 2023-06-20T06:15:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T06:34:49.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T03:05:06.979Z (5 months ago)
- Topics: jekyll
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Jekyll Pure Liquid `PROJECT_NAME`
[](/actions?query=workflow%3A%22Unit+Tests%22)
[](/releases/latest)
[](https://ko-fi.com/Q5Q4J7IX)
[](https://www.buymeacoffee.com/allejo)## Usage
Alright, so how do you use it?
1. Download the `liquid_snippet.html` file from [the latest release](/releases/latest) or [the master branch](_includes/liquid_snippet.html)
2. Toss that file in your `_includes` folder
3. Where you typically would put `{{ content }}` in your layout, you would instead use this Liquid tag to output your page's content:```liquid
{% include liquid_snippet.html arg1=site.whatever %}
```## Parameters
This snippet is highly customizable. Here are the available parameters to change the behavior of the snippet.
| Parameter | Type | Default | Description |
| -------------- | :----: | :-----: | ----------- |## Performance
The performance impact of this snippet on your site is pretty negligible. The stats below were gotten from Jekyll's `--profile` option.
```
Filename | Count | Bytes | Time
-------------------------------------------------+-------+----------+------```
## License
This snippet may be redistributed under the [MIT](LICENSE.md) license.