Skip to content

raublekick/dtorg

 
 

Repository files navigation

darktable Website

Hugo source code and other artifacts used to generate the public Darktable website, found at https://www.darktable.org/

Get started

With make(recomended)

Make sure you have hugo version 0.78.2 installed. You can run make install-mac or make install-linux.

Then, run make server and navigate to http://localhost:1313.

Without make

Testing the site without make installed may be easier in some cases, especially on windows. On these systems, you must first install Hugo manually, then run hugo server --renderStaticToDiskand navigate tohttp://localhost:1313`.

About

Fork of dtorg website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 45.2%
  • Python 24.8%
  • JavaScript 15.8%
  • CSS 12.3%
  • Shell 1.0%
  • Makefile 0.5%
  • Nix 0.4%