Ecoacoustics website and content (docs, guides, links).
See: https://open.ecoacoustics.info/
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.
- Find your file
- Click the edit icon (a ✏️)
- Make you changes
- Github will guide you through making a pull request
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:
- Fork the repository
- Clone your fork
- Run
./setup.ps1
(once only). This script installs hugo-extended.
Then before each session:
- Update your Fork
- Branch
- Run
hugo server -DEF
- Commit
- Push
- Create a pull request