lbry-desktop/web/src/category-metadata.js

67 lines
1.6 KiB
JavaScript
Raw Normal View History

2021-04-13 20:22:14 +02:00
const PAGES = require('../../ui/constants/pages');
2021-03-19 15:53:11 +01:00
// Uncomment as you add metadata
module.exports.CATEGORY_METADATA = {
2021-04-13 20:22:14 +02:00
[PAGES.BIG_HITS]: {
title: 'Big Hits',
description: 'Animation, pop culture, comedy, and all the other weird on Odysee',
image: '',
},
[PAGES.COMMUNITY]: {
title: 'The Universe',
description: 'Podcasts, life, learning, and everything else on Odysee',
image: '',
},
2021-03-19 15:53:11 +01:00
// [PAGES.ENLIGHTENMENT]: {
// title: '',
// description: '',
// image: '',
// },
2021-04-13 20:22:14 +02:00
[PAGES.FINANCE]: {
title: 'Finance 2.0',
description: 'Crypto, Money, Economics, Markets on Odysee ',
image: '',
},
[PAGES.GAMING]: {
title: 'Gaming',
description: 'Pew pew bzzz gaming on Odysee',
image: '',
},
2021-03-19 15:53:11 +01:00
// [PAGES.GENERAL]: {
// title: '',
// description: '',
// image: '',
// },
2021-04-13 20:22:14 +02:00
[PAGES.LAB]: {
title: 'Lab',
description: 'Science - the real kind, on Odysee',
image: '',
},
[PAGES.NEWS]: {
title: 'News & Politics',
description: `Stay up to date with all that's happening around the world on Odysee`,
image: '',
},
[PAGES.RABBIT_HOLE]: {
title: '',
description: '',
image: '',
},
2021-03-19 15:53:11 +01:00
// [PAGES.SCIENCE]: {
// title: '',
// description: '',
// image: '',
// },
2021-04-13 20:22:14 +02:00
[PAGES.TECHNOLOGY]: {
title: 'Tech',
description: 'Hardware, software, startups, photography on Odysee',
image: '',
},
[PAGES.WILD_WEST]: {
title: 'Wild West',
description: 'Boosted by user credits, this is what the community promotes on Odysee',
image: '',
},
};