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

github.com/xaviablaza/hugo-lodi-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Ablaza <xlablaza@gmail.com>2017-10-17 21:54:36 +0300
committerXavi Ablaza <xlablaza@gmail.com>2017-10-17 21:54:36 +0300
commit21958dccc255ec5fc65d21a842cb4a88a6f87906 (patch)
treeb5a166a0003994cb3140f5ac96943d1f95d700a8
parentf0db47907e31d3ef1753b2e247096922e0f9c696 (diff)
Added default archetype
-rw-r--r--exampleSite/archetypes/default.md76
1 files changed, 73 insertions, 3 deletions
diff --git a/exampleSite/archetypes/default.md b/exampleSite/archetypes/default.md
index f5a9e45..9ce71a0 100644
--- a/exampleSite/archetypes/default.md
+++ b/exampleSite/archetypes/default.md
@@ -1,6 +1,76 @@
---
-title: "{{ replace .TranslationBaseName "-" " " | title }}"
+# This determines what shows up first, lower weight = shows up first
+weight: 1
+
+# This is what appears as the tab's title
+title: "Cope | Alexis Collado"
+
+# This is the description in the <head> tag
+description: "I set a direction for the branding and identity of the product and crafted a functioning prototype ready for usability testing and development."
+
+# This the heading of the navigation at the top of the case study
+nav_heading: "Cope Case Study"
+
+# This is what appears in the case studies section, place this image at the /static/img folder
+thumbnail: "cope.jpg"
+
+# This is the title of the case study in the case studies section
+case_short_title: "Cope iOS App"
+
+# This is the title of the case study in the case study page
+case_title: "Cope iOS App"
+
+# This is the subtitle of the case study in the case studies section and the case study page
+case_subtitle: "Mobile App Design"
+
+# This is the case description in the case studies section
+case_description: "Cope is a mobile app that allows mental health help seekers track their symptoms and medication. I helped them create a minimum viable product for testing."
+
+# This is the featured image of the case, place this image at /{{post_title_here}/img folder
+# e.g. /mypost/img
+case_feature_img: "featured-cope.jpg"
+
+# This is the case summary in the case itself
+case_summary: "Cope is an application that helps users track their mental health. Progress is measured through the use of a check-in system, calendar, medicine tracker and a summary dashboard. I created a minimum viable product for this application."
+
+# Your team members
+team: ["Alexis Collado", "Carlos Arcenas", "Kat Uytiepo", "John Palomo"]
+
+# Roles of your team members
+roles: ["Branding and Identity", "User Interface Design", "Prototyping", "User Research"]
+
+# Methods your team members used
+methods: ["Sketching", "Mockups", "Guerilla Testing"]
+
+# Links at the bottom of the case study and where they link to
+# img is the svg that's part of the button. You can use eyeball.svg or download.svg
+# Place your custom svgs into /static/svg
+button_links:
+ - link: "https://marvelapp.com/g4b64e/screen/14364499"
+ img: "eyeball.svg"
+ text: "View Prototype"
+ - link: "http://copenow.co/"
+ img: "eyeball.svg"
+ text: "View Landing Page"
+ - link: "cope.pdf"
+ img: "download.svg"
+ text: "Download Feature Sets"
+
+# Testimonial text
+testimonial: "Alexis designed everything for Cope from the ground up. What I really like about him is his true understanding and grasp of what makes a great UI great. He knows that the user experience needs a lot of refining from customers and he isn't shy to take feedback even if it's critical. Alexis is one of those rare people who just gets it."
+
+# Testimonial photo, place this at /{{post_title_here}}/img
+# e.g. /mypost/img
+testimonial_photo: "john.jpg"
+
+# Author of testimonial
+testimonial_author: "John Robert Palomo"
+
+# Testimonial subtitle, usually position of the testimonial author
+testimonial_subtitle: "Co-founder, Cope"
+
date: {{ .Date }}
-draft: true
----
+draft: false
+# Write the content of your case study below the three dashed lines. You can use markdown and raw HTML.
+---