Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 765 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 765 Bytes

Plex Systems Engineering Blog

Build Status

Development

The blog is built with Hugo. You will need the Hugo CLI installed in order to build and run the blog on your local environment.

Installation instructions for your operating system can be found here.

  1. Clone the repository
  2. Run hugo serve -D in the root of the repository. This will start a local copy of the blog at http://localhost:1313.
  3. Make your changes! Hugo will recompile and refresh your local environment after each save.

Deployment

Changes merged into the develop branch will automatically deploy to the live environment.