Skip to content

covid19-tl/covid19-tl

 
 

Repository files navigation

Timor-Leste covid-19 Dashboard

Netlify Status

Dev setup

This site is managed by Hugo. To setup your dev environment:

  • Install hugo, see https://gohugo.io/getting-started/installing
  • Clone this repository: git clone https://github.com/covid19-tl/covid19-tl
  • cd covid19-tl
  • Init submodules: git submodule update --init --recursive
  • Run the hugo development server: hugo server -D
  • You can now access this site at http://localhost:1313/
  • Try changing for example content/tdt/home/cases.md, it will update in your browser

Deployment

Deployment is managed by Netlify: https://app.netlify.com/sites/focused-haibt-731db7/overview Every time you git push a new commit to master, Netlify will deploy automatically by:

Architecture

This site uses a fork of the Hugo Academic theme.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 82.2%
  • Shell 17.8%