Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created October 19, 2017 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christiannwamba/c8ad0da298767e655becded9e6667a02 to your computer and use it in GitHub Desktop.
Save christiannwamba/c8ad0da298767e655becded9e6667a02 to your computer and use it in GitHub Desktop.
var metalsmith = require('metalsmith');
var permalinks = require('metalsmith-permalinks');
var assets = require('metalsmith-assets');
var collections = require('metalsmith-collections');
var markdown = require('metalsmith-markdown');
var templates = require('metalsmith-templates');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment