Skip to content

Commit

Permalink
Added screenshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvaeth committed Sep 8, 2016
1 parent 43227da commit c938891
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 5 deletions.
1 change: 1 addition & 0 deletions Gemfile
@@ -1,6 +1,7 @@
source "https://rubygems.org"

group :jekyll_plugins do
gem "jekyll-paginate"
gem "jekyll-sitemap"
gem "octopress-autoprefixer"
end
20 changes: 19 additions & 1 deletion README.md
Expand Up @@ -2,6 +2,20 @@
Trophy is a blog theme for Jekyll built using HTML, Sass, and JavaScript (no jQuery). External stylesheets and libraries included are Google Fonts, Font Awesome, Normalize.CSS, and WOW.js.

## Screenshots
Blog Page (Posts)
![Blog Page](https://github.com/thomasvaeth/trophy/blob/master/_screenshots/screenshot-1.png "Desktop screenshot")

Blog Page (Categories)
![Blog Page](https://github.com/thomasvaeth/trophy/blob/master/_screenshots/screenshot-2.png "Desktop screenshot")

Post Page (Mast)
![Post Page](https://github.com/thomasvaeth/trophy/blob/master/_screenshots/screenshot-3.png "Desktop screenshot")

Post Page (Profile & Footer)
![Post Page](https://github.com/thomasvaeth/trophy/blob/master/_screenshots/screenshot-4.png "Desktop screenshot")

Archive Page
![Archive Page](https://github.com/thomasvaeth/trophy/blob/master/_screenshots/screenshot-5.png "Desktop screenshot")

## Installation
All dependencies are saved in the ````Gemfile````. Run ````bundle install```` (Install [Bundler](http://bundler.io/) if it is not already) after cloning the repo.
Expand Down Expand Up @@ -90,8 +104,12 @@ Jekyll does not have anything built in for categories, so I made making new cate
* ````description```` - Optional field for SEO (recommended to not go over 160 characters)
* ````permalink```` - URL for the category

## Issues
## Upcoming Additions
* Page transitions
* 404 page

## Issues
Please submit any issues [here](https://github.com/thomasvaeth/trophy/issues).

## License
Trophy is licensed under the MIT License.
2 changes: 1 addition & 1 deletion _config.yml
Expand Up @@ -33,4 +33,4 @@ sass:
style: compressed

# Gems
gems: [jekyll-sitemap, octopress-autoprefixer]
gems: [jekyll-paginate, jekyll-sitemap, octopress-autoprefixer]
2 changes: 1 addition & 1 deletion _layouts/post.html
Expand Up @@ -4,7 +4,7 @@
<article itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">

<header class="section-padding--lg mast">
<a class="nav nav--white" href="{{ site.baseurl }}">
<a class="nav nav--white" href="{{ site.baseurl }}/">
<i class="fa fa-lg fa-arrow-left"></i>
<span>Back to Posts</span>
</a>
Expand Down
2 changes: 1 addition & 1 deletion _sass/_base.scss
Expand Up @@ -14,7 +14,7 @@ $color-white: #fff;

$mq-xs: 20em;
$mq-sm: 30em;
$mq-md: 48em;
$mq-md: 54em;
$mq-lg: 64em;
$mq-xl: 76.5em;
$mq-xxl: 114em;
Expand Down
Binary file added _screenshots/screenshot-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _screenshots/screenshot-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _screenshots/screenshot-3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _screenshots/screenshot-4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _screenshots/screenshot-5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion archive.html
Expand Up @@ -5,7 +5,7 @@
permalink: /archive/
---
<section class="archives" itemscope itemtype="http://schema.org/Blog">
<a class="nav nav--black" href="{{ site.baseurl }}">
<a class="nav nav--black" href="{{ site.baseurl }}/">
<i class="fa fa-lg fa-arrow-left"></i>
<span>Back to Posts</span>
</a>
Expand Down

0 comments on commit c938891

Please sign in to comment.