Netlify Status

Files of relevance

  • config.toml contains site-wide configuration
  • config.json contains parameters for the JavaScript code, which is primarily animation (e.g. scrolls and slides)
  • content/about/*.md contains content for each about page
  • data/*.yml contains content for each section of the home page
  • netlify.toml contains Netlify-specific configuration
  • static/images contains images (use JPEG for photos, and PNG for everything else)

Deployments

Automatic deployments

Deployments are automatically handled by Netlify on push to the repository.

Manual deployments

  1. Install hugo
  2. Install git
  3. Run the following from a terminal
    $ git clone --recursive https://github.com/LaurenH84/TCA
    $ hugo
    
  4. The necessary files will be generated in ./public