How this website works

Posted on Wed 29 June 2016 in Cloud • Tagged with markdown, Pelican, Docker, githubLeave a comment

After many years on Wordpress I decided to move my website to a static website.

I decided to adopt Pelican: a static website builder based on python and supporting reStructuredText, Markdown, or AsciiDoc.

Moreover I decided to use GitHub pages to host the website.

The pdf plugin comes from Cyrille ...

Continue reading

Overwriting Latex image positioning in pandoc generated pdf

Posted on Tue 14 April 2015 in Hacks • Tagged with Latex, markdownLeave a comment

Pandoc is a very powerful tool, I'm extensively using it for writing documentation, papers and so on.
You can generate pdf, html, docx and many other formats trough a compilation of markdown source file.

Often I use it to produce nice PDF documents, in this process your Markdown document ...

Continue reading