+ +
+ +
\ No newline at end of file diff --git a/themes/photos/layouts/picdates/list.html b/themes/photos/layouts/picdates/list.html new file mode 100644 index 0000000..a41c09f --- /dev/null +++ b/themes/photos/layouts/picdates/list.html @@ -0,0 +1,8 @@ +{{ partial "header.html" . }} +

Photographies du {{ .Params.title }}

+ +

{{ .Content }}

+ +{{ partial "gallery.html" . }} + +{{ partial "footer.html" . }} \ No newline at end of file diff --git a/themes/photos/layouts/picdates/terms.html b/themes/photos/layouts/picdates/terms.html new file mode 100644 index 0000000..1da9638 --- /dev/null +++ b/themes/photos/layouts/picdates/terms.html @@ -0,0 +1,8 @@ +{{ partial "header.html" . }} +

Dates de prise de vue

+
+ {{ range .Pages }} + [{{ .Page.Title }} + {{ end }} +
+{{ partial "footer.html" . }} \ No newline at end of file diff --git a/themes/photos/layouts/ratio/list.html b/themes/photos/layouts/ratio/list.html new file mode 100644 index 0000000..e711eb5 --- /dev/null +++ b/themes/photos/layouts/ratio/list.html @@ -0,0 +1,6 @@ +{{ partial "header.html" . }} +

Photos au format {{ .Params.title }}

+ +{{ partial "gallery.html" . }} + +{{ partial "footer.html" . }} \ No newline at end of file diff --git a/themes/photos/layouts/ratio/terms.html b/themes/photos/layouts/ratio/terms.html new file mode 100644 index 0000000..f3a104c --- /dev/null +++ b/themes/photos/layouts/ratio/terms.html @@ -0,0 +1,8 @@ +{{ partial "header.html" . }} +

Formats de photographies

+
+ {{ range .Pages }} + [{{ .Page.Title }} + {{ end }} +
+{{ partial "footer.html" . }} \ No newline at end of file diff --git a/themes/photos/layouts/taxonomy/list.html b/themes/photos/layouts/taxonomy/list.html new file mode 100644 index 0000000..9931d12 --- /dev/null +++ b/themes/photos/layouts/taxonomy/list.html @@ -0,0 +1,12 @@ +{{ partial "header.html" . }} + +
{{ printf "%#v" .Data }}
+

{{ .Data.Singular}} : {{ .Params.title }}

+
+ {{ range .Pages }} + {{ .Render "summary"}} + {{ end }} +
+ +{{ partial "footer.html" . }} \ No newline at end of file diff --git a/themes/photos/layouts/taxonomy/terms.html b/themes/photos/layouts/taxonomy/terms.html new file mode 100644 index 0000000..20b8e45 --- /dev/null +++ b/themes/photos/layouts/taxonomy/terms.html @@ -0,0 +1,12 @@ +{{ partial "header.html" . }} + + +
+ {{ range .Pages }} + A + [{{ .Page.Title }} + {{ end }} +
+ +{{ partial "footer.html" . }} \ No newline at end of file diff --git a/themes/photos/layouts/themes/list.html b/themes/photos/layouts/themes/list.html new file mode 100644 index 0000000..b1cf33c --- /dev/null +++ b/themes/photos/layouts/themes/list.html @@ -0,0 +1,8 @@ +{{ partial "header.html" . }} +

Thème : {{ .Params.title }}

+ +

{{ .Content }}

+ +{{ partial "gallery.html" . }} + +{{ partial "footer.html" . }} \ No newline at end of file diff --git a/themes/photos/layouts/themes/terms.html b/themes/photos/layouts/themes/terms.html new file mode 100644 index 0000000..6ce6a57 --- /dev/null +++ b/themes/photos/layouts/themes/terms.html @@ -0,0 +1,8 @@ +{{ partial "header.html" . }} +

Thèmes

+
+ {{ range .Pages }} + [{{ .Page.Title }} + {{ end }} +
+{{ partial "footer.html" . }} \ No newline at end of file diff --git a/themes/photos/theme.toml b/themes/photos/theme.toml new file mode 100644 index 0000000..b969b91 --- /dev/null +++ b/themes/photos/theme.toml @@ -0,0 +1,13 @@ +name = "Photos" +license = "MIT" +licenselink = "Link to theme's license" +description = "Theme description" +homepage = "Website of your theme" +tags = ["blog", "company"] +features = [] +min_version = "0.59.1" + +# If the theme has a single author +[author] + name = "SpaceFox" + homepage = "Your website" \ No newline at end of file