Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Novice Coder Confused With Portfolio #173

Closed
troycapybara opened this issue Jul 24, 2019 · 2 comments
Closed

Novice Coder Confused With Portfolio #173

troycapybara opened this issue Jul 24, 2019 · 2 comments
Assignees
Labels

Comments

@troycapybara
Copy link

troycapybara commented Jul 24, 2019

First of all I just want to say that I think that your website is amazing and I want to thank you profusely for making it to help out people like me.

My issue is that I can't add anything to the portfolio for some reason.

I'm trying to add a new .md file to the /_portfolio/ file, but it won't show up on my site, and I'm not sure why. This is my code, am I doing something wrong? I would love if I could get this to work, so any feed back would be super appreciated!

---
layout: post
title: Wienerschnitzel Campaign
feature-img: "assets/img/portfolio/hotdog.png"
img: "assets/img/portfolio/hotdog.png"
date: Fall 2018 Semester
tags: [advertising]
---
![image]({{ page.img | relative_url }})

In fall of 2018, a team of 3 other Advertising students and I created a complete advertising strategy and executed a multi-channel campaign for our Strategic Advertising Campaign Development class. </br> </br> We tackled the challenge presented by the National Student Advertising Competition (NSAC) for their annual student competition: how to make hot dogs a little bit less scary. The competition was sponsored by Wienerschnitzel, a fast food chain that sells hot dogs. In completing this task my group and I did a situational analysis of the industry, as well as analyzing Wienerschnitzel's unique brand position in this space. We also created unique customer profiles to try and better encapsulate the target market for this campaign. Next, we drafted a creative brief, and then finally made and then executed our creative concepts. </br> </br> Elements of our idea was incorporated into the final campaign Marist presented at NSAC and won third place! Our full campaign book can be viewed at [the link](https://drive.google.com/file/d/1rXB1ETw81uXgI4TqZ78L5Y4FLBl1ZBEZ/view)
@sylhare
Copy link
Owner

sylhare commented Jul 25, 2019

Hi,

So when trying to build the site you should have seen this error:

   Error: could not read file /Users/sylhare/Documents/Github/Type-on-Strap/_portfolio/test.md: Invalid date 'Fall 2018 Semester': Document '_portfolio/test.md' does not have a valid date in the YAML front matter.
   ERROR: YOUR SITE COULD NOT BE BUILT:
   ------------------------------------
   Invalid date 'Fall 2018 Semester': Document '_portfolio/test.md' does not have a valid date in the YAML front matter.

You absolutely need to put the date under the right format for it to work:

  • Try replacing Fall 2018 Semester by 2018-09-01 and it should all be working fine

For the format you need something like yyyy-mm-dd or another date format that can be yml parsed.
I will add this one to the documentation that to the documetation.
If you have more issue with it let me know 😉

@sylhare sylhare self-assigned this Jul 25, 2019
@troycapybara
Copy link
Author

Thank you!! So helpful! :)

@sylhare sylhare closed this as completed Jul 29, 2019
OMEGA-Y pushed a commit to OMEGA-Y/OMEGA-Y.github.io that referenced this issue Dec 8, 2020
[Julia] Convert existing files to new repository structure

Co-authored-by: Jeremy Walker <jez.walker@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants