Skip to content

Seed git repo for pandoc based projects. Just clone and pandoc.

Notifications You must be signed in to change notification settings

rlugojr/pandoc-seed-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pandoc-seed-project

Seed git repo for pandoc based projects. Just clone and pandoc.

Inspired by projects like ultimate-seed and angular-seed. This seed aims to include necessary tools/scripts to automate pandoc compilation.

With this seed, you should be able to:

  1. Write documents in whatever input format pandoc supports.
  2. Use gulp.js to automatically compile documents.

Repeat as necessary.

Prerequisites

Included

gulpfile.js

The rules for how to compile pandoc documents are configured from within the gulpfile.js file.

Generally, gulp will take **/*.md files (configurable) from src_docs folder, compile via pandoc, and then place the resulting files into dest_docs folder in the same directory structure as it was placed in src_docs.

Note

I'm currently using this setup for my personal pandoc project; mainly for my markdown documents. It can be set up generally as pandoc allows.

The gulpfile.js file I provided is set up for additional support of MathJax from mathjax-lazyload. It's supported for HTML generated pages with a lot of math (LaTeX) elements.

In the future, I'll provide variations of gulpfile.js.

This project replaces/deprecates grunt-pandoc; a workflow I used to use.

About

Seed git repo for pandoc based projects. Just clone and pandoc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 84.3%
  • JavaScript 15.7%