pymdpages: a minimalistic python-markdown static academic pages generator
Project description
pymdpages: a minimalistic python-markdown static page generator for academic articles
Installation
pip install pymdpages
Usage
pymdpages
requires that you have, within your working directory:
css/main.css
andcss/highlight.css
for main sheetstyling and Pygments syntax highlighting;js/mathjax-config.js
to configure MathJax 3 to work;bib/
containing bibliography references;template/head.html
andtemplate/tail.html
as HTML templates to be used before and after the Markdown text.
This repository comes with example files. See the help information for how to pass these to
pymdpages
:
pymdpages --help
Once you have these set up, simply do:
pymdpages markdown_file_1.md markdown_file_2.md ...
pymdpages
will emulate the same file structure as the .md
files you pass it, e.g. a/b/c/d.md
will create out/a/b/c/d.html
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pymdpages-0.0.1.post1.tar.gz
(13.5 kB
view details)
File details
Details for the file pymdpages-0.0.1.post1.tar.gz
.
File metadata
- Download URL: pymdpages-0.0.1.post1.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71ec35c0a56675e463a1308efa9a78746256ec1a2498d2234d43f3a238ac117f |
|
MD5 | 0af4d13b1a1e26c09dad14810f4dc893 |
|
BLAKE2b-256 | f9124a7caef7c23e04edc5c7f4cb5c9e8c33a867d270a40ddadb459462f14acb |