Skip to content

Instantly share code, notes, and snippets.

View r1walz's full-sized avatar
:electron:
Building Something BIG

Rohit Ashiwal r1walz

:electron:
Building Something BIG
View GitHub Profile
@r1walz
r1walz / .gitconfig
Created August 12, 2020 10:22
General Script to send emails
[user]
name = Rohit Ashiwal
#email = [email protected]
email = [email protected]
[sendemail]
smtpencryption = tls
smtpserverport = 587
smtppass = **your password**
#smtpserver = smtp.gmail.com
#smtpuser = [email protected]
@r1walz
r1walz / config.json
Last active August 28, 2020 18:42
Github config for https://github.com/simonhaenisch/md-to-pdf version:2.6.4
{
"pdf_options": {
"format": "A4",
"margin": "10mm 20mm 0mm 20mm",
"printBackground": true
},
"stylesheet": ["https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/4.0.0/github-markdown.min.css"],
"body_class": ["markdown-body"],
"css": ".page-break{page-break-after:always}.markdown-body{font-size:12px}.markdown-body pre>code{white-space:pre-wrap}"
}