An open API service indexing awesome lists of open source software.

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

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!