Skip to content

Commit

Permalink
update to jekyll-theme-prologue 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe committed Jan 13, 2018
1 parent ccb6940 commit 27f4550
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
hide: true
layout: home
title: 404 Error
permalink: /404
robots: noindex, nofollow
description: 404 page
canonical: false
---
<p>The requested page could not be found.</p>
12 changes: 6 additions & 6 deletions _sections/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
---
<div class="row">
<div class="4u 12u$(mobile)">
<article class="item">
<div class="item">
<a href="https://www.udacity.com/grow-with-google" class="image fit"><img src="assets/images/grow-with-google.png" alt="Badge: Google Developer Challenge Scholarship, 2018 Recipient" /></a>
<header>
<h3>Grow with Google: Mobile Web Specialist Track</h3>
</header>
</article>
<article class="item">
</div>
<div class="item">
<a href="https://github.com/chrisbobbe/jekyll-theme-prologue" class="image fit"><img src="assets/images/prologue-large.png" alt="Jekyll theme thumbnail: Prologue by HTML5 UP" /></a>
<header>
<h3>Jekyll Theme: Prologue (<a href="https://chrisbobbe.github.io/jekyll-theme-prologue/">see demo</a>, <a href="https://github.com/chrisbobbe/jekyll-theme-prologue">see code</a>)</h3>
</header>
</article>
</div>
</div>
<div class="4u 12u$(mobile)">
<article class="item">
<div class="item">
<a href="#contact" class="image fit scrolly"><img src="assets/images/pic04.jpg" alt="Blank project thumbnail" /></a>
<header>
<h3>More links coming soon...or <a href="#contact" class="scrolly">your own project?</a></h3>
</header>
</article>
</div>
</div>
</div>
4 changes: 4 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
# You don't need to edit this file, it's empty on purpose.
# Edit theme's home layout instead if you wanna make some changes
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
hide: true
layout: home
title: Home
icon: fa-home
order: 1
---
23 changes: 23 additions & 0 deletions reading-list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
hide: true
title: Reading List
subtitle: a list of books I read
layout: page
icon: fa-book
order: 3
---

I love books! Here are some I'm reading now:

1. Robert Burton: *The Anatomy of Melancholy*
2. Robert Musil: *The Man Without Qualities*
3. Kazuo Ishiguro: *The Unconsoled*
4. Malcolm Lowry: *Under the Volcano*
5. Virginia Woolf: *The Waves*
6. James Joyce: *Finnegans Wake*
7. Thomas Wolfe: *Look Homeward, Angel*
8. William Thackeray: *Pendennis*
9. Karl Marx: *Capital*
10. James Woodforde: *The Diary of A Country Parson*

source: [The Guardian](https://www.theguardian.com/books/booksblog/2011/jan/04/best-boring-books)
1 change: 1 addition & 0 deletions resume.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: My Resume
permalink: /resume
hide: true
---
<iframe src="https://docs.google.com/document/d/e/2PACX-1vT4eimGZwhMF9-4Wf41JF--lMAdmk0S6J6YnU31kI9xdBk8oTvZuHqDvSkG6D8-dzPnFkb3nV13LXc-/pub?embedded=true"></iframe>
2 changes: 2 additions & 0 deletions skills.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: My Skills
permalink: /skills
order: 2
hide: true
---

# Here are some things I can do.
Expand Down

0 comments on commit 27f4550

Please sign in to comment.