Skip to content

Commit 474d820

Browse files
author
Paul Verest 伟保罗
committed
change to funshion layout; link to club
1 parent 395e82d commit 474d820

File tree

5 files changed

+90
-4
lines changed

5 files changed

+90
-4
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ Funshion R&D department GitHub site
55

66
[Funshion ToastMasters "movies" Club](toastmasters/club)
77

8-
git clone https://github.com/funshion/funshion.github.io.git
8+
git clone https://github.com/funshion/funshion.github.io.git
9+
10+
11+
[GitHubPages Help](https://help.github.com/categories/20/articles)

_layouts/funshion.html

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset='utf-8'>
5+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6+
<meta name="viewport" content="width=640" />
7+
8+
<link rel="stylesheet" href="stylesheets/core.css" media="screen"/>
9+
<link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)"/>
10+
<link rel="stylesheet" href="stylesheets/pygment_trac.css"/>
11+
12+
<script type="text/javascript" src="javascripts/modernizr.js"></script>
13+
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
14+
<script type="text/javascript" src="javascripts/headsmart.min.js"></script>
15+
<script type="text/javascript">
16+
$(document).ready(function () {
17+
$('#main_content').headsmart()
18+
})
19+
</script>
20+
<title>Funshion</title>
21+
</head>
22+
23+
<body>
24+
<a href="http://funshion.github.io">Back to home page</a>
25+
<a id="forkme_banner" href="https://github.com/funshion">View on GitHub</a>
26+
<div class="shell">
27+
28+
<header>
29+
<span class="ribbon-outer">
30+
<span class="ribbon-inner">
31+
<h1>Funshion</h1>
32+
<h2>Funshion</h2>
33+
</span>
34+
<span class="left-tail"></span>
35+
<span class="right-tail"></span>
36+
</span>
37+
</header>
38+
39+
<div id="no-downloads">
40+
<span class="inner">
41+
</span>
42+
</div>
43+
44+
<span class="banner-fix"></span>
45+
46+
<section id="main_content">
47+
48+
{{ content }}
49+
50+
</section>
51+
52+
<footer>
53+
<span class="ribbon-outer">
54+
<span class="ribbon-inner">
55+
<p>Projects by <a href="https://github.com/funshion">Funshion</a> can be found on <a href="https://github.com/funshion">GitHub</a></p>
56+
</span>
57+
<span class="left-tail"></span>
58+
<span class="right-tail"></span>
59+
</span>
60+
<!--
61+
<p>Generated with <a href="http://pages.github.com">GitHub Pages</a> using Merlot</p>
62+
-->
63+
<span class="octocat"></span>
64+
65+
</footer>
66+
67+
</div>
68+
69+
70+
</body>
71+
</html>

_posts/2013-05-29-wait-for-your-blog-posts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: eclipse-china
2+
layout: funshion
33
title: Waiting for your blog posts!
44
---
55

index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
layout: nil
3+
---
14
<!doctype html>
25
<html>
36
<head>
@@ -37,7 +40,16 @@ <h1>
3740

3841
<p>Funshion R&amp;D department GitHub site</p>
3942

40-
<p>Funshion ToastMasters "movies" Club</p>
43+
<p><a href="http://funshion.github.io/toastmasters/club">Funshion ToastMasters "movies" Club</a></p>
44+
45+
<h1>Blog</h1>
46+
<ul class="posts">
47+
{% for post in site.posts %}
48+
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
49+
{% endfor %}
50+
</ul>
51+
52+
4153
</section>
4254
<footer>
4355
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="http://twitter.com/#!/michigangraham">mattgraham</a></small></p>

toastmasters/club.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: eclipse-china
2+
layout: funshion
33
title: Funshion ToastMasters "mobies" Club
44
---
55

0 commit comments

Comments
 (0)