Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 804b3d4

Browse files
committed
Create gh-pages branch via GitHub
0 parents  commit 804b3d4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+2700
-0
lines changed

fonts/opensans-bold-webfont.eot

32.7 KB
Binary file not shown.

fonts/opensans-bold-webfont.svg

+251

fonts/opensans-bold-webfont.ttf

32.5 KB
Binary file not shown.

fonts/opensans-bold-webfont.woff

20.6 KB
Binary file not shown.

fonts/opensans-bolditalic-webfont.eot

35.9 KB
Binary file not shown.

fonts/opensans-bolditalic-webfont.svg

+251

fonts/opensans-bolditalic-webfont.ttf

35.7 KB
Binary file not shown.
22.7 KB
Binary file not shown.

fonts/opensans-extrabold-webfont.eot

32.5 KB
Binary file not shown.

fonts/opensans-extrabold-webfont.svg

+251

fonts/opensans-extrabold-webfont.ttf

32.3 KB
Binary file not shown.

fonts/opensans-extrabold-webfont.woff

20.8 KB
Binary file not shown.

fonts/opensans-italic-webfont.eot

36.6 KB
Binary file not shown.

fonts/opensans-italic-webfont.svg

+251

fonts/opensans-italic-webfont.ttf

36.4 KB
Binary file not shown.

fonts/opensans-italic-webfont.woff

23.2 KB
Binary file not shown.

fonts/opensans-regular-webfont.eot

31.8 KB
Binary file not shown.

fonts/opensans-regular-webfont.svg

+252

fonts/opensans-regular-webfont.ttf

31.6 KB
Binary file not shown.

fonts/opensans-regular-webfont.woff

20.5 KB
Binary file not shown.

images/bg-ramp.jpg

3.52 KB

images/blockquote-gfx-2x.png

1.3 KB

images/blockquote-gfx.png

1.17 KB

images/chevron-2x.png

1.05 KB

images/chevron.png

1.06 KB

images/download-fallback-bg.png

1.01 KB

images/download-sprite.png

15.8 KB

images/footer-ramp.jpg

2.46 KB

images/fork-sprite.png

2.29 KB

images/hr-2x.jpg

2.48 KB

images/hr.jpg

2.16 KB

images/octocat-2x.png

2.7 KB

images/octocat.png

1.73 KB

images/ribbon-tail-sprite-2x.png

1.23 KB

images/ribbon-tail-sprite.png

1.56 KB

images/shield-fallback.png

1.24 KB

images/shield.png

2.01 KB

images/site-2.png

1.73 KB
1.24 KB

images/small-ribbon-tail-sprite.png

1.21 KB

index.html

+98
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
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>Vimconf by vim-jp</title>
21+
</head>
22+
23+
<body>
24+
<a id="forkme_banner" href="https://github.com/vim-jp/vimconf">View on GitHub</a>
25+
<div class="shell">
26+
27+
<header>
28+
<span class="ribbon-outer">
29+
<span class="ribbon-inner">
30+
<h1>Vimconf</h1>
31+
<h2>An International Vim Conference</h2>
32+
</span>
33+
<span class="left-tail"></span>
34+
<span class="right-tail"></span>
35+
</span>
36+
</header>
37+
38+
<section id="downloads">
39+
<span class="inner">
40+
<a href="https://github.com/vim-jp/vimconf/zipball/master" class="zip"><em>download</em> .ZIP</a><a href="https://github.com/vim-jp/vimconf/tarball/master" class="tgz"><em>download</em> .TGZ</a>
41+
</span>
42+
</section>
43+
44+
45+
<span class="banner-fix"></span>
46+
47+
48+
<section id="main_content">
49+
<h3>
50+
<a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages"><span class="octicon octicon-link"></span></a>Welcome to GitHub Pages.</h3>
51+
52+
<p>This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:</p>
53+
54+
<pre><code>$ cd your_repo_root/repo_name
55+
$ git fetch origin
56+
$ git checkout gh-pages
57+
</code></pre>
58+
59+
<p>If you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.</p>
60+
61+
<h3>
62+
<a name="designer-templates" class="anchor" href="#designer-templates"><span class="octicon octicon-link"></span></a>Designer Templates</h3>
63+
64+
<p>We've crafted some handsome templates for you to use. Go ahead and continue to layouts to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved if it remained markdown format.</p>
65+
66+
<h3>
67+
<a name="rather-drive-stick" class="anchor" href="#rather-drive-stick"><span class="octicon octicon-link"></span></a>Rather Drive Stick?</h3>
68+
69+
<p>If you prefer to not use the automatic generator, push a branch named <code>gh-pages</code> to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.</p>
70+
71+
<h3>
72+
<a name="authors-and-contributors" class="anchor" href="#authors-and-contributors"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
73+
74+
<p>You can <a href="https://github.com/blog/821" class="user-mention">@mention</a> a GitHub username to generate a link to their profile. The resulting <code>&lt;a&gt;</code> element will link to the contributor's GitHub Profile. For example: In 2007, Chris Wanstrath (<a href="https://github.com/defunkt" class="user-mention">@defunkt</a>), PJ Hyett (<a href="https://github.com/pjhyett" class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<a href="https://github.com/mojombo" class="user-mention">@mojombo</a>) founded GitHub.</p>
75+
76+
<h3>
77+
<a name="support-or-contact" class="anchor" href="#support-or-contact"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
78+
79+
<p>Having trouble with Pages? Check out the documentation at <a href="http://help.github.com/pages">http://help.github.com/pages</a> or contact <a href="mailto:[email protected]">[email protected]</a> and we’ll help you sort it out.</p>
80+
</section>
81+
82+
<footer>
83+
<span class="ribbon-outer">
84+
<span class="ribbon-inner">
85+
<p>this project by <a href="https://github.com/vim-jp">vim-jp</a> can be found on <a href="https://github.com/vim-jp/vimconf">GitHub</a></p>
86+
</span>
87+
<span class="left-tail"></span>
88+
<span class="right-tail"></span>
89+
</span>
90+
<p>Generated with <a href="http://pages.github.com">GitHub Pages</a> using Merlot</p>
91+
<span class="octocat"></span>
92+
</footer>
93+
94+
</div>
95+
96+
97+
</body>
98+
</html>

javascripts/headsmart.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascripts/main.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('This would be the main JS file.');

javascripts/modernizr.js

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

params.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"Vimconf","tagline":"An International Vim Conference","body":"### Welcome to GitHub Pages.\r\nThis automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:\r\n\r\n```\r\n$ cd your_repo_root/repo_name\r\n$ git fetch origin\r\n$ git checkout gh-pages\r\n```\r\n\r\nIf you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.\r\n\r\n### Designer Templates\r\nWe've crafted some handsome templates for you to use. Go ahead and continue to layouts to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved if it remained markdown format.\r\n\r\n### Rather Drive Stick?\r\nIf you prefer to not use the automatic generator, push a branch named `gh-pages` to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.\r\n\r\n### Authors and Contributors\r\nYou can @mention a GitHub username to generate a link to their profile. The resulting `<a>` element will link to the contributor's GitHub Profile. For example: In 2007, Chris Wanstrath (@defunkt), PJ Hyett (@pjhyett), and Tom Preston-Werner (@mojombo) founded GitHub.\r\n\r\n### Support or Contact\r\nHaving trouble with Pages? Check out the documentation at http://help.github.com/pages or contact [email protected] and we’ll help you sort it out.\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}

stylesheets/core.css

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@import url("screen.css");
2+
@import url("non-screen.css") handheld;
3+
@import url("non-screen.css") only screen and (max-device-width:640px);

0 commit comments

Comments
 (0)