tdwg/website

Name: website

Owner: Biodiversity Information Standards (TDWG)

Description: TDWG website (in development)

Created: 2017-08-11 09:51:41.0

Updated: 2017-12-22 19:51:42.0

Pushed: 2018-01-15 14:58:38.0

Homepage: null

Size: 2508

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

TDWG website

This repository contains the content and settings for the new TDWG website. It is generated as a static website with Pelican.

Getting started
Repo structure

Deployment
Installation
  1. Verify Python 3.3+ is installed: python -V
  2. Install Pelican (the static site generator): pip install pelican
  3. Install the Python implementation of Markdown: pip install markdown
  4. Install Beautifulsoup4 (for site search): pip install beautifulsoup4
  5. Clone the theme repo: git clone https://github.com/tdwg/tdwg-theme
  6. Clone the website repo: git clone https://github.com/tdwg/website
Build site
  1. Navigate to the website directory: cd website
  2. Build the site:
    • Locally: pelican -s settings.py
    • On development server: pelican -s settings-dev.py
    • On production server: pelican -s settings-prod.py
  3. The website is generated in output/
Contributors

List of contributors

License

This work is licensed under a Creative Commons Attribution 4.0 International License.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.