Skip to content

tvincent2/dtorg

 
 

Repository files navigation

darktable-web

This is a repository for testing migrating darktable.org to Pelican.

Front Page

Content for the front page by priority at the moment:

  • Project name + description
  • Screenshots
  • 3-4 features to highlight

News/Blog

These are two distinct things, possibly merge them but get a consensus from the dt team what they want.

Tools

Pelican uses Python. This is set up 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 35.8%
  • Python 29.0%
  • JavaScript 18.0%
  • CSS 13.7%
  • PHP 2.4%
  • Shell 1.1%