Skip to content

Ecoacoustics website and content (docs, guides, links),

License

Notifications You must be signed in to change notification settings

ecoacoustics/website

Repository files navigation

Open Ecoacoustics website

Ecoacoustics website and content (docs, guides, links).

See: https://open.ecoacoustics.info/

Netlify Status

DOI

Cloud Development

You can make simple changes right here on GitHub's website.

You'll most likely want to make a change to a file inside the content folder.

  1. Find your file
  2. Click the edit icon (a ✏️)
  3. Make you changes
  4. Github will guide you through making a pull request

Local Development

Ensure you have the following installed:

  • PowerShell
  • Git
  • Git LFS
  • A package manager
    • Chocolately on Windows
    • Snap on Linux
    • HomeBrew on macOS

Then for your first time:

  1. Fork the repository
  2. Clone your fork
  3. Run ./setup.ps1 (once only). This script installs hugo-extended.

Then before each session:

  1. Update your Fork
  2. Branch
  3. Run hugo server -DEF
  4. Commit
  5. Push
  6. Create a pull request