fauno / jekyll-pandoc-multiple-formats

Use pandoc on jekyll to generate posts in multiple formats. Development has moved to https://0xacab.org/edsl/jekyll-pandoc-multiple-formats
https://endefensadelsl.org
Other
88 stars 28 forks source link

extend posts to include all formats #31

Open fauno opened 6 years ago

fauno commented 6 years ago

so the formats menu isn't so hacky and we could do something like:

post.formats.each do alt
    alt.url
end

(in liquid markup which i don't seem to remember right now)