This repository is used to generate the blog at blog.hypriot.com.
The blog is completely open source, so everyone is empowered and welcome to create PRs to improve it! It's as easy as the following steps:
- Install Hugo on your machine, thereby make sure you install exactly the same version as defined here.
- Clone this repo
- Change directory into the freshly cloned repo
- Start hugo locally as a server
hugo server --watch=true -D
- Open a browser at URL http://localhost:1313
- Make changes and see them immediately updated in the browser. Find our static pages in subfolder
content/
and the blogposts incontent/post/
- Create a PR and ask the Hypriot Team for review
For this blog we use the CC-BY-NC 4.0 license. Any derivatives of this work and any contributions are assumed to be licensed under the same license.