Git Product home page Git Product logo

website's Introduction

TDWG website

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

Getting started

Repo structure

├── README.md                 : Description of this repository
│
├── content                   : Website content. Each news item/page is a directory, containing at least an index.md
│   ├── articles              : News items, organized by year
│   └── pages
│       ├── home              : Homepage
│       ├── standards         : Standards pages
│       ├── journal           : BISS page
│       ├── community         : Interest, Task and Maintenance Groups pages
│       ├── conferences       : Conference landing pages
│       └── about             : Executive, constitution, contact, etc. pages
│
├── settings.py, settings-prod.py : Generic website settings
├── requirements.txt          : Python requirements for Pelican
│
├── LICENSE                   : Repository license
├── .github                   : Contributing guide, issue templates
└── .gitignore                : Files and directories to be ignored by git

Deployment

tdwg.org is rebuilt automatically for any change on the master branch in this repository or the tdwg-theme repository. You can see the status of the builds at https://builds.gbif.org/job/tdwg-website/. If you want to build the website locally, do the following:

Installation

  1. Clone the website repo: git clone https://github.com/tdwg/website
  2. Clone the theme repo: git clone https://github.com/tdwg/tdwg-theme
  3. Optional: create a virtual environment (e.g. conda create -n tdwg python=3.7) and activate it (e.g. source activate tdwg)
  4. Verify Python 3.3+ is installed: python --version
  5. Navigate to the website repo and install the requirements (including Pelican): pip install -r requirements.txt

Build site

  1. Optional: activate your virtual environment (e.g. source activate tdwg)
  2. Navigate to the website directory: cd website
  3. Build the site locally: pelican -s settings.py
  4. The website is generated in output/ which you can serve with e.g. python -m http.server 8000

Contributors

List of contributors

License

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

website's People

Contributors

stanblum avatar peterdesmet avatar gkampmeier avatar wulate avatar qgroom avatar debpaul avatar timrobertson100 avatar hollyel avatar arthurchapman avatar pzermoglio avatar thearyung avatar mattblissett avatar dshorthouse avatar gdadade avatar robmontoya avatar tucotuco avatar nickynicolson avatar dkoureas avatar pmergen avatar falkogloeckler avatar wouteraddink avatar grungle avatar pacopando avatar nielsklazenga avatar mswoodburn avatar yanisica avatar aguentsch avatar vijaybarve avatar thomasstjerne avatar jegelewicz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.