From 44082ca4e4476f1edcc1c517227db8443f370d0f Mon Sep 17 00:00:00 2001 From: Armen Vartan Date: Mon, 1 Dec 2014 15:18:29 -0500 Subject: [PATCH] blog assignment --- front-end/7-blog/README.md | 14 ++++++++++++++ front-end/8-hacker-news/README.md | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/front-end/7-blog/README.md b/front-end/7-blog/README.md index e69de29..f409a52 100644 --- a/front-end/7-blog/README.md +++ b/front-end/7-blog/README.md @@ -0,0 +1,14 @@ +Make a Blog +=========== + +You're going to make a blog. [Github offers free hosting of one static page per account.](https://pages.github.com/) +We're going to do it in [Jekyll](http://jekyllrb.com/docs/quickstart/). +Follow the steps on their [GitHub page](https://github.com/jekyll/jekyll). + +When you make the repository for your Jekyll site, make sure to include the Jekyll gitignore. + +Once you get the page up, feel free to customize it. Look through the layout of the framework. Play around with it and see what changes what. + +Congratulations! You've used your first framework. + +_Note_: This assignment is pretty open ended. Reach out to us, if you get stuck or feel lost. diff --git a/front-end/8-hacker-news/README.md b/front-end/8-hacker-news/README.md index 1731405..63fdd21 100644 --- a/front-end/8-hacker-news/README.md +++ b/front-end/8-hacker-news/README.md @@ -6,4 +6,4 @@ Hacker News * Read through the code, and compare it to what you see on the page. What is each thing doing? * What do you think of the embedded CSS? Is this good practice? * Check out the CSS file. Does it follow DRY (don't repeat yourself) priniciples? -* Pick something in the site that you found interesting. Blog about it. +* Pick something in the site that you found interesting. Blog about it in your new blog.