Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mcrwfrd/hugo-frances-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Crawford <michael@crawford.io>2019-08-03 01:12:15 +0300
committerMichael Crawford <michael@crawford.io>2019-08-03 01:12:15 +0300
commit2b5864b89b9806ad2aee3998bd441dba8ef588a4 (patch)
tree3f1871de33157770e45c01424e8468d7815a9048
parent644bf28a919898eb5cd4191f888387cbcf341a84 (diff)
add demo images
-rw-r--r--.gitignore1
-rw-r--r--data/artworks.toml40
-rw-r--r--static/img/1.pngbin0 -> 5660 bytes
-rw-r--r--static/img/2.pngbin0 -> 9622 bytes
-rw-r--r--static/img/3.pngbin0 -> 10791 bytes
-rw-r--r--static/img/4.pngbin0 -> 7989 bytes
-rw-r--r--static/img/5.pngbin0 -> 8699 bytes
-rw-r--r--static/js/main.js0
8 files changed, 41 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..485dee6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.idea
diff --git a/data/artworks.toml b/data/artworks.toml
new file mode 100644
index 0000000..78bebc5
--- /dev/null
+++ b/data/artworks.toml
@@ -0,0 +1,40 @@
+[[artworks]]
+alt = "Test Alt"
+description = "Test description"
+dimensions = "10\" x 54\""
+image = "img/1.png"
+mediums = "Test Mediums"
+thumb = "img/1.png"
+title = "For The Love of The Coast"
+[[artworks]]
+alt = "Test Alt"
+description = "Test description"
+dimensions = "10\" x 54\""
+image = "img/2.png"
+mediums = "Test Mediums"
+thumb = "img/2.png"
+title = "For The Love of The Coast"
+[[artworks]]
+alt = "Test Alt"
+description = "Test description"
+dimensions = "10\" x 54\""
+image = "img/3.png"
+mediums = "Test Mediums"
+thumb = "img/3.png"
+title = "For The Love of The Coast"
+[[artworks]]
+alt = "Test Alt"
+description = "Test description"
+dimensions = "10\" x 54\""
+image = "img/4.png"
+mediums = "Test Mediums"
+thumb = "img/4.png"
+title = "For The Love of The Coast"
+[[artworks]]
+alt = "Test Alt"
+description = "Test description"
+dimensions = "10\" x 54\""
+image = "img/5.png"
+mediums = "Test Mediums"
+thumb = "img/5.png"
+title = "For The Love of The Coast" \ No newline at end of file
diff --git a/static/img/1.png b/static/img/1.png
new file mode 100644
index 0000000..f029eb0
--- /dev/null
+++ b/static/img/1.png
Binary files differ
diff --git a/static/img/2.png b/static/img/2.png
new file mode 100644
index 0000000..0139f30
--- /dev/null
+++ b/static/img/2.png
Binary files differ
diff --git a/static/img/3.png b/static/img/3.png
new file mode 100644
index 0000000..41b9275
--- /dev/null
+++ b/static/img/3.png
Binary files differ
diff --git a/static/img/4.png b/static/img/4.png
new file mode 100644
index 0000000..593ae90
--- /dev/null
+++ b/static/img/4.png
Binary files differ
diff --git a/static/img/5.png b/static/img/5.png
new file mode 100644
index 0000000..7ecb9e2
--- /dev/null
+++ b/static/img/5.png
Binary files differ
diff --git a/static/js/main.js b/static/js/main.js
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/static/js/main.js