diff --git a/data/carousel.yml b/data/carousel.yml new file mode 100644 index 000000000..4da41767c --- /dev/null +++ b/data/carousel.yml @@ -0,0 +1,43 @@ +--- +- + img: carousel-01.png + txt: "Easy localize where images were taken over a map" +- + img: carousel-02.png + txt: "Plenty of exports are available everywhere" +- + img: carousel-03.png + txt: "Navigate to image metadata in details" +- + img: carousel-04.png + txt: "Quickly find your best images using labels" +- + img: carousel-05.png + txt: "Sort your images by date using calendar view" +- + img: carousel-06.png + txt: "Find your images by shot properties with the powerful search tool" +- + img: carousel-07.png + txt: "Find your images by selecting them over a map" +- + img: carousel-08.png + txt: "Scan images for faces and register names for a quick access" +- + img: carousel-09.png + txt: "Add customized properties using captions editor" +- + img: carousel-10.png + txt: "Analyze color and exposure of images using histograms" +- + img: carousel-11.png + txt: "Fix and improve your images using a collection of powerful filters" +- + img: carousel-12.png + txt: "Quickly access post-processing tools for a better workflow" +- + img: carousel-13.png + txt: "Quick access to your prefered external tools from your collections" +- + img: carousel-14.png + txt: "Sort items in albums by properties" diff --git a/themes/hugo-theme-digikam/layouts/index.html b/themes/hugo-theme-digikam/layouts/index.html index 03e994f8f..8caca3840 100644 --- a/themes/hugo-theme-digikam/layouts/index.html +++ b/themes/hugo-theme-digikam/layouts/index.html @@ -1,235 +1,140 @@ {{ partial "head-meta.html" . }} {{ partial "nav.html" . }} {{ partial "page-header.html" . }}
{{ $num_recent_posts := (index .Site.Params.sidebar "num_recent_posts" | default 2) }}

{{ i18n "latestNews" }}

{{ range first $num_recent_posts (where .Site.Pages "Type" "news") }}

{{.Title | markdownify }}

// {{ i18n "by" }} {{ .Params.author | default .Site.Params.author }}

{{ .Summary | markdownify }}

{{ end }}

{{ i18n "screenshots" }}

    -
  • -
    - Easy localize where images were taken over a map -
    Easy localize where images were taken over a map
    -
    -
  • -
  • -
    - Plenty of exports are available everywhere -
    Plenty of exports are available everywhere
    -
    -
  • -
  • -
    - Navigate to image metadata in details -
    Navigate to image metadata in details
    -
    -
  • -
  • -
    - Quickly find your best images using labels -
    Quickly find your best images using labels
    -
    -
  • -
  • -
    - Sort your images by date using calendar view -
    Sort your images by date using calendar view
    -
    -
  • -
  • -
    - Find your images by shot properties with the powerful search tool -
    Find your images by shot properties with the powerful search tool
    -
    -
  • -
  • -
    - Find your images by selecting them over a map -
    Find your images by selecting them over a map
    -
    -
  • -
  • -
    - Scan images for faces and register names for a quick access -
    Scan images for faces and register names for a quick access
    -
    -
  • -
  • -
    - Add customized properties using captions editor -
    Add customized properties using captions editor
    -
    -
  • -
  • -
    - Analyze color and exposure of images using histograms -
    Analyze color and exposure of images using histograms
    -
    -
  • -
  • -
    - Fix and improve your images using a collection of powerful filters -
    Fix and improve your images using a collection of powerful filters
    -
    -
  • -
  • -
    - Quickly access post-processing tools for a better workflow -
    Quickly access post-processing tools for a better workflow
    -
    -
  • -
  • -
    - Quick access to your prefered external tools from your collections -
    Quick access to your prefered external tools from your collections
    -
    -
  • -
  • -
    - Sort items in albums by properties -
    Sort items in albums by properties
    -
    -
  • - - - + {{ range .Site.Data.carousel }} + {{ partial "carousel.html" . }} + {{ end }}

{{ i18n "features" }}

{{ i18n "largeCollections" }}

{{ i18n "largeCollectionsBody" }}

{{ i18n "efficientEditing" }}

{{ i18n "efficientEditingBody" }}

{{ i18n "openMetadata" }}

{{ i18n "openMetadataBody" }}

{{ i18n "freeSoftware" }}

{{ i18n "freeSoftwareBody" }}

{{ partial "page-footer.html" .}} diff --git a/themes/hugo-theme-digikam/layouts/partials/carousel-buttons.html b/themes/hugo-theme-digikam/layouts/partials/carousel-buttons.html new file mode 100644 index 000000000..87d97865a --- /dev/null +++ b/themes/hugo-theme-digikam/layouts/partials/carousel-buttons.html @@ -0,0 +1 @@ + diff --git a/themes/hugo-theme-digikam/layouts/partials/carousel.html b/themes/hugo-theme-digikam/layouts/partials/carousel.html new file mode 100644 index 000000000..17833f8a1 --- /dev/null +++ b/themes/hugo-theme-digikam/layouts/partials/carousel.html @@ -0,0 +1,6 @@ +
  • +
    + {{ .txt }} +
    {{ .txt }}
    +
    +