The source of this website is available on GitHub. To suggest a change please open a new issue or create a pull request.
Technology
This is a static website assambled by Jekyll from a set of Markdown files, HTML templates and some basic styles.
The website is deployed and hosted by Netlify.
Local Development
Requires Ruby 2.1.0 or higher which is available on MacOS by default.
-
Clone the project repository:
$ git clone https://github.com/kasparsd/wp-for-publishers.git -
Install Bundler:
$ gem install bundler -
Setup and configure Jekyll:
$ bundle install -
Start a local server with live reload:
$ bundle exec jekyll serve
Now the development website should be available at http://127.0.0.1:4000
Why not WordPress?
Storing the content of this website on a public GitHub repository encourages contributions from the wider community which is one of the project goals.