From 41b6b97eba5d2c6326491f31208726377a7a45eb Mon Sep 17 00:00:00 2001 From: Micah Cowell Date: Mon, 14 Mar 2016 19:56:21 -0700 Subject: [PATCH] lookin good --- _posts/2016-03-10-ghost-to-jekyll.md | 2 ++ assets/css/main.scss | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_posts/2016-03-10-ghost-to-jekyll.md b/_posts/2016-03-10-ghost-to-jekyll.md index 189fba7..5672d56 100644 --- a/_posts/2016-03-10-ghost-to-jekyll.md +++ b/_posts/2016-03-10-ghost-to-jekyll.md @@ -20,3 +20,5 @@ The use of variables has to be my favorite feature. It splits variables up betwe # Data Files Another way to access info in your blog is through data files. Instead of just variables, data files allow you to create a YAML, JSON, or CSV file to put data into. For example on this site I have /data/websites.yml file where I store the websites I've made, the fields being the name and url, and then loop them into a list inside my html. + +[Jekyll Documentation](https://jekyllrb.com/docs/home/) diff --git a/assets/css/main.scss b/assets/css/main.scss index 0e65329..e24b10f 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -107,13 +107,13 @@ ul { h1 { font-size: 1.2em; font-weight: 700; - margin-top: 20px; + margin-top: 30px; margin-bottom: 5px; } p { font-size: 1em; line-height: 150%; - margin-bottom: 15px; + margin-bottom: 10px; } strong { font-weight: 700;