blog assignment
This commit is contained in:
parent
5594ecc8ca
commit
44082ca4e4
@ -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.
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user