AKSW / jekyll-rdf

📃 A Jekyll plugin to include RDF data in your static site or build a complete site for your RDF graph
http://aksw.org/Projects/JekyllRDF
Other
57 stars 10 forks source link

Manual: Integrate with Jekyll does not work without template #49

Closed FTeichmann closed 7 years ago

FTeichmann commented 7 years ago

Trying to follow the Manual I get for step 3: Integrate with Jekyll

$ jekyll build
Configuration file: /home/franz/workspace/jekyll-rdf/my_page/_config.yml
               Source: /home/franz/workspace/jekyll-rdf/my_page
               Destination: /home/franz/workspace/jekyll-rdf/my_page/_site
               Incremental build: disabled. Enable with --incremental
      Generating... 
jekyll 3.1.0 | Error:  no implicit conversion of nil into String

Do I need a mandatory mapping template (default template) to run jekyll build?

Simaris commented 7 years ago

Currently, you need a default template to build a jekyll site, so jekyll can render really any given resource. I don't know, whether we will change this or not, but we should definitely build in a warning for such missing configurations.

An empty .html file as a default liquid template should be enough to circumvent this error.