Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sib-swiss/sparql_course
Recon4IMD SPARQL introduction course
https://github.com/sib-swiss/sparql_course
rdf sparql
Last synced: about 2 months ago
JSON representation
Recon4IMD SPARQL introduction course
- Host: GitHub
- URL: https://github.com/sib-swiss/sparql_course
- Owner: sib-swiss
- License: other
- Created: 2024-05-07T07:54:01.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-27T16:43:54.000Z (8 months ago)
- Last Synced: 2024-05-29T02:48:24.423Z (8 months ago)
- Topics: rdf, sparql
- Homepage:
- Size: 3.12 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Course website template
This website is generated with [MkDocs](https://www.mkdocs.org/), with the theme [Material](https://squidfunk.github.io/mkdocs-material/).
To host it locally, install MkDocs:
```bash
pip install mkdocs
```and Material:
```bash
pip install mkdocs-material
```Fork this repository and clone it to your local computer. Then, make the repository your current directory and type:
```bash
mkdocs serve
```To host it locally.
Check it out with your browser at [http://localhost:8000/](http://localhost:8000/).
For an automatically generated github page, you can run:
```sh
mkdocs gh-deploy
```This will generate a webpage at:
https://yourname.github.io/reponame