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

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Severin <severinderek@gmail.com>2018-10-15 16:14:02 +0300
committerDerek Severin <severinderek@gmail.com>2018-10-15 16:14:02 +0300
commit487a0792b7ad92e256a997d4d466e6332862a2fc (patch)
treef48276cc983a704172e818b402ce2a8adf94f79b /exampleSite
parentf3a38ab9d05f246fc02f88e0d48696b229096740 (diff)
Added some content...
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/perso/drawings/_index.md10
-rw-r--r--exampleSite/content/perso/drawings/gears_cover.jpgbin0 -> 427452 bytes
-rw-r--r--exampleSite/content/perso/drawings/music/ab.jpgbin0 -> 258591 bytes
-rw-r--r--exampleSite/content/perso/drawings/music/index.md10
-rw-r--r--exampleSite/content/perso/drawings/music/musician.jpgbin0 -> 125776 bytes
-rw-r--r--exampleSite/content/perso/drawings/random/images/flower_scene.jpgbin0 -> 234308 bytes
-rw-r--r--exampleSite/content/perso/drawings/random/index.md12
-rw-r--r--exampleSite/content/perso/drawings/weird-small.jpgbin0 -> 200250 bytes
-rw-r--r--exampleSite/content/perso/statues/humans/index.md4
-rw-r--r--exampleSite/content/perso/statues/others/index.md2
10 files changed, 35 insertions, 3 deletions
diff --git a/exampleSite/content/perso/drawings/_index.md b/exampleSite/content/perso/drawings/_index.md
new file mode 100644
index 0000000..322f375
--- /dev/null
+++ b/exampleSite/content/perso/drawings/_index.md
@@ -0,0 +1,10 @@
+---
+title: "Drawings"
+subtitle: "Some drawings ..."
+cover_image: "gears_cover.jpg"
+small_image: "weird-small.jpg"
+posts_title: "Projects"
+#weight: 1
+---
+
+A drawing is worth a thousand words...
diff --git a/exampleSite/content/perso/drawings/gears_cover.jpg b/exampleSite/content/perso/drawings/gears_cover.jpg
new file mode 100644
index 0000000..d0781e5
--- /dev/null
+++ b/exampleSite/content/perso/drawings/gears_cover.jpg
Binary files differ
diff --git a/exampleSite/content/perso/drawings/music/ab.jpg b/exampleSite/content/perso/drawings/music/ab.jpg
new file mode 100644
index 0000000..bea2e3e
--- /dev/null
+++ b/exampleSite/content/perso/drawings/music/ab.jpg
Binary files differ
diff --git a/exampleSite/content/perso/drawings/music/index.md b/exampleSite/content/perso/drawings/music/index.md
new file mode 100644
index 0000000..7586e6e
--- /dev/null
+++ b/exampleSite/content/perso/drawings/music/index.md
@@ -0,0 +1,10 @@
+---
+title: "Music"
+subtitle: "Some music drawings"
+image: "ab.jpg"
+small_image: "musician.jpg"
+categories: [ "art" ]
+tags: [ "music", "drawing" ]
+---
+
+Music drawings...
diff --git a/exampleSite/content/perso/drawings/music/musician.jpg b/exampleSite/content/perso/drawings/music/musician.jpg
new file mode 100644
index 0000000..70e4d14
--- /dev/null
+++ b/exampleSite/content/perso/drawings/music/musician.jpg
Binary files differ
diff --git a/exampleSite/content/perso/drawings/random/images/flower_scene.jpg b/exampleSite/content/perso/drawings/random/images/flower_scene.jpg
new file mode 100644
index 0000000..12b7287
--- /dev/null
+++ b/exampleSite/content/perso/drawings/random/images/flower_scene.jpg
Binary files differ
diff --git a/exampleSite/content/perso/drawings/random/index.md b/exampleSite/content/perso/drawings/random/index.md
new file mode 100644
index 0000000..5197ac2
--- /dev/null
+++ b/exampleSite/content/perso/drawings/random/index.md
@@ -0,0 +1,12 @@
+---
+title: "Random"
+subtitle: "A random drawing"
+categories: [ "art" ]
+tags: [ "drawing", "asian" ]
+
+resources:
+- src: "images/flower_scene.jpg.jpg"
+ title: "A flower seller in HCMC"
+---
+
+Drawing(s)...
diff --git a/exampleSite/content/perso/drawings/weird-small.jpg b/exampleSite/content/perso/drawings/weird-small.jpg
new file mode 100644
index 0000000..31cacee
--- /dev/null
+++ b/exampleSite/content/perso/drawings/weird-small.jpg
Binary files differ
diff --git a/exampleSite/content/perso/statues/humans/index.md b/exampleSite/content/perso/statues/humans/index.md
index f6db72f..6cb1cee 100644
--- a/exampleSite/content/perso/statues/humans/index.md
+++ b/exampleSite/content/perso/statues/humans/index.md
@@ -2,8 +2,8 @@
title: "Human Statues"
subtitle: "Some statues of humans."
small_image: "small.jpg"
-categories: [ "statue", "vietnam" ]
-tags: [ "art", "human" ]
+categories: [ "art", "statue", "vietnam" ]
+tags: [ "asian", "human" ]
resources:
##For each "image" image file:
- src: "images/1.jpg"
diff --git a/exampleSite/content/perso/statues/others/index.md b/exampleSite/content/perso/statues/others/index.md
index 6c81461..7dca83d 100644
--- a/exampleSite/content/perso/statues/others/index.md
+++ b/exampleSite/content/perso/statues/others/index.md
@@ -3,7 +3,7 @@ title: "Other Statues"
subtitle: "Some statues."
image: "4.jpg"
categories: [ "statue", "vietnam" ]
-tags: [ "art" ]
+tags: [ "asian" ]
resources:
##For each "image" image file:
- src: "images/3.jpg"