Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (17 loc) · 1.39 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.39 KB

Master Branch Status: Netlify Status

Develop Branch Status: Netlify Status

Amphibian Disease Portal

New portal design built in Hugo and Javascript with GEOME backend. Commits to the master and develop branch are watched by netlify and deployed at the following URL addresses:

Master Branch URL: https://amphibiandiseaseportal.netlify.com/

Develop Branch URL: https://amphibiandisease-develop.netlify.com/

When this site goes live, we may or may not be using netlify to serve amphibiandisease.org. Stay tuned.

Developers

You can update content in 3 general areas:

  • To customize text content on pages goto the content folder and update the relevant markdown files. This section contains markdown
  • To customize and create javascript functions goto static/js/{file}.js This section contains javascript.
  • To customize the behavior of pages, update content in layouts/{section title}/single or list.html . This section contains mainly go syntax

Running locally

if you have hugo installed you should be able to just type the following at the root directory:

hugo server