Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,20 @@ If you reuse any part of this work, please cite [the arXiv paper](http://arxiv.o
url={https://arxiv.org/abs/2410.06010},
}
```

## Forking for your own use database/endpoint/project

We *love* for you to use the same representation to document your database/endpoint/project SPARQL queries.
The best approach is to start a new project in github and then copy our .github/actions to your own new project (not a fork).

## Jekyl or mkdocs
If you like the static pages to be generated with Jekyll:
* copy the
* _includes
* _layouts
* _config.yml
* Do not copy as is
* _includes/matamo.html, this would include our tracking code into your site

If you like mkdocs (recommended) have a look at https://github.com/JervenBolleman/wikibase-sparql-examples/ instead.