All Projects → diversen → pandoc-bootstrap-adaptive-template

diversen / pandoc-bootstrap-adaptive-template

Licence: Apache-2.0 license
A adaptive bootstrap template with a sticky menu

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to pandoc-bootstrap-adaptive-template

Pandoc Latex Template
A pandoc LaTeX template to convert markdown files to PDF or LaTeX.
Stars: ✭ 3,750 (+16945.45%)
Mutual labels:  pandoc, pandoc-template
dotpandoc
Pandoc Data directory, including customised filters and templates for producing multiple outputs for academic content.
Stars: ✭ 44 (+100%)
Mutual labels:  pandoc, pandoc-template
PanBook
Pandoc LaTeX,Epub模板,用于生成书籍,幻灯片(beamer),简历,论文等(cv, thesis, ebook,beamer)
Stars: ✭ 190 (+763.64%)
Mutual labels:  pandoc, pandoc-template
TechnicalMarkdown
Easy and full-automated markdown setup for technical documents.
Stars: ✭ 82 (+272.73%)
Mutual labels:  pandoc, pandoc-template
bookends-tools
Alfred Workflow to Integrate with Bookends, an academic reference manager/bibliography tool for macOS
Stars: ✭ 78 (+254.55%)
Mutual labels:  pandoc
redmine convert textile to markown
Redmine rake task to convert content from textile to markdown
Stars: ✭ 45 (+104.55%)
Mutual labels:  pandoc
tufte-pandoc-jekyll
A Jekyll theme for using Tufte CSS with Jekyll + Pandoc
Stars: ✭ 56 (+154.55%)
Mutual labels:  pandoc
docker-alpine-pandoc-ja
Pandoc for Japanese based on Alpine Linux
Stars: ✭ 14 (-36.36%)
Mutual labels:  pandoc
pandoc-include
Pandoc filter to allow file and header includes
Stars: ✭ 35 (+59.09%)
Mutual labels:  pandoc
pandoc-latex-environment
Pandoc filter for adding LaTeX environement on specific div
Stars: ✭ 27 (+22.73%)
Mutual labels:  pandoc
uiucthemes
RMarkdown Templates for UIUC Theme-Oriented Documents
Stars: ✭ 45 (+104.55%)
Mutual labels:  pandoc
pandoc-placetable
Pandoc filter to include CSV data (from file or URL)
Stars: ✭ 35 (+59.09%)
Mutual labels:  pandoc
gedit-plugin-markdown preview
A gedit plugin previewing markdown (.md) documents
Stars: ✭ 79 (+259.09%)
Mutual labels:  pandoc
Markdown-Templates
Templates for creating scientific, academic and technical documents using Markdown and Pandoc that support equations, code blocks, citations, Unicode symbols and vector graphics.
Stars: ✭ 130 (+490.91%)
Mutual labels:  pandoc
pandoc-templates
An opinionated set of Pandoc templates and scripts for converting markdown to DOCX manuscripts that adhere to William Shunn's Proper Manuscript Format guidelines using Pandoc.
Stars: ✭ 30 (+36.36%)
Mutual labels:  pandoc
citeproc-rs
CSL processor in Rust.
Stars: ✭ 56 (+154.55%)
Mutual labels:  pandoc
Palabra
tools for leaving microsoft word behind.
Stars: ✭ 19 (-13.64%)
Mutual labels:  pandoc
umdoc
A Markdown to LaTeX to PDF converter
Stars: ✭ 15 (-31.82%)
Mutual labels:  pandoc
paru
Control pandoc with Ruby and write pandoc filters in Ruby
Stars: ✭ 30 (+36.36%)
Mutual labels:  pandoc
casile
The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry.
Stars: ✭ 36 (+63.64%)
Mutual labels:  pandoc

pandoc bootstrap adaptive template

Inspired from:

https://github.com/tonyblundell/pandoc-bootstrap-template

Includes a sticky adaptive menu and some other nice things:

Install:

git clone https://github.com/diversen/pandoc-bootstrap-adaptive-template

cd pandoc-bootstrap-adaptive-template

Example (fetch latest pandoc README and transform to HTML)

pandoc https://raw.githubusercontent.com/jgm/pandoc/master/MANUAL.txt -o index.html -f markdown --template standalone.html --css template.css --toc --toc-depth=2

Start a server in current directory, e.g.:

php -S localhost:8080

Point a browser to http://localhost:8080

Or checout the gh-page for this repository, which is the pandoc documentation with this template:

http://diversen.github.io/pandoc-bootstrap-adaptive-template/

Variables

google analytics:

 --variable=analytics:XXX-ANALYTICS-CODE 
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].