grgr.me

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

commit 16f626b74e39620fd07d187498ba90152300072c
parent 825eb1dd5bb257c2c5843bb728284c18e0377526
Author: corndog <cauchyn@firemail.cc>
Date:   Wed, 27 Sep 2017 16:19:46 -0700

Add tridactyl link

Diffstat:
Caddyfile | 1+
out/ksa/index.html | 6+++---
out/tri/index.html | 28++++++++++++++++++++++++++++
3 files changed, 32 insertions(+), 3 deletions(-)

diff --git a/Caddyfile b/Caddyfile @@ -6,6 +6,7 @@ grgr.me { /fizzbuzz/ https://gitlab.com/corndog/fizzbuzz/tree/master /galois/ https://gitlab.com/corndog/galois/tree/master /ksa/ https://github.com/Koushien/keyboard-shortcut-api + /tri/ https://github.com/cmcaine/tridactyl/tree/master } browse /sits/releases ext .html .txt diff --git a/out/ksa/index.html b/out/ksa/index.html @@ -3,15 +3,15 @@ <head> <meta charset="utf-8"> <meta content="width=device-width, initial-scale=1"> - <title>keyboard shortcut api | grgr.me</title> + <title>tridactyl | grgr.me</title> <link rel="stylesheet" type="text/css" href="../static/style.css"> </head> <body> - <p>title: keyboard shortcut api + <p>title: tridactyl tags: project</p> -<h2>description: A WebExtension API that abstracts native Firefox keyboard shortcuts. 303 to GitHub</h2> +<h2>description: Vimperator successor for Firefox 57+. 303 to GitHub</h2> <hr> diff --git a/out/tri/index.html b/out/tri/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: WebExtension API abstracting 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>