Skip to content

emmercm/www

Repository files navigation

Dependencies

This website is built with Node.js, with the specific version managed by nvm:

nvm install && nvm use

and its dependencies are managed by npm:

npm install

Building

This website is built with Node.js:

node index

The resulting build directory contains the output, similar to:

build
├── index.html
└── static
    ├── css
    │   └── styles.css
    ├── img
    └── js
        └── scripts.js

Deploying

This website is set up to be hosted with Netlify. They have a very detailed blog article on how to get started with Metalsmith.