Skip to content

DevWorxCo/public-website

Repository files navigation

Public Website - https://www.devworx.co.uk

This project contains the source code for the https://www.devworx.co.uk site. It is implemented as a Jekyll project which once built can be uploaded to a web host (e.g such as Amazon S3 / Cloudfront).

Building the project locally

  • Install Jekyll on your workstation.

  • In this directory, execute the command:

bundle exec jekyll serve

You should now be able to browse the site at http://localhost:4000. Once you are happy with the results, you can build the project with:

bundle exec jekyll build

This will generate the site content to the _site sub directory. This can be uploaded to your host of choice.

Releases

No releases published

Packages

No packages published