Skip to content

Commit

Permalink
Update to new theme, including tags
Browse files Browse the repository at this point in the history
  • Loading branch information
oicheryl committed Dec 30, 2018
1 parent 095d8f9 commit 892b395
Show file tree
Hide file tree
Showing 63 changed files with 417 additions and 742 deletions.
2 changes: 1 addition & 1 deletion 404.md
Expand Up @@ -5,4 +5,4 @@ title: 404 - Page not found

Sorry, we can't find that page that you're looking for. You can try again by going [back to the homepage]({{ site.baseurl }}/).

[<img src="{{ site.baseurl }}/images/404.jpg" alt="Constructocat by https://github.com/jasoncostello" style="width: 400px;"/>]({{ site.baseurl }}/)
[<img src="{{ site.baseurl }}/images/404.jpg" alt="Sorry, we can't find that page that you're looking for." style="width: 400px;"/>]({{ site.baseurl }}/)
2 changes: 2 additions & 0 deletions Gemfile
@@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
8 changes: 6 additions & 2 deletions README.md
@@ -1,3 +1,7 @@
Source of Cheryl's blog at www.oicheryl.com. You’re welcome to submit PRs, but I will be very confused.
Source of Cheryl's blog at www.oicheryl.com. You’re welcome to submit PRs, but I
will be very confused.

