Skip to content

Commit c9a12e4

Browse files
committed
Wrap time in data file with double quote
1 parent 17c223b commit c9a12e4

File tree

5 files changed

+32
-44
lines changed

5 files changed

+32
-44
lines changed

404.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---
2-
---
31
<!DOCTYPE html>
42
<html lang="en">
53

Gemfile

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
source "https://rubygems.org"
2-
# Hello! This is where you manage which Jekyll version is used to run.
3-
# When you want to use a different version, change it below, save the
4-
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
5-
#
6-
# bundle exec jekyll serve
7-
#
8-
# This will help ensure the proper Jekyll version is running.
9-
# Happy Jekylling!
102
gem "jekyll", "~> 4.1.0"
11-
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12-
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
13-
# uncomment the line below. To upgrade, run `bundle update github-pages`.
14-
# gem "github-pages", group: :jekyll_plugins
15-
# If you have any plugins, put them here!
3+
164
group :jekyll_plugins do
5+
gem "jekyll-redirect-from", "~> 0.16.0"
176
end
187

198
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
@@ -25,4 +14,3 @@ end
2514

2615
# Performance-booster for watching directories on Windows
2716
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
28-
gem "jekyll-redirect-from"

_config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@ baseurl: "" # the subpath of your site, e.g. /blog
44
url: "" # the base hostname & protocol for your site, e.g. http://example.com
55
github_username: dotnetconfthailand
66

7-
# Build settings
8-
plugins:
9-
- jekyll-redirect-from # For redirect root to main child path
7+
# # Build settings
8+
# plugins:
9+
# - jekyll-redirect-from # For redirect root to main child path
1010

1111
# Set default front matter values
1212
# https://learn.cloudcannon.com/jekyll/introduction-to-jekyll-collections/
1313
defaults:
1414
- scope:
1515
path: "2019"
16-
type: "pages"
1716
values:
1817
layout: "default"
1918
year: "2019"

_data/2019/sessions.yml

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,87 @@
1-
- time: 8:00 - 9:00
1+
- time: "8:00 - 9:00"
22
title: Registration & Conference Door Opens
33

4-
- time: 9:00 - 9:15
4+
- time: "9:00 - 9:15"
55
title: Welcome the .NET Conf 2019 and Review .NET Conf 2018
66
speakers:
77
- Jose Barbosa
88
- Aaron Theeranit Pongtongmuang
99

10-
- time: 9:15 - 9:30
10+
- time: "9:15 - 9:30"
1111
title: WScott Hanselman Special Video for .NET community in Thailand
1212
speakers:
1313
- Scott Hanselman
1414

15-
- time: 9:30 - 9:50
15+
- time: "9:30 - 9:50"
1616
title: Opening Keynote
1717
speakers:
1818
- Dhanawat Suthumpun
1919

20-
- time: 9:50 - 10:30
20+
- time: "9:50 - 10:30"
2121
title: What's new in C# 8
2222
speakers:
2323
- William Fuqua
2424

25-
- time: 10:30 - 10:50
25+
- time: "10:30 - 10:50"
2626
title: OCoffee Break
2727

28-
- time: 10:50 - 11:20
28+
- time: "10:50 - 11:20"
2929
title: Functional Programming with F#
3030
speakers:
3131
- Michael Kohl
3232

33-
- time: 11:20 - 12:00
33+
- time: "11:20 - 12:00"
3434
title: The Long Hard Road from .NET Framework to .NET Core
3535
speakers:
3636
- Joel Dickson
3737

38-
- time: 12:00 - 13:00
38+
- time: "12:00 - 13:00"
3939
title: Lunch Time
4040

41-
- time: 13:00 - 13:20
41+
- time: "13:00 - 13:20"
4242
title: Sponsor Lightning Talk
4343

44-
- time: 13:20 - 14:00
45-
title: DevOps for the .NET Developer
44+
- time: "13:20 - 14:00"
45+
title: DevOps for the .NET Developer
4646
speakers:
4747
- Giorgio Desideri
4848

49-
- time: 14:00 - 14:30
49+
- time: "14:00 - 14:30"
5050
title: Blazor and Azure Functions for Serverless Websites
5151
speakers:
5252
- Vorapat Nicklamai
5353

54-
-
55-
time: 14:30 - 15:00
54+
- time: "14:30 - 15:00"
5655
title: Creating Libra Cryptocurrency Wallet using .NET SDK
5756
speakers:
5857
- Surasuk Oakkharaamonphong
5958

60-
- time: 15:00 - 15:30
59+
- time: "15:00 - 15:30"
6160
title: "Xamarin.Forms: More Productive and Beautiful Than Ever"
6261
speakers:
6362
- Pranart Dechpokket
6463

65-
- time: 15:30 - 16:00
64+
- time: "15:30 - 16:00"
6665
title: Azure Services Every .NET Developer Needs to Know
6766
speakers:
6867
- Nattapong Nunpan
6968

70-
- time: 16:00 - 16:20
69+
- time: "16:00 - 16:20"
7170
title: Coffee Break
7271

73-
- time: 16:20 - 17:00
72+
- time: "16:20 - 17:00"
7473
title: ASP .NET Core & Entity Framework Core 3.0 and beyond
7574
speakers:
7675
- Jose Barbosa
7776
- Aaron Theeranit Pontongmuang
7877

79-
- time: 17:00 - 17:30
78+
- time: "17:00 - 17:30"
8079
title: Easy Game with C# and Unity
8180
speakers:
8281
- Gittitat Ekchantawut
8382
- Yosapol Jitrak
8483

85-
- time: 17:30 - 18:00
84+
- time: "17:30 - 18:00"
8685
title: What's new in ML.NET
8786
speakers:
8887
- Teerasej Jiraphatchandej

_layouts/default.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
---
2+
# Still don't know why we can use value from config default in GitHub page
3+
# It is possible that github use older version
4+
year: 2019
5+
26
---
37
<!DOCTYPE html>
4-
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
8+
<html lang="{{ page.lang | default: site.lang | default: 'en' }}">
59
{% include head.html %}
610

711
<body>
8-
{% include {{page.year}}/header.html %}
12+
{% include {{layout.year}}/header.html %}
913
<div>
1014
{{ content }}
1115
</div>
12-
{% include {{page.year}}/footer.html %}
16+
{% include {{layout.year}}/footer.html %}
1317
{% include foot.html %}
1418

1519
<ul>

0 commit comments

Comments
 (0)