badgen.net/libs/serve-index.js

15 wiersze
457 B
JavaScript
Czysty Zwykły widok Historia

2018-06-29 16:52:17 +00:00
const serveMarked = require('serve-marked')
2018-07-16 04:17:56 +00:00
module.exports = serveMarked('libs/index.md', {
2018-06-29 16:52:17 +00:00
title: 'Badgen - Fast badge generating service',
preset: 'merri',
inlineCSS: `
2018-07-15 13:42:32 +00:00
body { max-width: 860px }
2018-07-10 08:37:34 +00:00
table { border-spacing: 0 }
2018-07-15 13:42:32 +00:00
td { padding: 0 1em 0 0; font-size: 12px; white-space: nowrap; height: 26px }
2018-07-15 12:35:40 +00:00
td img { height: 20px; position: relative; top: 2px }
2018-07-15 13:42:32 +00:00
td a { font: 12px/14px monospace }
2018-06-29 16:52:17 +00:00
`,
2018-07-12 05:01:45 +00:00
trackingGA: 'UA-4646421-14'
2018-06-29 16:52:17 +00:00
})