Navigation Menu

Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

scholarslab/labnotes

Repository files navigation

Deployment

Install dependencies

$ cd path/to/plugin
$ npm install

Deploy

You will need a magic file .configs.json for this to work. The file needs to look like this:

{
     "prod": {
         "host": "user@server",
         "dest": "path/to/wp-content/themes/labnotes"
     }
}

After this file exists, you can deploy the theme with the following comand:

$ grunt deploy

About

The WordPress theme for scholarslab.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published