eleniharlan / elenijr.net

Code for Tzunior's food blog
1 stars 0 forks source link

Post template #3

Closed kostajh closed 10 years ago

kostajh commented 10 years ago

restaurant/eatery reviews, and miscellaneous musings on food related (and possibly other) matters.

@eleniharlan do you envision having a unique template for restaurant reviews, or should it share the same template with general blog posts / musings?

eleniharlan commented 10 years ago

Wow, exciting!! I don't think reviews need a separate template for now...

kostajh commented 10 years ago

Ok sounds good, we can always separate them later if need be.

kostajh commented 10 years ago

@eleniharlan here's a formatted (but not styled - just looking at the HTML structure for now) post for us to look at as an example http://kostaharlan.net/eleniharlan.net/blog/2014/03/09/imam-biyaldi/

Do you want "Ingredients" to be in a box off to the side?

eleniharlan commented 10 years ago

cool! I think a box to the side would be good for the ingredients.

I was also thinking of some sort of set of 4 photos in a square to show the breakdown of steps, rather than putting them at random intervals within the recipe, if you see what I mean?

On 11 March 2014 19:26, Kosta Harlan notifications@github.com wrote:

@eleniharlan https://github.com/eleniharlan here's a formatted (but not styled - just looking at the HTML structure for now) post for us to look at as an example http://kostaharlan.net/eleniharlan.net/blog/2014/03/09/imam-biyaldi/

Do you want "Ingredients" to be in a box off to the side?

Reply to this email directly or view it on GitHubhttps://github.com/kostajh/eleniharlan.net/issues/3#issuecomment-37338986 .

kostajh commented 10 years ago

Would it always be a set of 4 photos, or would you sometimes have 1, 2 or 3?

@egardner might also have some creative ideas for displaying photos alongside the text (outside the main content region).

eleniharlan commented 10 years ago

yeah i suppose it wouldn't always be 4, but that just seemed easiest in my head! Yeah, other ideas would be good!

On 11 March 2014 20:08, Kosta Harlan notifications@github.com wrote:

Would it always be a set of 4 photos, or would you sometimes have 1, 2 or 3?

@egardner https://github.com/egardner might also have some creative ideas for displaying photos alongside the text (outside the main content region).

Reply to this email directly or view it on GitHubhttps://github.com/kostajh/eleniharlan.net/issues/3#issuecomment-37343494 .

egardner commented 10 years ago

I think a full-width cover-photo for posts could be a really nice feature. The image would need to be large (maybe 1800px wide, any height). We could even give them a fancy parallax treatment kind of like how the intro fades in/out here: http://ericgardner.info/hdts-2013/

But it could be done as something that's optional. So posts that have a "cover-photo" asset defined would trigger a nice full-width cover image, while posts that didn't have it would use a standardized layout.

I think good photography will really enhance the site and drive traffic.

On Tue, Mar 11, 2014 at 1:11 PM, eleniharlan notifications@github.comwrote:

yeah i suppose it wouldn't always be 4, but that just seemed easiest in my head! Yeah, other ideas would be good!

On 11 March 2014 20:08, Kosta Harlan notifications@github.com wrote:

Would it always be a set of 4 photos, or would you sometimes have 1, 2 or 3?

@egardner https://github.com/egardner might also have some creative

ideas for displaying photos alongside the text (outside the main content region).

Reply to this email directly or view it on GitHub< https://github.com/kostajh/eleniharlan.net/issues/3#issuecomment-37343494>

.

Reply to this email directly or view it on GitHubhttps://github.com/kostajh/eleniharlan.net/issues/3#issuecomment-37343737 .

kostajh commented 10 years ago

Agreed. Note that there is currently a "splash" image field (https://github.com/kostajh/eleniharlan.net/blob/c90f92cff244afa88682947761bbfaf70d1efabd/_posts/2014-03-09-imam-biyaldi.md), I'm happy to rename that to whatever.

egardner commented 10 years ago

Splash is fine, or whatever makes sense to Eleni since she'll be writing the content. @eleniharlan, send over a link to your Flickr when it's up and maybe include any good generic images you think could work well on the site (images of a meal, table setting, or anything atmospheric in addition to illustrations of specific dishes).

On the jekyll side, I'm imagining something in the template like:

{% if page.splash %} // fancy cover-image layout {% else %} // normal intro layout {% endif %}

On Tue, Mar 11, 2014 at 1:53 PM, Kosta Harlan notifications@github.comwrote:

Agreed. Note that there is currently a "splash" image field ( https://github.com/kostajh/eleniharlan.net/blob/c90f92cff244afa88682947761bbfaf70d1efabd/_posts/2014-03-09-imam-biyaldi.md), I'm happy to rename that to whatever.

Reply to this email directly or view it on GitHubhttps://github.com/kostajh/eleniharlan.net/issues/3#issuecomment-37348457 .

eleniharlan commented 10 years ago

Yeah that sounds good and I think optional settings per post will be helpful too.

Good photography is something I need to work on!! I've been trying to improve but I'm basically pointing and shooting then trying to fiddle with the exposure and color on iPhoto.... Not great I know.

I will dig up some photos/try to take some over the coming weeks. Sorry!

On Tuesday, 11 March 2014, egardner notifications@github.com wrote:

Splash is fine, or whatever makes sense to Eleni since she'll be writing the content. @eleniharlan, send over a link to your Flickr when it's up and maybe include any good generic images you think could work well on the site (images of a meal, table setting, or anything atmospheric in addition to illustrations of specific dishes).

On the jekyll side, I'm imagining something in the template like:

{% if page.splash %} // fancy cover-image layout {% else %} // normal intro layout {% endif %}

On Tue, Mar 11, 2014 at 1:53 PM, Kosta Harlan notifications@github.com<javascript:_e(%7B%7D,'cvml','notifications@github.com');

wrote:

Agreed. Note that there is currently a "splash" image field (

https://github.com/kostajh/eleniharlan.net/blob/c90f92cff244afa88682947761bbfaf70d1efabd/_posts/2014-03-09-imam-biyaldi.md ), I'm happy to rename that to whatever.

Reply to this email directly or view it on GitHub< https://github.com/kostajh/eleniharlan.net/issues/3#issuecomment-37348457> .

Reply to this email directly or view it on GitHubhttps://github.com/kostajh/eleniharlan.net/issues/3#issuecomment-37349279 .

kostajh commented 10 years ago

Per #2, we will have one template post with the option to categorize it as a recipe (other categories TBD) and an ingredients field.