Website for the Quebec Environmental DNA Community Table - a collaborative platform for sharing knowledge and resources about environmental DNA research and applications in Quebec.
- Hugo - Static site generator
- Tailwind CSS - Utility-first CSS framework
- Hugoplate - Hugo theme
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run buildSite configuration can be modified in hugo.toml:
- baseURL: https://taqc.info
- title: Table sur l'ADN environnemental du Québec
- defaultContentLanguage: French (fr)
This website is maintained by the TAQc community. Feel free to contribute by:
- Creating issues for bugs or feature requests
- Submitting pull requests for improvements
- Adding content related to environmental DNA research in Quebec
Built with Hugoplate theme under MIT license.