GithubHelp home page GithubHelp logo

rlugojr / pandoc-seed-project Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gamestu/pandoc-seed-project

0.0 2.0 0.0 76 KB

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

JavaScript 15.74% CSS 84.26%

pandoc-seed-project's Introduction

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.

pandoc-seed-project's People

Contributors

dashed avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.