Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dzimchuk/dzimchuk.net

Andrei Dzimchuk's blog
https://github.com/dzimchuk/dzimchuk.net

blog metalsmith static-site

Last synced: about 2 months ago
JSON representation

Andrei Dzimchuk's blog

Awesome Lists containing this project

README

        

# dzimchuk.net
This is my [blog](https://dzimchuk.net) where I share my experience and knowledge in software development. It gets built with [Metalsmith](https://github.com/segmentio/metalsmith) and [gulp](https://github.com/gulpjs/gulp).

## Commands

1. `npm run dev` - Run a development build
1. `npm run debug` - Run a development build in debug mode
1. `npm run production` - Run a production build
1. `npm run start` - Run a development build, start the development server and watchers
1. `npm run watch` - Start the gulp watchers
1. `npm run serve` - Start the development server