https://github.com/samdney/blogaspdf
Here you can find my blog posts from https://blog.carolin-zoebelein.de as pdf files.
https://github.com/samdney/blogaspdf
Last synced: 3 months ago
JSON representation
Here you can find my blog posts from https://blog.carolin-zoebelein.de as pdf files.
- Host: GitHub
- URL: https://github.com/samdney/blogaspdf
- Owner: Samdney
- Created: 2018-07-19T18:29:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T17:21:28.000Z (over 5 years ago)
- Last Synced: 2024-05-02T05:04:42.502Z (about 2 years ago)
- Homepage:
- Size: 317 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blogAsPdf
**Attention:** This repository isn't up-to-date. If you also want to read the newer posts, please visit the mentioned blog itself.
In this repository you can find my blog posts from
[https://blog.carolin-zoebelein.de](https://blog.carolin-zoebelein.de) as pdf files.
Currently, this pdf's are still generated very messy with
```
pandoc inputfile.md --pdf-engine=xelatex -o outputfile.pdf
```
I promise, I will work on this and make it better :).