Files: a9ea3cf7a058424f932d26f0c09ebe24c1eab513 / tmpl / more / articles / design-challenge-sybil-attack.html.js
411 bytesRaw
1 | var md = require('../../../markdown') |
2 | var page = require('../../page.part') |
3 | module.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