Skip to content

Commit f96eaec

Browse files
committed
removes unneeded files and improves layout
1 parent 308b6db commit f96eaec

File tree

7 files changed

+6
-48
lines changed

7 files changed

+6
-48
lines changed

Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ gem 'uglifier'
88
gem 'nokogiri'
99

1010
gem 'bootstrap-sass'
11-
gem 'font-awesome-sass'
1211

1312
gem 'rake'
1413
gem 'rake-jekyll'

_assets/stylesheets/_layout.scss

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
}
2828
}
2929
.site-nav {
30-
float: left;
31-
margin-top: 10px;
30+
float: right;
31+
margin-top: 90px;
3232
line-height: 56px;
3333
.menu-icon {
3434
display: none;
@@ -44,6 +44,7 @@
4444
}
4545

4646
@include media-query($on-palm) {
47+
margin-top: 0;
4748
position: absolute;
4849
top: 15px;
4950
right: 30px;

_assets/stylesheets/main.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $secondary-color-2: #99C542;
2525
$secondary-color-2-light: lighten($secondary-color-2, 30%);
2626
$secondary-color-2-dark: darken($secondary-color-2, 10%);
2727

28-
$on-palm: 685px;
28+
$on-palm: 756px;
2929
$on-laptop: 800px;
3030

3131
// Using media queries with like this:
@@ -43,7 +43,6 @@ $on-laptop: 800px;
4343

4444
@import
4545
"bootstrap",
46-
"font-awesome",
4746
"fullcalendar",
4847
"base",
4948
"layout",

_assets/stylesheets/plugins/toc.css

-40
This file was deleted.

_layouts/event.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
---
4-
<div class="event">
4+
<div class="post">
55

66
<header class="post-header">
77
<p class="event-date">{{ page.date | date: "%b %-d, %Y" }}</p>

_plugins/ext.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
require "jekyll-assets"
22
require "jekyll-assets/bootstrap"
3-
require "jekyll-assets/font-awesome"
43
require "jekyll-assets/rails-assets"

tutorials.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: page
2+
layout: post
33
title: Tutorials
44
permalink: /tutorials/
55
---

0 commit comments

Comments
 (0)