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

12
_site/remove.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<script src="/js/cookies.js"></script>
<script>
Cookies.remove("demo.matthew-grove.ml-cookies-accepted");
</script>
</head>
<body>
My cookie has been removed.
</body>
</html>