https://github.com/adriantoine/bloql-examples
Examples to demonstrate bloql blog engline
https://github.com/adriantoine/bloql-examples
Last synced: 6 months ago
JSON representation
Examples to demonstrate bloql blog engline
- Host: GitHub
- URL: https://github.com/adriantoine/bloql-examples
- Owner: adriantoine
- Created: 2015-10-05T09:28:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-12T11:38:52.000Z (almost 10 years ago)
- Last Synced: 2025-02-05T23:01:05.335Z (8 months ago)
- Language: JavaScript
- Size: 168 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bloql examples
This is a list of examples using the [bloql](https://github.com/adriantoine/bloql) blog engine.
## Basic examples
- [Basic](https://github.com/adriantoine/bloql-examples/tree/master/basic), this is the minimal bloql installation
- [Dynamic Slug](https://github.com/adriantoine/bloql-examples/tree/master/dynamicSlug), shows how you can easily update a post dynamically by calling bloql functions
- [Filters](https://github.com/adriantoine/bloql-examples/tree/master/filters), shows dynamic filters on post lists## Real world examples
- [adriantoine.com](https://github.com/adriantoine/adriantoine.com), my personal website, using bloql!