Implement Jekyll

This commit is contained in:
Matthew Grove
2019-01-24 11:48:21 +00:00
parent 7e610311d8
commit 35e4717740
68 changed files with 4980 additions and 878 deletions

View File

@@ -1,6 +1,3 @@
// set page title
window.page_title = "Luhn Algorithm | Matthew Grove";
document.addEventListener("keyup", function(event) {
// stop any code that may normally run when enter key pressed
event.preventDefault();