Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dzimchuk/dzimchuk.net
- Owner: dzimchuk
- Created: 2019-09-07T09:34:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T17:05:16.000Z (about 2 years ago)
- Last Synced: 2023-05-16T06:05:13.937Z (over 1 year ago)
- Topics: blog, metalsmith, static-site
- Language: JavaScript
- Homepage: https://dzimchuk.net
- Size: 7.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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