Skip to content

Commit d8b2f70

Browse files
committed
Copy edit for work page, update jQuery, Ruby, Font Awesome, bundle update, cleanup
1 parent d5597db commit d8b2f70

8 files changed

+23
-20
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.3
1+
2.3.0

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ruby '2.2.3'
1+
ruby '2.3.0'
22
source 'https://rubygems.org'
33

44
gem 'guard', '~> 2.13.0'
@@ -10,5 +10,5 @@ gem 'kramdown', '~> 1.9.0'
1010
gem 'sass', '~> 3.4.0'
1111

1212
group :jekyll_plugins do
13-
gem 'jekyll-compose', '~> 0.3.0'
13+
gem 'jekyll-compose', '~> 0.4.0'
1414
end

Gemfile.lock

+9-8
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,19 @@ GEM
3838
mercenary (~> 0.3.3)
3939
rouge (~> 1.7)
4040
safe_yaml (~> 1.0)
41-
jekyll-compose (0.3.0)
41+
jekyll-compose (0.4.1)
42+
jekyll (>= 2.5.0)
4243
jekyll-paginate (1.1.0)
43-
jekyll-sass-converter (1.3.0)
44-
sass (~> 3.2)
44+
jekyll-sass-converter (1.4.0)
45+
sass (~> 3.4)
4546
jekyll-watch (1.3.0)
4647
listen (~> 3.0)
4748
kramdown (1.9.0)
4849
liquid (3.0.6)
4950
listen (3.0.5)
5051
rb-fsevent (>= 0.9.3)
5152
rb-inotify (>= 0.9)
52-
lumberjack (1.0.9)
53+
lumberjack (1.0.10)
5354
mercenary (0.3.5)
5455
method_source (0.8.2)
5556
multi_json (1.11.2)
@@ -61,12 +62,12 @@ GEM
6162
coderay (~> 1.1.0)
6263
method_source (~> 0.8.1)
6364
slop (~> 3.4)
64-
rb-fsevent (0.9.6)
65+
rb-fsevent (0.9.7)
6566
rb-inotify (0.9.5)
6667
ffi (>= 0.5.0)
6768
rouge (1.10.1)
6869
safe_yaml (1.0.4)
69-
sass (3.4.19)
70+
sass (3.4.21)
7071
shellany (0.0.1)
7172
slop (3.6.0)
7273
thor (0.19.1)
@@ -79,10 +80,10 @@ DEPENDENCIES
7980
guard-jekyll-plus (~> 2.0.0)
8081
guard-livereload (~> 2.5.0)
8182
jekyll (~> 3.0.0)
82-
jekyll-compose (~> 0.3.0)
83+
jekyll-compose (~> 0.4.0)
8384
jekyll-paginate (~> 1.1.0)
8485
kramdown (~> 1.9.0)
8586
sass (~> 3.4.0)
8687

8788
BUNDLED WITH
88-
1.10.6
89+
1.11.2

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: 'Have Eubene to Vancouver?'
22
33
description: 'Eubene Sa is a web developer based in Vancouver. He enjoys going to music shows and writes about them. Made with love using Jekyll, HTML5, CSS3, Sass, Skeleton.'
4-
url: 'http://eubene.me'
4+
url: 'http://eubenesa.com'
55

66
exclude: ['Guardfile', 'js/OwlCarousel2/docs_src/templates/pages/docs/dev-buildin-plugins.hbs']
77

_includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<footer>
22
<div class="row footer-made-with">
33
<div class="twelve columns">
4-
<p>Made with <i class="fa fa-heart footer-heart"></i> in Strathcona, Vancouver.</p>
4+
<p>Made with <i class="fa fa-heart footer-heart"></i> in Riley Park, Vancouver.</p>
55
</div>
66
</div>
77

_includes/head.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
<meta http-equiv="X-UA-Compatible" content="IE=edge">
44
<meta name="viewport" content="width=device-width, initial-scale=1">
55

6-
<title>{% if page.title %}{{ page.title }} | Have Eubene Around Vancouver?{% else %}{{ site.title }}{% endif %}</title>
6+
<title>{% if page.title %}{{ page.title }} | {{ site.title }}{% else %}{{ site.title }}{% endif %}</title>
77
<meta name="description" content="{% if page.description %}{{ page.description | truncate: 160 }}{% else %}{{ site.description | truncate: 160 }}{% endif %}">
88

