Skip to content

Create report from Hugo-formatted markdown (from jupyter .ipynb).

Notifications You must be signed in to change notification settings

IMTorgDemo/Hugo_Out-Report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Run with pandoc-eisvogel using the following:

pandoc blog_test-hugo_blog.md  -o post.pdf --from markdown --template eisvogel --listings

Changes to post.md to make it work

  • remove {{< output> }} and {{</output>}}, as it is unnecessary
  • remove latex code blocks, as they are not interpretable
  • metadata must change from: +++ title = "title"

instead to:

title: "title"

Changes to styling

  • create appropriate header / title page
  • fix tabular output, probably with .css
  • allow for removal of code, when desired
  • fix image for correct output directory

About

Create report from Hugo-formatted markdown (from jupyter .ipynb).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published