Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 852 Bytes

File metadata and controls

14 lines (10 loc) · 852 Bytes
layout default
title How to update the website

The website https://www.openpiv.net is actually the https://openpiv.github.io. The website is built thanks to Jekyll, GitHub Pages, and Bootstrap.

  1. In order to add a new page, add a file newpage.md to the repository by forking, adding, and sending a pull request.
  2. In order to report an issue, send us a comment to openpiv-users@googlegroups.com or open an issue on GitHub.
  3. To add a new post, simply add a file named year-month-day-title-of-the-post.md to the folder _posts. Again, this is possible after obtaining the developer permissions to the original repository https://github.com/openpiv/openpiv.github.com or forking and sending a patch or a pull request. It takes precisely 30 seconds.