grgr.me

latest commits to https://grgr.me/
Log | Files | Refs

commit 6cbb228456c08c7199726d1da7d893961d1f3f17
parent 598ab1982217b21acad863db379c9ba5a953dcfc
Author: corndog <cauchyn@firemail.cc>
Date:   Thu, 24 Aug 2017 21:01:15 -0700

Add link to my keyboard shortcut API project

Diffstat:
Caddyfile | 1+
out/index.html | 4++++
out/ksa/index.html | 28++++++++++++++++++++++++++++
3 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/Caddyfile b/Caddyfile @@ -5,6 +5,7 @@ grgr.me { /pgp /pgp.txt /fizzbuzz/ https://gitlab.com/corndog/fizzbuzz/tree/master /galois/ https://gitlab.com/corndog/galois/tree/master + /ksa/ https://github.com/Koushien/keyboard-shortcut-api } browse /sits/releases ext .html .txt diff --git a/out/index.html b/out/index.html @@ -24,6 +24,10 @@ href="resume.pdf">CV</a>. Namely, Exercises I've written for a math study group. 303 to GitLab </li> + <li><a href="./ksa/">keyboard shortcut api</a><br> + A WebExtension API that abstracts native Firefox keyboard shortcuts. 303 to GitHub + </li> + <li><a href="./sits/">shimmers in the stars</a><br> A networked versus vertically scrolling shooter in progress. </li> diff --git a/out/ksa/index.html b/out/ksa/index.html @@ -0,0 +1,28 @@ +<!doctype html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta content="width=device-width, initial-scale=1"> + <title>keyboard shortcut api | grgr.me</title> + <link rel="stylesheet" type="text/css" href="../static/style.css"> +</head> +<body> + + <p>title: keyboard shortcut api +tags: project</p> + +<h2>description: A WebExtension API that abstracts native Firefox keyboard shortcuts. 303 to GitHub</h2> + + +<hr> + + <a href="../">root</a> + + +<p> +<a href="mailto:contact@grgr.me">contact@grgr.me</a><br> +<a href="https://keybase.io/violinist">keybase</a> &ndash; violinist<br> +<a href="../PGP">PGP</a> &ndash; 8F9A 850E 9435 4903 0CB7 30F4 C466 E02A 4B21 3DB8 +</p> +</body> +</html>