Skip to content

Instantly share code, notes, and snippets.

View blueelvis's full-sized avatar

Pranav blueelvis

View GitHub Profile
@kevinSuttle
kevinSuttle / ghost.conf
Last active July 17, 2016 18:53
Ghost + Nginx + letsencrypt + keybase.io + Digital Ocean + DNSimple
# /etc/nginx/sites-enabled/ghost
server {
root /usr/share/nginx/html;
index index.html index.htm;
listen 443 ssl;
server_name kevinsuttle.com www.kevinsuttle.com;
ssl_certificate /etc/letsencrypt/live/kevinsuttle.com/fullchain.pem;
@ih2502mk
ih2502mk / list.md
Last active July 30, 2024 17:30
Quantopian Lectures Saved