Skip to content

phenocopter/phenocopter-website

Repository files navigation

Netlify Status

PhenoCopter

This is the public reposotroy for PhenoCopter website, a static website generated by Academic.

PhenoCopter is the cloud based platform to process images captured by UAV. This repository is for the website and documentations of PhenoCopter. See live version from here.

Contribution

This documentation is wrote by markdown using Hugo academic theme using blogdown package with R and RStudio.

If you find any errors in the website or have any suggestions, please submit an issue or pull request.

For minor changes like typos, you can click Edit this page, located at the bottom of the right sidebar on most documentation pages. This will take you to an online editor where you can modify the page and submit a pull request for your change to be reviewed.

For larger edits or new pages, you will want to setup a local environments.

  • Clone the repo to local with git in command line or sourcetree.
  • Install R, RStudio and package blogdown.
  • Open phenocopter.Rproj to edit files. Following the instruction to write markdown file.
  • Use serve_site function in blogdown to view changes in real time.