lookin good

This commit is contained in:
Micah Cowell 2016-03-14 19:56:21 -07:00
parent 1e29336a33
commit 41b6b97eba
2 changed files with 4 additions and 2 deletions

View File

@ -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/)

View File

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