LebedevRI / dtorg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

darktable Website

This repository holds the Pelican source code of the darktable.org website. Help improving the website by submitting pull-requests.

The website is a static site, pre-generated from source files using Pelican(Python).

Tools

Pelican uses Python. The site is currently built using:

$ python --version
Python 2.7.13

$ pelican --version
3.6.3

Additionally, some extra modules should be available:

  • PIL/pillow
    $ pip install pillow
  • python-twitter
    $ pip install python-twitter

To build the site:

$ pelican -s pelicanconf.py

The entire site will then be available in the output directory.

About


Languages

Language:HTML 35.8%Language:Python 28.9%Language:JavaScript 18.0%Language:CSS 13.9%Language:PHP 2.4%Language:Shell 1.1%