Skip to content

Commit

Permalink
change layout name
Browse files Browse the repository at this point in the history
home -> home2020
  • Loading branch information
cobachie committed Aug 12, 2019
1 parent 9e3a53f commit 9e425e7
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 15 deletions.
6 changes: 6 additions & 0 deletions 2020.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
# 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
layout: home2020
---
14 changes: 0 additions & 14 deletions _layouts/home.html

This file was deleted.

39 changes: 39 additions & 0 deletions _layouts/home2020.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: emorihouse 2020
---

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="{{ page.description | default: site.description | smartify }}">

<title>{{ site.title | smartify }}</title>

<!-- Bootstrap core CSS -->
{% if site.github %}
<link href="{{ site.baseurl }}/dist/css/bootstrap.min.css" rel="stylesheet" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">
{% else %}
<link href="{{ site.baseurl }}/dist/css/bootstrap.css" rel="stylesheet">
{% endif %}

<link href="/assets/css/style.css" rel="stylesheet"/>

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">

<link rel="icon" href="./assets/images/favicon.ico">
</head>
<body>
<div style="text-align: center; margin-top: 60px;">
<img src="/assets/images/emorihouse_marker.png" width="50px">

<h1>emorihouse 2020</h1>

<h5>2020/04/08 - 2020/04/12</h5>

<p><a href="https://rubykaigi.org/2020">RubyKaigi 2020</a> 会場近くのゲストハウス</p>
</div>
</body>
</html>

2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# 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
layout: home
layout: home2020
---

0 comments on commit 9e425e7

Please sign in to comment.