Skip to content

Commit

Permalink
added new category page, and new article
Browse files Browse the repository at this point in the history
  • Loading branch information
jleajones committed Aug 18, 2015
1 parent dbf14f2 commit badfd9f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = function (grunt) {
},
watch: {
jekyll: {
files: ['**/*.html', '**/*.md', '!README.md', '!_site/**/*'],
files: ['**/*.html', '**/*.scss', 'assets/**/*', '**/*.md', '!README.md', '!_site/**/*'],
tasks: ['exec:build'],
options: {
livereload: true
Expand Down
8 changes: 8 additions & 0 deletions _posts/2015-08-05-tffa-fantasy-football-league-2015.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: post
title: "TFFA: 2015 Fantasy Season"
date: 2015-08-05 11:18:58
category: sports
image: fantasy_football_begins.png
---
With the 2015 NFL season opener around the corner, fantasy football is in full effect!
Binary file added assets/images/fantasy_football_begins.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions category/fashion/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: category
title: Fashion | J.Lea-Jones
category: fashion
---
2 changes: 1 addition & 1 deletion css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $general-color: #9E9E9E;
$photography-color: #00c853;
$lifestyle-color: #d50000;
$producing-color: #eeff41;
$sports-color: #eeff41;
$sports-color: #304ffe;
$fashion-color: #6200ea;

$categories: coding $coding-color, general $general-color, photography $photography-color, lifestyle $lifestyle-color, producing $producing-color, sports $sports-color, fashion $fashion-color;
Expand Down

0 comments on commit badfd9f

Please sign in to comment.