I hereby claim:
- I am mattlenz on github.
- I am mattlenz (https://keybase.io/mattlenz) on keybase.
- I have a public key whose fingerprint is 9EF0 4F00 EB97 ADD5 17DE 5438 6831 9977 432F 6D2A
To claim this, I am signing this object:
BEGIN MESSAGE. | |
6FiKhhFNeKRvw1P x8i7IL4tcmuRjeM mBseAf0mUxPFF9i JJr72P6HOhUBL90 | |
1Tak3EmOp0olnLs Dpr87SZ7DNHTCKq 6Xr2MZHgg6NpHVS jIFveR4X8MZXRKE | |
zGj7h3GfCSjioL9 xN6BCx8KOTp00T6 Qdy3ulcc7fQGRqM NZucveZR7vDUCt5 | |
4Ibo9wWggjx6Fax ahQ3NR0CGfXOvcs Fknzh0Qz5Z. | |
END MESSAGE. |
KIRBY_URL=http://localhost:8888 | |
KIRBY_USERNAME= | |
KIRBY_PASSWORD= |
const md = require('markdown-it')({ | |
html: true, | |
linkify: true, | |
typographer: true, | |
breaks: true, | |
}) | |
.use(require('markdown-it-deflist')) | |
.use(require('markdown-it-footnote')) | |
function kirbytext(text, page) { |
# mouse | |
set -g mouse on | |
# vi mode | |
set-window-option -g mode-keys vi | |
# remap C-b to C-a | |
unbind C-b | |
set -g prefix C-a | |
bind C-a send-prefix |
I hereby claim:
To claim this, I am signing this object:
var Hapi = require('hapi'); | |
var server = module.exports = Hapi.createServer('localhost', 8000); | |
var credentials = { | |
ptv: { | |
devid: 'YOUR_PTV_DEVID', | |
key: 'YOUR_PTV_KEY' | |
} | |
} |
.ellipsis { | |
white-space: nowrap; | |
overflow: hidden; | |
text-overflow: ellipsis; | |
} |
bower install prefix-free#gh-pages |
python -m SimpleHTTPServer |