/keepitsimple

Blog

Primary LanguageJavaScriptMIT LicenseMIT

Keepitsimple

Development usage

Start the containers:

$ make start

Note the first time you launch the containers, theme and node modules are installed. It can take a while. Use the following command to see the install progression:

$ make logs

Stop the containers:

$ make stop

Usage

For launching hexo commands, log into hexo container:

$ make exec

Create a new article:

$ hexo new draft "My Title"

Publish an article:

$ hexo publish "My Title"

Production deployment

The blog is deployed on Netlify by Github Actions when master branch is updated.