🏡 index : github.com/captn3m0/jekyll-sqlite.git

author Nemo <commits@captnemo.in> 2024-07-31 11:30:32.0 +05:30:00
committer Nemo <commits@captnemo.in> 2024-07-31 11:30:32.0 +05:30:00
commit
6c31ab2236323cb0e19ed38513661aee7ece9f22 [patch]
tree
4324c07c02fdb6ebd770b40046701ab50d656242
parent
efdd62c267f5560e9b0fed382508c3f03c5fa931
download
6c31ab2236323cb0e19ed38513661aee7ece9f22.tar.gz

Add note about demo website



Diff

 README.md | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index b3c32e3..fb6c689 100644
--- a/README.md
+++ a/README.md
@@ -22,13 +22,14 @@
  - jekyll_sqlite
```


:warning: If you are using Jekyll < 3.5.0 use the `gems` key instead of `plugins`.

## Usage

Update your `_config.yml` to define your data sources with your SQLite database. Please see
the `test` directory for a functional example with the [Northwind database](https://github.com/jpwhite3/northwind-SQLite3).
🏁 A fully-functional demo website that uses this plugin is available at
[northwind.captnemo.in](https://northwind.captnemo.in). The source code for
the demo is available at [captn3m0/northwind](https://github.com/captn3m0/northwind).

Update your `_config.yml` to define your data sources with your SQLite database.

```yml

...
sqlite:
@@ -138,6 +139,9 @@
## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/captn3m0/jekyll-sqlite. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/captn3m0/jekyll-sqlite/blob/main/CODE_OF_CONDUCT.md).

Note that only maintained versions of [Jekyll](https://endoflife.date/jekyll) and
[Ruby](https://endoflife.date/ruby) are supported.

## Code of Conduct