diff --git a/content/_index.html b/content/_index.html index a64d10b..2572877 100644 --- a/content/_index.html +++ b/content/_index.html @@ -4,8 +4,12 @@ id: darktable Lua documentation draft: false author: "people" --- - -

+ + + + + +

darktable is an open source photography workflow application and raw developer — a virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop and enhance your raw images. diff --git a/content/images/luaa.gif b/content/images/luaa.gif new file mode 100644 index 0000000..9a7ae25 Binary files /dev/null and b/content/images/luaa.gif differ diff --git a/content/lua.scripts.manual/scripts/contrib/AutoGrouper.md b/content/lua.scripts.manual/scripts/contrib/AutoGrouper.md index 7ec6f6b..5ef05fc 100644 --- a/content/lua.scripts.manual/scripts/contrib/AutoGrouper.md +++ b/content/lua.scripts.manual/scripts/contrib/AutoGrouper.md @@ -1,5 +1,5 @@ --- -title: AugoGrouper +title: AutoGrouper id: AugoGrouper weight: 10 draft: false @@ -8,7 +8,7 @@ author: "people" ## Name -AugoGrouper.lua - add the module "Auto Group" to darktable's lighttable view +AutoGrouper.lua - add the module "Auto Group" to darktable's lighttable view ## Description diff --git a/content/lua.scripts.manual/scripts/contrib/_index.md b/content/lua.scripts.manual/scripts/contrib/_index.md index dbc5e23..c747ae1 100644 --- a/content/lua.scripts.manual/scripts/contrib/_index.md +++ b/content/lua.scripts.manual/scripts/contrib/_index.md @@ -1,7 +1,6 @@ --- title: contrib id: contrib -weight: 30 -draft: false +weight: 20 author: "people" --- diff --git a/content/lua.scripts.manual/scripts/examples/_index.md b/content/lua.scripts.manual/scripts/examples/_index.md index 689ddb3..ade6faa 100644 --- a/content/lua.scripts.manual/scripts/examples/_index.md +++ b/content/lua.scripts.manual/scripts/examples/_index.md @@ -1,7 +1,7 @@ --- title: examples id: examples -weight: 40 +weight: 30 draft: false author: "people" --- diff --git a/content/lua.scripts.manual/scripts/official/_index.md b/content/lua.scripts.manual/scripts/official/_index.md index 9711451..e9e9e95 100644 --- a/content/lua.scripts.manual/scripts/official/_index.md +++ b/content/lua.scripts.manual/scripts/official/_index.md @@ -1,7 +1,7 @@ --- title: official id: official -weight: 20 +weight: 40 draft: false author: "people" ---