git ssb

2+

cel / scuttlebot.io



Tree: 49437e227262ebc5c6640ddceaf3d47e04765d73

Files: 49437e227262ebc5c6640ddceaf3d47e04765d73 / tmpl / more / articles / design-challenge-avoid-centralization-and-singletons.html.js

389 bytesRaw
1var md = require('../../../markdown')
2var page = require('../../page.part')
3module.exports = () => page({
4 title: 'Design Challenge: Avoid Centralization and Singletons',
5 section: 'more',
6 tab: 'more-articles',
7 path: '/more/articles/design-challenge-avoid-centralization-and-singletons.html',
8 content: md.doc(__dirname+'/design-challenge-avoid-centralization-and-singletons.md')
9})

Built with git-ssb-web