Skip to content

jack8daniels2/pixels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

pixels

Generate markdown to display photo albums using reveal.js

####Details The script scans a folder and creates an album for every subfolder with one or more jpg or tif file. It generates markdown for the albums to display using reveal.js.

Reveal.js can use the following html to read the markdown dynamically.

<div class="reveal">
    <div class="slides">
        <section data-markdown="albums.md"
                 data-separator="----"
                 data-vertical="---"
                 data-notes="^Note:"
                 data-charset="iso-8859-15">
        </section>
    </div>
</div>

About

Generate markdown to display photo albums for reveal.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages