git ssb

2+

cel / scuttlebot.io



Tree: 33d5cc54a0288b1a29b3ba744db7e476157f3eac

Files: 33d5cc54a0288b1a29b3ba744db7e476157f3eac / tmpl / more / articles / design-challenge-sybil-attack.html.js

411 bytesRaw
1var md = require('../../../markdown')
2var page = require('../../page.part')
3module.exports = () => page({
4 title: 'Design Challenge: Sybil Attacks',
5 section: 'more',
6 tab: 'more-articles',
7 canonicalUrl: 'https://www.scuttlebutt.nz/stories/design-challenge-sybil-attacks.html',
8 path: '/more/articles/design-challenge-sybil-attack.html',
9 content: md.doc(__dirname+'/design-challenge-sybil-attack.md')
10})

Built with git-ssb-web