This repository contains the content and settings for the new TDWG website. It is generated as a static website with Pelican.
- Report: Found a bug? Have a question? See our contributing guide.
- Write: Want to update a page or fix a typo? See our contributing guide.
- Deploy: Want to render and deploy the site? See our deployment guide.
...
- Verify Python 3.3+ is installed:
python -V - Install Pelican (the static site generator):
pip install pelican - Install the Python implementation of Markdown:
pip install markdown - Install Beautifulsoup4 (for site search):
pip install beautifulsoup4 - Clone the theme repo:
git clone https://github.com/tdwg/tdwg-theme - Clone the website repo:
git clone https://github.com/tdwg/website
- Navigate to the website directory:
cd website - Build the site:
- Locally:
pelican -s settings.py - On development server:
pelican -s settings-dev.py - On production server:
pelican -s settings-prod.py
- Locally:
- The website is generated in
output/
This work is licensed under a Creative Commons Attribution 4.0 International License.