amie-wilt / assignments

Homework for TIY!
0 stars 0 forks source link

Assignment 2-3 #10

Closed ambethia closed 9 years ago

ambethia commented 9 years ago

Week 2 - Assignment 3

Description

Using the blog layout you created in yesterday's assignment (or creating a new one) I want you to build a web app that loads blog posts from a data file in YAML format.

Use Webrick to serve the pages on port 8000.

Deliverables

After completing this assignment, you should be able to create a dynamic site from scratching using only tools from Ruby's standard library.

Performance Objectives

After completing this assignment, you should be able to effectively:

amie-wilt commented 9 years ago

@ambethia: it's not completely done, but here's what I got so far. https://github.com/amie-wilt/DynamicBlog

amie-wilt commented 9 years ago

@ambethia, okay, done now!