This was created using [Jekyll Now](https://www.smashingmagazine.com/2014/08/build-blog-jekyll-github-pages/), a truly simple way to get up and running with Jekyll and Github pages.
This was created using [Jekyll
Now](https://www.smashingmagazine.com/2014/08/build-blog-jekyll-github-pages/),
a truly simple way to get up and running with Jekyll and Github pages. The theme
is [harveynick/lagrange](https://github.com/harveynick/lagrange).
16 changes: 11 additions & 5 deletions _config.yml
Expand Up @@ -3,10 +3,11 @@
#

# Name of your site (displayed in the header)
name: Cheryl Hung (@oicheryl)
title: Cheryl Hung, Director of Ecosystem, Cloud Native Computing Foundation
author: Cheryl

# Short bio or description (displayed in the header)
description: I code, write and speak about containers and cloud native technologies.
description: ''

# URL of your avatar or profile pic (you could use your GitHub profile pic)
avatar: https://avatars3.githubusercontent.com/u/11319250?v=3&u=336db9e336bff5ab7c6716770e14257ba48b4720&s=400
Expand Down Expand Up @@ -69,13 +70,14 @@ kramdown:
css_class: 'highlight'

# Set the Sass partials directory, as we're using @imports
sass:
style: :expanded # You might prefer to minify using :compressed
#sass:
# style: :expanded # You might prefer to minify using :compressed

# Use the following plug-ins
gems:
plugins:
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
- jekyll-feed # Create an Atom feed using the official Jekyll feed gem
- jekyll-paginate

# Exclude these files from your production _site
exclude:
Expand All @@ -84,3 +86,7 @@ exclude:
- LICENSE
- README.md
- CNAME

remote_theme: harveynick/lagrange

paginate: 10
70 changes: 70 additions & 0 deletions _data/settings.yml
@@ -0,0 +1,70 @@
# Change 'comments' to true for Disqus comments
disqus:
comments: false
disqus_shortname: ''

# If you are not using Google Analytics, please change 'google-ID' to an empty string
google-ID: 'UA-101991886-1'

menu:
- {name: 'Featured posts', path: 'tags', url: '#featured'}
- {name: 'Events', path: 'events', url: ''}
- {name: 'About', path: 'about', url: ''}

# Available social icons are powered by Font Awesome, so you can use any icon that they offer
social:
- {icon: 'github', link: 'https://www.github.com/oicheryl'}
- {icon: 'twitter', link: 'https://twitter.com/oicheryl'}
- {icon: 'linkedin', link: 'http://www.linkedin.com/in/cheryljhung/'}
# - {icon: 'envelope', link: 'mailto:l.nguyen.paul@gmail.com'}
# - {icon: 'rss-square', link: '/feed.xml'}
# - {icon: 'rss-square', link: '/rss-feed.xml'}

# Customize site text
pagination:
next_page: 'Next 10'
previous_page: 'Previous 10'

# Text prefix for tags at the bottom of each post.
post_tags: 'Tagged with'

post_date_prefix: 'Written by'

sharing_button_prompt: ''

post_navigation:
# Options are 'category', and 'site'. 'category' will only use the first
# category assigned to the post.
type: category

# Available positions are 'top', and 'bottom'.
postion: ['top', 'bottom']

# Text to use for the previous post link. `{category}` and `{title}` will be
# replaced as expected. If `type` is `site` {category} with be `site.title`.
previous_title: 'Previous in "{category}": {title}'

# Text to use for the next post link. `{category}` and `{title}` will be
# replaced as expected. If `type` is `site` {category} with be `site.title`.
next_title: 'Next in "{category}": {title}'

related_posts:
# Text for heading above related posts.
heading: 'You may also enjoy:'

# Method used to generate related posts. Options are:
# 'tags' - Related posts are randomly selected from those with shared tags.
# 'site' - Related posts are randomly selected from the contents of
# `site.related_posts`.
type: site

# Enable to declare a post field (declared in the post front matter) which
# should be used as a filter for which posts are included in the related posts.
# post_filter: favourite

# Maximum number of related posts to show below each post.
count: 3

# Whether the content of the post_navigation should be excluded from the
# related posts.
exclude_post_navigation: true
16 changes: 0 additions & 16 deletions _includes/analytics.html

This file was deleted.

17 changes: 0 additions & 17 deletions _includes/disqus.html

This file was deleted.

1 change: 1 addition & 0 deletions _includes/excerpt.html
@@ -0,0 +1 @@
{{ post.excerpt }}
18 changes: 0 additions & 18 deletions _includes/meta.html

This file was deleted.

1 change: 1 addition & 0 deletions _includes/social-sharing.html
@@ -0,0 +1 @@
<hr>
13 changes: 0 additions & 13 deletions _includes/svg-icons.html

This file was deleted.

52 changes: 0 additions & 52 deletions _layouts/default.html

This file was deleted.

12 changes: 0 additions & 12 deletions _layouts/page.html

This file was deleted.

17 changes: 0 additions & 17 deletions _layouts/post.html

This file was deleted.

9 changes: 7 additions & 2 deletions _posts/2017-07-05-CloudNativeLdn-July-writeup.md
@@ -1,6 +1,11 @@
---
layout: post
title: "[Photos] [Slides] [Jul 2017] Sliders and speakers at Cloud Native London July"
title: "Sliders and speakers at Cloud Native London July"
tags:
- Photos
- Slides
- "2017"
- Meetup
---

![Michael Hausenblas, Cheryl Hung and Ben Hall]({{site.baseurl}}/images/IMG_20170704_185045.jpg)
Expand All @@ -16,7 +21,7 @@ There was great positive feedback about:

My slides are available here:

<object data="http://www.oicheryl.com/resources/Cloud-Native-London-July-with-notes.pdf" type="application/pdf" width="700px" height="700px">
<object data="http://www.oicheryl.com/resources/Cloud-Native-London-July-with-notes.pdf" type="application/pdf" width="100%" height="700px">
<embed src="http://www.oicheryl.com/resources/Cloud-Native-London-July-with-notes.pdf">
This browser does not support PDFs. Please download the PDF to view it: <a href="http://www.oicheryl.com/resources/Cloud-Native-London-July-with-notes.pdf">Download PDF</a>.</p>
</embed>
Expand Down
6 changes: 5 additions & 1 deletion _posts/2017-08-01-CloudNativeLdn-August-writeup.md
@@ -1,6 +1,10 @@
---
layout: post
title: "[Photos] [Aug 2017] containerd, K8s internals and Keel at Cloud Native London August"
title: "containerd, K8s internals and Keel at Cloud Native London August"
tags:
- Photos
- "2017"
- Meetup
---

![Karolis Rusenas, James Munnelly, Steven Thwaites, Cheryl Hung]({{site.baseurl}}/images/CloudNativeLondonAugust.jpg)
Expand Down
12 changes: 9 additions & 3 deletions _posts/2017-08-05-Microservices-video.md
@@ -1,13 +1,19 @@
---
layout: post
title: "[Video] [Slides] [Aug 2017] Persistent storage for Docker - London μServices (Microservices) User Group"
title: "Persistent storage for Docker - London μServices (Microservices) User Group"
tags:
- Video
- Slides
- "2017"
---

<iframe src="https://player.vimeo.com/video/228229016" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<p class="video-wrapper">
<iframe src="https://player.vimeo.com/video/228229016" frameborder="0" allowfullscreen></iframe>
</p>

I gave a talk at the London μServices (Microservices) User Group meetup on "Persistent storage for Docker - which solution and why?" on 2 August, 2017 in London. My slides are also available here:

<object data="http://www.oicheryl.com/resources/Persistent Storage in Docker.pdf" type="application/pdf" width="700px" height="700px">
<object data="http://www.oicheryl.com/resources/Persistent Storage in Docker.pdf" type="application/pdf" width="100%" height="700px">
<embed src="http://www.oicheryl.com/resources/Persistent Storage in Docker.pdf">
This browser does not support PDFs. Please download the PDF to view it: <a href="http://www.oicheryl.com/resources/Persistent Storage in Docker.pdf">Download PDF</a>.</p>
</embed>
Expand Down
12 changes: 9 additions & 3 deletions _posts/2017-09-27-Eight-principles-of-cloud-native-storage.md
@@ -1,13 +1,19 @@
---
layout: post
title: "[Video] [Slides] [Sep 2017] Eight principles of Cloud Native Storage - CloudNative conference"
title: "Eight principles of Cloud Native Storage - CloudNative conference"
tags:
- Video
- Slides
- "2017"
---

<iframe src="https://player.vimeo.com/video/235727293" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<p class="video-wrapper">
<iframe src="https://player.vimeo.com/video/235727293" frameborder="0" allowfullscreen></iframe>
</p>

I gave a talk at the CloudNative conference in London on "Eight principles for Cloud Native Storage" on 27 September, 2017. My slides are available here:

<object data="http://www.oicheryl.com/resources/Eight-principles-for-Cloud-Native-Storage.pdf" type="application/pdf" width="700px" height="700px">
<object data="http://www.oicheryl.com/resources/Eight-principles-for-Cloud-Native-Storage.pdf" type="application/pdf" width="100%" height="700px">
<embed src="http://www.oicheryl.com/resources/Eight-principles-for-Cloud-Native-Storage.pdf">
This browser does not support PDFs. Please download the PDF to view it: <a href="http://www.oicheryl.com/resources/Eight-principles-for-Cloud-Native-Storage.pdf">Download PDF</a>.</p>
</embed>
Expand Down
12 changes: 9 additions & 3 deletions _posts/2017-09-27-What-does-the-CNCF-do.md
@@ -1,13 +1,19 @@
---
layout: post
title: "[Video] [Slides] [Sep 2017] What does the CNCF actually do - CloudNative conference"
title: "What does the CNCF actually do - CloudNative conference"
tags:
- Video
- Slides
- "2017"
---

<iframe src="https://player.vimeo.com/video/235890406" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<p class="video-wrapper">
<iframe src="https://player.vimeo.com/video/235890406" frameborder="0" allowfullscreen></iframe>
</p>

My talk at the CloudNative conference in London on "What does the CNCF actually do?" on 27 September, 2017. Slides available here:

<object data="http://www.oicheryl.com/resources/what-does-the-CNCF-actually-do.pdf" type="application/pdf" width="700px" height="700px">
<object data="http://www.oicheryl.com/resources/what-does-the-CNCF-actually-do.pdf" type="application/pdf" width="100%" height="700px">
<embed src="http://www.oicheryl.com/resources/what-does-the-CNCF-actually-do.pdf">
This browser does not support PDFs. Please download the PDF to view it: <a href="http://www.oicheryl.com/resources/what-does-the-CNCF-actually-do.pdf">Download PDF</a>.
</embed>
Expand Down

0 comments on commit 892b395

Please sign in to comment.