blog assignment

This commit is contained in:
Armen Vartan 2014-12-01 15:18:29 -05:00
parent 5594ecc8ca
commit 44082ca4e4
2 changed files with 15 additions and 1 deletions

View File

@ -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.

View File

@ -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? * 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? * 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? * 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.