9-
<meta property="og:title" content="{% if page.title %}{{ page.title }} | Have Eubene Around Vancouver?{% else %}{{ site.title }}{% endif %}">
9+
<meta property="og:title" content="{% if page.title %}{{ page.title }} | {{ site.title }}{% else %}{{ site.title }}{% endif %}">
1010
<meta property="og:type" content="website">
1111
<meta property="og:image" content="http://36.media.tumblr.com/f23f7df3f2ce46f4f17f35a6006819c1/tumblr_noa86vlumJ1rw8ajfo1_1280.jpg">
1212
<meta property="og:url" content="{% if page.url %}http://eubene.me{{ page.url }}{% else %}http://eubene.me/{% endif %}">
1313
<meta property="og:description" content="{% if page.description %}{{ page.description | truncate: 160 }}{% else %}{{ site.description | truncate: 160 }}{% endif %}">
1414

1515
<meta name="twitter:card" content="summary">
1616
<meta name="twitter:site" content="@EubeneSa">
17-
<meta name="twitter:title" content="{% if page.title %}{{ page.title }} | Have Eubene Around Vancouver?{% else %}{{ site.title }}{% endif %}">
17+
<meta name="twitter:title" content="{% if page.title %}{{ page.title }} | {{ site.title }}{% else %}{{ site.title }}{% endif %}">
1818
<meta name="twitter:description" content="{% if page.description %}{{ page.description | truncate: 160 }}{% else %}{{ site.description | truncate: 160 }}{% endif %}">
1919
<meta name="twitter:image" content="http://36.media.tumblr.com/f23f7df3f2ce46f4f17f35a6006819c1/tumblr_noa86vlumJ1rw8ajfo1_1280.jpg">
2020

@@ -25,13 +25,13 @@
2525
<!-- Favicon -->
2626
<link rel="apple-touch-icon-precomposed" href="{{ "/assets/favicon-152.png" | prepend: site.baseurl }}">
2727
<meta name="msapplication-TileColor" content="#FFFFFF">
28-
<meta name="msapplication-TileImage" content="{{ "/assets/favicon-144.png" | prepend: site.baseurl }}">
28+
<meta name="msapplication-TileImage" content="{{ "/assets/favicon-144.png" | prepend: site.baseurl }}">
2929

3030
<!-- CSS -->
3131
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css">
3232
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
3333
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Cousine:400,700">
34-
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
34+
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
3535
<link rel="stylesheet" href="{{ "/js/OwlCarousel2/dist/assets/owl.carousel.min.css" | prepend: site.baseurl }}">
3636
<link rel="stylesheet" href="{{ "/js/OwlCarousel2/dist/assets/owl.theme.default.min.css" | prepend: site.baseurl }}">
3737
<link rel="stylesheet" href="{{ "/css/app.css" | prepend: site.baseurl }}">

photos.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ <h2>{{ page.title }}</h2>
2323
</div>
2424
</div>
2525

26-
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
26+
<script src="//code.jquery.com/jquery-2.2.0.min.js"></script>
2727
<script src="{{ "/js/OwlCarousel2/dist/owl.carousel.min.js" | prepend: site.baseurl }}"></script>
2828
<script src="{{ "/js/photos.js" | prepend: site.baseurl }}"></script>

work.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ <h3><a href="http://eubene.me/">Have Eubene to Vancouver?</a></h3>
99
<p>It's what you are seeing right now! Jekyll, HTML5, CSS3, Sass, and Skeleton.</p>
1010
<h3><a href="http://www.nbdlabel.com/">nbd label</a></h3>
1111
<p>no big deal. It's a collective with Vancouver local bands/pals <a href="https://soundcloud.com/mesaluna">Mesa Luna</a>, <a href="https://soundcloud.com/avidwalker">Avid Walker</a>, and <a href="https://soundcloud.com/plazasmusic">Plazas</a> (so far?). Design by the wonderful <a href="http://amandaanderson.xyz/">Amanda Anderson</a>! Ember.js, HTML5, CSS3, Sass, and Skeleton.</p>
12+
<h3><a href="https://www.pixelunion.net/">Pixel Union</a></h3>
13+
<p>I lead pixel in services that are premium. JavaScript, jQuery, HTML5, CSS3, Sass, and Shopify.</p>
1214
<h3><a href="http://skyrocket.is/">Skyrocket</a></h3>
13-
<p>I rocket front-end. JavaScript, jQuery, Ruby on Rails, Intercom API, HTML5, CSS3, Sass, Foundation, WordPress, Shopify, and NationBuilder.</p>
15+
<p>I rocketed front-end. JavaScript, jQuery, Ruby on Rails, Intercom API, HTML5, CSS3, Sass, Foundation, WordPress, Shopify, and NationBuilder.</p>
1416
<h3><a href="http://www.brainstation.io/">BrainStation</a></h3>
1517
<p>I teach assisted at times. HTML5 and CSS3.</p>
1618
<h3><a href="https://tradablebits.com/">Tradable Bits</a></h3>

0 commit comments

Comments
 (0)