Skip to content

Commit

Permalink
Add turtle representation of personal profile documents for issue #79
Browse files Browse the repository at this point in the history
  • Loading branch information
cdchapman committed Oct 24, 2019
1 parent 7954d4c commit cf175ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rules/company.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,10 @@
filter :vcard, kind: :individual
write "/static/company/#{@item.fetch(:slug)}.vcf"
end

compile '/static/people/*/index.erb', rep: :ttl do
filter :erb
layout '/default.*'
filter :rdf_distiller, input: :rdfa, output: :turtle
write ext: '.ttl'
end

0 comments on commit cf175ef

Please sign in to comment.