lbry.tech/config.js
2019-02-15 11:50:56 -05:00

22 lines
519 B
JavaScript

"use strict";
// E X P O R T
module.exports = exports = {
ga: "UA-60403362-8",
github: {
branch: "master",
linkText: "Edit this page on GitHub",
repo: "lbryio/lbry.tech"
},
meta: {
color: "#222",
description: "LBRY is a free, open, and community-controlled digital goods marketplace. Learn about technical specifics, how to contribute, API specifications, and much more.",
name: "LBRY",
tagline: "We came from the future to help you save the Internet",
title: "LBRY"
}
};