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

github.com/serg/yourfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorserg <contact@sergfurtak.com>2018-06-01 15:25:10 +0300
committerserg <contact@sergfurtak.com>2018-06-01 15:25:10 +0300
commit7bc3ca0c06bf812a444f73bf11838ba08891c4d1 (patch)
treeb6f5debb5e683b12354d79eeec9a162c7920d5f3
parent28b09c42daad7855cec2a6421f41897243eeba33 (diff)
add an example of the website
-rw-r--r--exampleSite/config.yaml22
-rw-r--r--exampleSite/content/_index.md67
-rw-r--r--exampleSite/content/about.md26
-rw-r--r--exampleSite/content/contact.md17
-rw-r--r--exampleSite/static/favicon.icobin0 -> 5430 bytes
-rw-r--r--exampleSite/static/img/analytik_360x318.jpgbin0 -> 16852 bytes
-rw-r--r--exampleSite/static/img/analytik_364x590.jpgbin0 -> 23858 bytes
-rw-r--r--exampleSite/static/img/analytik_565x420.jpgbin0 -> 31751 bytes
-rw-r--r--exampleSite/static/img/analytik_848x443.jpgbin0 -> 41684 bytes
-rw-r--r--exampleSite/static/img/contact_360x318.pngbin0 -> 27418 bytes
-rw-r--r--exampleSite/static/img/contact_565x420.pngbin0 -> 49726 bytes
-rw-r--r--exampleSite/static/img/contact_848x443.pngbin0 -> 60968 bytes
-rw-r--r--exampleSite/static/img/contact_img.pngbin0 -> 70742 bytes
-rw-r--r--exampleSite/static/img/error404.pngbin0 -> 199135 bytes
-rw-r--r--exampleSite/static/img/food_360x318.jpgbin0 -> 24240 bytes
-rw-r--r--exampleSite/static/img/food_565x420.jpgbin0 -> 43032 bytes
-rw-r--r--exampleSite/static/img/food_746x590.jpgbin0 -> 69049 bytes
-rw-r--r--exampleSite/static/img/food_848x443.jpgbin0 -> 64074 bytes
-rw-r--r--exampleSite/static/img/friends_360x318.jpgbin0 -> 23956 bytes
-rw-r--r--exampleSite/static/img/friends_565x420.jpgbin0 -> 52087 bytes
-rw-r--r--exampleSite/static/img/friends_746x590.jpgbin0 -> 85052 bytes
-rw-r--r--exampleSite/static/img/friends_848x443.jpgbin0 -> 67625 bytes
-rw-r--r--exampleSite/static/img/home_360x318.pngbin0 -> 24201 bytes
-rw-r--r--exampleSite/static/img/home_565x420.pngbin0 -> 51968 bytes
-rw-r--r--exampleSite/static/img/home_848x443.pngbin0 -> 106869 bytes
-rw-r--r--exampleSite/static/img/home_img.pngbin0 -> 168217 bytes
-rw-r--r--exampleSite/static/img/logo.pngbin0 -> 283 bytes
-rw-r--r--exampleSite/static/img/profile_360x318.pngbin0 -> 29611 bytes
-rw-r--r--exampleSite/static/img/profile_565x420.pngbin0 -> 54708 bytes
-rw-r--r--exampleSite/static/img/profile_848x443.pngbin0 -> 86087 bytes
-rw-r--r--exampleSite/static/img/profile_img.pngbin0 -> 113186 bytes
-rw-r--r--exampleSite/static/img/statapp_360x318.jpgbin0 -> 23665 bytes
-rw-r--r--exampleSite/static/img/statapp_364x590.jpgbin0 -> 35435 bytes
-rw-r--r--exampleSite/static/img/statapp_565x420.jpgbin0 -> 39370 bytes
-rw-r--r--exampleSite/static/img/statapp_848x443.jpgbin0 -> 53011 bytes
-rw-r--r--exampleSite/static/img/strato_1130x590.jpgbin0 -> 98282 bytes
-rw-r--r--exampleSite/static/img/strato_360x318.jpgbin0 -> 26301 bytes
-rw-r--r--exampleSite/static/img/strato_565x420.jpgbin0 -> 43152 bytes
-rw-r--r--exampleSite/static/img/strato_848x443.jpgbin0 -> 64351 bytes
39 files changed, 132 insertions, 0 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
new file mode 100644
index 0000000..db26e19
--- /dev/null
+++ b/exampleSite/config.yaml
@@ -0,0 +1,22 @@
+baseURL: https://example.com
+languageCode: en-us
+title: Yourfolio Theme
+theme: yourfolio
+disableKinds: [RSS, taxonomy, taxonomyTerm]
+googleAnalytics: UA-XXXXX-Y
+
+# Menu items
+menu:
+ main:
+ - name: About
+ weight: 1
+ url: /about
+ - name: Contact
+ weight: 2
+ url: /contact
+
+# Custom params
+params:
+ env: development
+ logoImage: img/logo.png
+ logoImageAlt: Yourfolio Theme brand logo \ No newline at end of file
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
new file mode 100644
index 0000000..15f23c4
--- /dev/null
+++ b/exampleSite/content/_index.md
@@ -0,0 +1,67 @@
+---
+title: Home page
+date: 2017-11-01T18:28:28+02:00
+draft: false
+description: Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolor cumque magnam aliquid, explicabo amet quasi eveniet reprehenderit dolorum exercitationem maiores provident ex error, tenetur.
+header:
+ description: Hello, my name is Yates. I live and work in London. I'm keen on <span class="blue-text">design and photography</span>.
+ image: img/home_img.png
+ image_alt: The top of mountain image
+ responsive_images:
+ "848": img/home_848x443.png
+ "565": img/home_565x420.png
+ "360": img/home_360x318.png
+text_groups:
+ - name: Intro
+ description: Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quia esse aut, blanditiis ullam. Similique quo iusto ipsa, excepturi autem voluptate consectetur sit quae praesentium <span class="default-text bold-text">aliquam molestiae</span> minima ex perferendis aut unde tempora amet esse inventore quaerat molestias eum distinctio eligendi ducimus. Commodi voluptatem ab debitis inventore, laborum at maiores reiciendis dolor deleniti ipsam distinctio voluptas eos autem quidem a quia laboriosam similique soluta rem? Eum.
+projects:
+ - title: Strato
+ type: wed design
+ link: https://unsplash.com/photos/hpjSkU2UYSU
+ image: img/strato_1130x590.jpg
+ image_alt: The Strato web design theme
+ responsive_images:
+ "848": img/strato_848x443.jpg
+ "565": img/strato_565x420.jpg
+ "360": img/strato_360x318.jpg
+ - title: Analytik
+ type: UI/UX
+ link: https://unsplash.com/photos/yeB9jDmHm6M
+ image: img/analytik_364x590.jpg
+ class: short-col
+ image_alt: The Analytic web design theme
+ responsive_images:
+ "848": img/analytik_848x443.jpg
+ "565": img/analytik_565x420.jpg
+ "360": img/analytik_360x318.jpg
+ - title: Friends
+ type: web design
+ link: https://unsplash.com/photos/ir5lIkVFqC4
+ image: img/friends_746x590.jpg
+ class: wide-col
+ image_alt: The Friends theme
+ responsive_images:
+ "848": img/friends_848x443.jpg
+ "565": img/friends_565x420.jpg
+ "360": img/friends_360x318.jpg
+ - title: Food
+ type: web design
+ link: https://unsplash.com/photos/JVSgcV8_vb4
+ image: img/food_746x590.jpg
+ class: wide-col
+ image_alt: The Food website for recipes
+ responsive_images:
+ "848": img/food_848x443.jpg
+ "565": img/food_565x420.jpg
+ "360": img/food_360x318.jpg
+ - title: StatApp
+ type: UI/UX
+ link: https://unsplash.com/photos/nJX74kn1yn4
+ image: img/statapp_364x590.jpg
+ class: short-col
+ image_alt: The application for statistic
+ responsive_images:
+ "848": img/statapp_848x443.jpg
+ "565": img/statapp_565x420.jpg
+ "360": img/statapp_360x318.jpg
+--- \ No newline at end of file
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md
new file mode 100644
index 0000000..0930fe5
--- /dev/null
+++ b/exampleSite/content/about.md
@@ -0,0 +1,26 @@
+---
+title: About me
+date: 2017-11-08T16:56:15+02:00
+draft: false
+description: Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolores porro voluptas esse natus nemo aperiam asperiores velit neque, magni molestiae!
+header:
+ description: I'm a multidisciplinary designer who specializing in <span class="blue-text">UI, UX and Visual Design</span>. Currently based in United Kingdom.
+ image: img/profile_img.png
+ image_alt: The designer's workspace table image
+ responsive_images:
+ "848": img/profile_848x443.png
+ "565": img/profile_565x420.png
+ "360": img/profile_360x318.png
+text_groups:
+ - name: About
+ description: Lorem ipsum dolor sit amet, consectetur adipisicing elit. Facilis saepe perferendis culpa aut libero, <span class="default-text bold-text">voluptatem voluptatum</span>, ut beatae ipsa sint alias autem ipsum ea quibusdam suscipit provident illo nihil nostrum porro. Omnis et hic eum in corrupti dicta cum fugiat!
+ - name: Philosophy
+ description: Lorem ipsum dolor sit amet, consectetur adipisicing elit. Doloribus incidunt autem quia aliquid officia temporibus saepe ut quas nesciunt dolorum odio optio perspiciatis rem accusamus expedita nemo quis, fuga voluptatem. Corrupti vero asperiores officia, ipsa ipsam. Suscipit repellendus molestias, sint quas voluptates quia vitae quidem.
+ - name: Disciplines
+ description: <p>Lorem ipsum.</p><p>Officia, aliquam?</p><p>Dicta, quia?</p><p>Aliquid, excepturi!</p>
+ - name: Get in touch
+ description: <a class="blue-text bold-text" href="mailto:hello@example.com?subject=Hello,%20Yates!%20Lets%20make%20something%20great%20together!">hello@example.com</a>
+ class: line
+---
+
+
diff --git a/exampleSite/content/contact.md b/exampleSite/content/contact.md
new file mode 100644
index 0000000..590d149
--- /dev/null
+++ b/exampleSite/content/contact.md
@@ -0,0 +1,17 @@
+---
+title: Contact
+date: 2017-11-09T14:50:58+02:00
+draft: false
+description: Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vero porro tempore voluptas voluptatibus eius a non numquam, quibusdam enim eos.
+header:
+ description: Every project starts with a <span class="blue-text">conversation</span>, just drop me a line and let's create something great together.
+ image: img/contact_img.png
+ image_alt: The chair for meeting image
+ responsive_images:
+ "848": img/contact_848x443.png
+ "565": img/contact_565x420.png
+ "360": img/contact_360x318.png
+text_groups:
+ - name: Collaboration
+ description: <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quisquam, atque officiis ut, veritatis reiciendis sequi quos officia quidem tempora minus fugit a suscipit nulla possimus?</p><br/><p>Let's get started&#58; <a class="blue-text bold-text" href="mailto:hello@example.com?subject=Hello,%20Yates!%20Lets%20make%20something%20great%20together!">hello@example.com</a></p>
+--- \ No newline at end of file
diff --git a/exampleSite/static/favicon.ico b/exampleSite/static/favicon.ico
new file mode 100644
index 0000000..e987ec2
--- /dev/null
+++ b/exampleSite/static/favicon.ico
Binary files differ
diff --git a/exampleSite/static/img/analytik_360x318.jpg b/exampleSite/static/img/analytik_360x318.jpg
new file mode 100644
index 0000000..47198f7
--- /dev/null
+++ b/exampleSite/static/img/analytik_360x318.jpg
Binary files differ
diff --git a/exampleSite/static/img/analytik_364x590.jpg b/exampleSite/static/img/analytik_364x590.jpg
new file mode 100644
index 0000000..9716ebe
--- /dev/null
+++ b/exampleSite/static/img/analytik_364x590.jpg
Binary files differ
diff --git a/exampleSite/static/img/analytik_565x420.jpg b/exampleSite/static/img/analytik_565x420.jpg
new file mode 100644
index 0000000..1b24c23
--- /dev/null
+++ b/exampleSite/static/img/analytik_565x420.jpg
Binary files differ
diff --git a/exampleSite/static/img/analytik_848x443.jpg b/exampleSite/static/img/analytik_848x443.jpg
new file mode 100644
index 0000000..f4105d5
--- /dev/null
+++ b/exampleSite/static/img/analytik_848x443.jpg
Binary files differ
diff --git a/exampleSite/static/img/contact_360x318.png b/exampleSite/static/img/contact_360x318.png
new file mode 100644
index 0000000..6bb22ad
--- /dev/null
+++ b/exampleSite/static/img/contact_360x318.png
Binary files differ
diff --git a/exampleSite/static/img/contact_565x420.png b/exampleSite/static/img/contact_565x420.png
new file mode 100644
index 0000000..a21a2e6
--- /dev/null
+++ b/exampleSite/static/img/contact_565x420.png
Binary files differ
diff --git a/exampleSite/static/img/contact_848x443.png b/exampleSite/static/img/contact_848x443.png
new file mode 100644
index 0000000..34bdec1
--- /dev/null
+++ b/exampleSite/static/img/contact_848x443.png
Binary files differ
diff --git a/exampleSite/static/img/contact_img.png b/exampleSite/static/img/contact_img.png
new file mode 100644
index 0000000..e78d0d2
--- /dev/null
+++ b/exampleSite/static/img/contact_img.png
Binary files differ
diff --git a/exampleSite/static/img/error404.png b/exampleSite/static/img/error404.png
new file mode 100644
index 0000000..1ad9285
--- /dev/null
+++ b/exampleSite/static/img/error404.png
Binary files differ
diff --git a/exampleSite/static/img/food_360x318.jpg b/exampleSite/static/img/food_360x318.jpg
new file mode 100644
index 0000000..fa0b0e7
--- /dev/null
+++ b/exampleSite/static/img/food_360x318.jpg
Binary files differ
diff --git a/exampleSite/static/img/food_565x420.jpg b/exampleSite/static/img/food_565x420.jpg
new file mode 100644
index 0000000..0719286
--- /dev/null
+++ b/exampleSite/static/img/food_565x420.jpg
Binary files differ
diff --git a/exampleSite/static/img/food_746x590.jpg b/exampleSite/static/img/food_746x590.jpg
new file mode 100644
index 0000000..5e7b1dd
--- /dev/null
+++ b/exampleSite/static/img/food_746x590.jpg
Binary files differ
diff --git a/exampleSite/static/img/food_848x443.jpg b/exampleSite/static/img/food_848x443.jpg
new file mode 100644
index 0000000..5272c4c
--- /dev/null
+++ b/exampleSite/static/img/food_848x443.jpg
Binary files differ
diff --git a/exampleSite/static/img/friends_360x318.jpg b/exampleSite/static/img/friends_360x318.jpg
new file mode 100644
index 0000000..2bca75c
--- /dev/null
+++ b/exampleSite/static/img/friends_360x318.jpg
Binary files differ
diff --git a/exampleSite/static/img/friends_565x420.jpg b/exampleSite/static/img/friends_565x420.jpg
new file mode 100644
index 0000000..2cc7938
--- /dev/null
+++ b/exampleSite/static/img/friends_565x420.jpg
Binary files differ
diff --git a/exampleSite/static/img/friends_746x590.jpg b/exampleSite/static/img/friends_746x590.jpg
new file mode 100644
index 0000000..60cc7a1
--- /dev/null
+++ b/exampleSite/static/img/friends_746x590.jpg
Binary files differ
diff --git a/exampleSite/static/img/friends_848x443.jpg b/exampleSite/static/img/friends_848x443.jpg
new file mode 100644
index 0000000..bd60779
--- /dev/null
+++ b/exampleSite/static/img/friends_848x443.jpg
Binary files differ
diff --git a/exampleSite/static/img/home_360x318.png b/exampleSite/static/img/home_360x318.png
new file mode 100644
index 0000000..0e95292
--- /dev/null
+++ b/exampleSite/static/img/home_360x318.png
Binary files differ
diff --git a/exampleSite/static/img/home_565x420.png b/exampleSite/static/img/home_565x420.png
new file mode 100644
index 0000000..0e11a67
--- /dev/null
+++ b/exampleSite/static/img/home_565x420.png
Binary files differ
diff --git a/exampleSite/static/img/home_848x443.png b/exampleSite/static/img/home_848x443.png
new file mode 100644
index 0000000..3e37907
--- /dev/null
+++ b/exampleSite/static/img/home_848x443.png
Binary files differ
diff --git a/exampleSite/static/img/home_img.png b/exampleSite/static/img/home_img.png
new file mode 100644
index 0000000..5671f95
--- /dev/null
+++ b/exampleSite/static/img/home_img.png
Binary files differ
diff --git a/exampleSite/static/img/logo.png b/exampleSite/static/img/logo.png
new file mode 100644
index 0000000..cb172d9
--- /dev/null
+++ b/exampleSite/static/img/logo.png
Binary files differ
diff --git a/exampleSite/static/img/profile_360x318.png b/exampleSite/static/img/profile_360x318.png
new file mode 100644
index 0000000..0c82b7e
--- /dev/null
+++ b/exampleSite/static/img/profile_360x318.png
Binary files differ
diff --git a/exampleSite/static/img/profile_565x420.png b/exampleSite/static/img/profile_565x420.png
new file mode 100644
index 0000000..03b3746
--- /dev/null
+++ b/exampleSite/static/img/profile_565x420.png
Binary files differ
diff --git a/exampleSite/static/img/profile_848x443.png b/exampleSite/static/img/profile_848x443.png
new file mode 100644
index 0000000..13ff71d
--- /dev/null
+++ b/exampleSite/static/img/profile_848x443.png
Binary files differ
diff --git a/exampleSite/static/img/profile_img.png b/exampleSite/static/img/profile_img.png
new file mode 100644
index 0000000..dc6b179
--- /dev/null
+++ b/exampleSite/static/img/profile_img.png
Binary files differ
diff --git a/exampleSite/static/img/statapp_360x318.jpg b/exampleSite/static/img/statapp_360x318.jpg
new file mode 100644
index 0000000..9b4bc54
--- /dev/null
+++ b/exampleSite/static/img/statapp_360x318.jpg
Binary files differ
diff --git a/exampleSite/static/img/statapp_364x590.jpg b/exampleSite/static/img/statapp_364x590.jpg
new file mode 100644
index 0000000..cdbf3f1
--- /dev/null
+++ b/exampleSite/static/img/statapp_364x590.jpg
Binary files differ
diff --git a/exampleSite/static/img/statapp_565x420.jpg b/exampleSite/static/img/statapp_565x420.jpg
new file mode 100644
index 0000000..44ab9ad
--- /dev/null
+++ b/exampleSite/static/img/statapp_565x420.jpg
Binary files differ
diff --git a/exampleSite/static/img/statapp_848x443.jpg b/exampleSite/static/img/statapp_848x443.jpg
new file mode 100644
index 0000000..12e092f
--- /dev/null
+++ b/exampleSite/static/img/statapp_848x443.jpg
Binary files differ
diff --git a/exampleSite/static/img/strato_1130x590.jpg b/exampleSite/static/img/strato_1130x590.jpg
new file mode 100644
index 0000000..ff57a5a
--- /dev/null
+++ b/exampleSite/static/img/strato_1130x590.jpg
Binary files differ
diff --git a/exampleSite/static/img/strato_360x318.jpg b/exampleSite/static/img/strato_360x318.jpg
new file mode 100644
index 0000000..6490434
--- /dev/null
+++ b/exampleSite/static/img/strato_360x318.jpg
Binary files differ
diff --git a/exampleSite/static/img/strato_565x420.jpg b/exampleSite/static/img/strato_565x420.jpg
new file mode 100644
index 0000000..7c5ddda
--- /dev/null
+++ b/exampleSite/static/img/strato_565x420.jpg
Binary files differ
diff --git a/exampleSite/static/img/strato_848x443.jpg b/exampleSite/static/img/strato_848x443.jpg
new file mode 100644
index 0000000..7b8e57d
--- /dev/null
+++ b/exampleSite/static/img/strato_848x443.jpg
Binary files differ