Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • richardp2/richardp2.github.io
1 result
Show changes
Commits on Source (3)
# Template project: https://gitlab.com/pages/jekyll
# Docs: https://docs.gitlab.com/ce/pages/
image: ruby:2.3
 
# define the environment variables
variables:
JEKYLL_ENV: production
 
# 'bundle' all the required gems for the project
# Add bundle cache to 'vendor' & untracked files for speeding up builds
cache:
untracked: true
paths:
- vendor/
# 'Bundle' all the required gems for the project
before_script:
- bundle install
- bundle install --path vendor
 
# build and deploy the site
# Build and deploy the site
pages:
stage: deploy
environment:
name: "production"
url: "https://richard.perry-online.me.uk"
script:
- bundle exec jekyll build -d public
artifacts:
paths:
- public
- public/
when: always
only:
- pages
- pages
\ No newline at end of file
source 'https://rubygems.org'
 
gem 'jekyll', '3.4.3'
gem 'jekyll'
gem 'jekyll-theme-perry'
gem 'flickraw'
gem 'jekyll-paginate'
Loading
Loading
Loading
Loading
@@ -22,8 +22,10 @@ exclude:
- 'Gemfile.lock'
- 'LICENSE.md'
- 'README.md'
- 'vendor'
 
gems:
# Gems/Plugins for site functionality
plugins:
- jemoji
- jekyll-seo-tag
- jekyll-archives
Loading
Loading
@@ -60,6 +62,7 @@ disqus:
shortname: richardperry
 
# Outputting
incremental: true
permalink: /:categories/:title/
paginate: 10
paginate_path: "page/:num"
Loading
Loading
---
date: 2017-12-20 19:55:38 +00:00
title: Tae Kwon-Do
image:
tags:
- George
- Tae Kwon-do
description: >
excerpt: >
---
Earlier this year, George decided that he would like to do [Tae Kwon-do][1] because his friend was doing it. It turns out that she was part of a local club that has family classes, so we decided that George and I would have a go for a couple of weeks and see how it went.
{% flickr_image 35748733670 %} <!-- George doing Tae Kwon-Do -->
It was nearly the end of June when we first turned up at Cwmbran Stadium to try [Tae Kwon-Do][1] with [Cwmbran & Pontypool Tae Kwon-Do Club][2]. George and I had no idea what to expect and we were both a little nervous. We were ushered into the hall to start the class and everyone was very welcoming. Although George clung to me during the warm up, he soon relaxed and started getting involved. After the warm up, there was some stretching, then we were partnered up with people of similar stature. This was when the fun really began! We started doing some simple kicks and punches with the pads, before moving into combinations. It was great fun, and George seemed to be enjoying himself.
After a couple of weeks, I asked George if he was enjoying it and he was, so we decided to join up properly. Unfortunately, by the time we got our act together, our teacher and his family had gone for an extended holiday and we couldn't get our Dobok's (uniform) or licences until their return. Nevermind!
[1]: http://www.tagb.biz/ "TAGB Tae Kwon-Do"
[2]: https://www.facebook.com/TAGB-Cwmbran-Pontypool-Taekwondo-Club-233755846646725/ "TAGB Cwmbran & Pontypool Taekwondo Club"
\ No newline at end of file