-
if we use `jekyll build` on our testproject, jekyll throws the error message `jekyll 3.3.1 | Error: undefined method 'propagateTemplate' for nil:NilClass`
-
Trying to work with rdf Prefixes, I get many
> template: rdf_index.html file not found:
errors as the prefix file is expected to be in a folder named 'rdf-data':
```
$ ack rdf-data
rdf_page_…
-
if two statements of the form:
plh:TPerson foaf:name sim:Homer.
sim:Homer foaf:name plh:TPerson .
are included in your rdf source file, jekyll-rdf possibly crashes because the method foafName o…
-
given two URIs:
if also is in the graph, the two URIs above wont be rendered on their own, even if the configuration doesn't map a suitable template for .
jekyll-rdf should do that only if …
-
From https://github.com/DTP16/jekyll-rdf/issues/17:
> It is not possible to serve resources which are ending on a slash. E.g.
>
> ```
> @prefix rdf: .
> @prefix foaf: .
>
> rdf:type foaf…
-
DTP16/jekyll-rdf#41
If a URI contains a hash (`#`) this is usually not resolved by the server, but by the browser.
Consider following URIs:
```
http://example.org/page
http://example.org/page#someth…
-
Please see https://travis-ci.org/white-gecko/jekyll-rdf
-
There should be features that expose automatically the URIs hosted on the current sites. Features that check if a certain URI is hosted, list all hosted URIs and return to a given string all Similar U…
-
I get the following error when I do `rake generate `:
```
## Generating Site with Jekyll
remove .sass-cache/
remove source/stylesheets/screen.css
create source/stylesheets/screen.css…
-
Main page: mikel-egana-aranguren.github.io
Export from WordPress:
- Content: XML
- Images: Media
Process (XSLT??!!!) and translate to Jekyll + something like http://daktilo.github.io/
Add a …