Skip to content

Instantly share code, notes, and snippets.

View romepeng's full-sized avatar

romepeng romepeng

View GitHub Profile
@romepeng
romepeng / 0_reuse_code.js
Created August 10, 2017 06:01
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@romepeng
romepeng / how-to-use-pelican.md
Created July 28, 2017 14:45 — forked from JosefJezek/how-to-use-pelican.md
How to use Pelican on GitHub Pages
  • Update HISTORY.rst
  • Commit the changes:
git add HISTORY.rst
git commit -m "Changelog for upcoming release 0.1.1."
  • Update version number (can also be minor or major)
bumpversion patch