Files
30-seconds-of-code/config.js
Angelos Chalaris c0d36df01c [CHORE] Cleanup scripts, setup most of Travis
Also updated logos!
2019-08-21 10:12:42 +03:00

16 lines
503 B
JavaScript

module.exports = {
// Project metadata
name: `30 seconds of python`,
description: `A curated collection of useful Python snippets that you can understand in 30 seconds or less.`,
shortName: `30s`,
repositoryUrl: `https://github.com/30-seconds/30-seconds-of-python-code`,
// Path information
snippetPath: `snippets`,
snippetDataPath: `snippet_data`,
assetPath: `assets`,
pagePath: `src/docs/pages`,
staticPartsPath: `src/static-parts`,
// General information
language: `py`,
};