The Ritter Jekyll Experience
- Validate post urls
- Validate post contents
- Install the package with
npm install ritter-jekyll
, supplying--save
or--save-dev
flags as necessary. - If no
package.json
exists, create one withnpm init
. - Then, wire
ritter-jekyll
up inpackage.json
. For example:
"scripts": {
"ritter-jekyll": "ritter-jekyll"
}
- Now, run with
npm run ritter-jekyll
.
You may want to include this in build and deployment scripts, as necessary.
Ritter Insurance Marketing https://www.ritterim.com
We may accept contributions. However, this package primarily serves the usage strategies of Ritter Insurance Marketing. Please keep that in mind with any potential contributions.