UNPKG

532 BJavaScriptView Raw
1//> This is the litterate configuration file for litterate itself.
2module.exports = {
3 name: 'Litterate',
4 description: '`litterate` is a tool to generate beautiful literate programming-style description of your code from comment annotations. Read more at [the GitHub repo](https://github.com/thesephist/litterate).',
5 //> We use GitHub Pages to host this generated site, which lives under a /litterate subdirectory
6 baseURL: '/litterate',
7 files: [
8 './src/**/*.js',
9 './litterate.config.js',
10 ],
11}