Skip to content

Instantly share code, notes, and snippets.

View mcoster's full-sized avatar

Mark Coster mcoster

View GitHub Profile
@btopro
btopro / checklist.md
Created January 17, 2018 14:53
Workflow to building a free blog

AWS

  • Setup an Ubuntu 16 or Amazon AMI box on Free tier
  • Setup security policies to allow traffic on 22, 80 and 443
  • get pem key so that you can SSH into the server and make a successful connection

Domain

@mcoster
mcoster / bib2hugoac.py
Last active September 10, 2018 01:25
bib2hugoac - a python script that takes a .bib file and generates a directory full of .md files for use with the Hugo Academic theme
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
This script takes a BibTeX .bib file and outputs a series of .md files for use
in the Academic theme for Hugo, a general-purpose, static-site generating web
framework. Each file incorporates the data for a single publication.
Written for and tested using python 3.6.1