Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit77587cd

Browse files
committed
Created gh-pages branch via GitHub
0 parents  commit77587cd

File tree

42 files changed

+3405
-0
lines changed

Some content is hidden

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

42 files changed

+3405
-0
lines changed

‎fonts/OpenSans-Bold-webfont.eot

20.7 KB
Binary file not shown.

‎fonts/OpenSans-Bold-webfont.svg

Lines changed: 146 additions & 0 deletions
Loading

‎fonts/OpenSans-Bold-webfont.ttf

20.5 KB
Binary file not shown.

‎fonts/OpenSans-Bold-webfont.woff

13.7 KB
Binary file not shown.

‎fonts/OpenSans-BoldItalic-webfont.eot

23 KB
Binary file not shown.

‎fonts/OpenSans-BoldItalic-webfont.svg

Lines changed: 146 additions & 0 deletions
Loading

‎fonts/OpenSans-BoldItalic-webfont.ttf

22.8 KB
Binary file not shown.
15.2 KB
Binary file not shown.

‎fonts/OpenSans-Italic-webfont.eot

23.3 KB
Binary file not shown.

‎fonts/OpenSans-Italic-webfont.svg

Lines changed: 146 additions & 0 deletions
Loading

‎fonts/OpenSans-Italic-webfont.ttf

23.1 KB
Binary file not shown.

‎fonts/OpenSans-Italic-webfont.woff

15.5 KB
Binary file not shown.

‎fonts/OpenSans-Light-webfont.eot

20.4 KB
Binary file not shown.

‎fonts/OpenSans-Light-webfont.svg

Lines changed: 146 additions & 0 deletions
Loading

‎fonts/OpenSans-Light-webfont.ttf

20.2 KB
Binary file not shown.

‎fonts/OpenSans-Light-webfont.woff

13.6 KB
Binary file not shown.
23.5 KB
Binary file not shown.

‎fonts/OpenSans-LightItalic-webfont.svg

Lines changed: 146 additions & 0 deletions
Loading
23.3 KB
Binary file not shown.
15.6 KB
Binary file not shown.

‎fonts/OpenSans-Regular-webfont.eot

20.4 KB
Binary file not shown.

‎fonts/OpenSans-Regular-webfont.svg

Lines changed: 146 additions & 0 deletions
Loading

‎fonts/OpenSans-Regular-webfont.ttf

20.2 KB
Binary file not shown.

‎fonts/OpenSans-Regular-webfont.woff

13.7 KB
Binary file not shown.

‎fonts/OpenSans-Semibold-webfont.eot

20.6 KB
Binary file not shown.

‎fonts/OpenSans-Semibold-webfont.svg

Lines changed: 146 additions & 0 deletions
Loading

‎fonts/OpenSans-Semibold-webfont.ttf

20.4 KB
Binary file not shown.

‎fonts/OpenSans-Semibold-webfont.woff

13.7 KB
Binary file not shown.
23.3 KB
Binary file not shown.

‎fonts/OpenSans-SemiboldItalic-webfont.svg

Lines changed: 146 additions & 0 deletions
Loading
23.1 KB
Binary file not shown.
15.4 KB
Binary file not shown.

‎images/bullet.png

1.02 KB
Loading

‎images/hr.gif

1.09 KB
Loading

‎images/nav-bg.gif

1.21 KB
Loading

‎index.html

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<metacharset="utf-8">
5+
<metahttp-equiv="X-UA-Compatible"content="chrome=1">
6+
<title>gitpython by gitpython-developers</title>
7+
<linkrel="stylesheet"href="stylesheets/styles.css">
8+
<linkrel="stylesheet"href="stylesheets/pygment_trac.css">
9+
<scriptsrc="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
10+
<scriptsrc="javascripts/respond.js"></script>
11+
<!--[if lt IE 9]>
12+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
13+
<![endif]-->
14+
<!--[if lt IE 8]>
15+
<link rel="stylesheet" href="stylesheets/ie.css">
16+
<![endif]-->
17+
<metaname="viewport"content="width=device-width, initial-scale=1, user-scalable=no">
18+
19+
</head>
20+
<body>
21+
22+
<divid="header">
23+
<nav>
24+
<liclass="fork"><ahref="https://github.com/gitpython-developers/GitPython">Fork On GitHub</a></li>
25+
<liclass="downloads"><ahref="https://github.com/gitpython-developers/GitPython/zipball/master">ZIP</a></li>
26+
<liclass="downloads"><ahref="https://github.com/gitpython-developers/GitPython/tarball/master">TAR</a></li>
27+
<liclass="title">DOWNLOADS</li>
28+
</nav>
29+
</div><!-- end header -->
30+
31+
<divclass="wrapper">
32+
33+
<section>
34+
<divid="title">
35+
<h1>gitpython</h1>
36+
<p>GitPython is a python library used to interact with Git repositories.</p>
37+
<hr>
38+
<spanclass="credits left">Project maintained by<ahref="https://github.com/gitpython-developers">gitpython-developers</a></span>
39+
<spanclass="credits right">Hosted on GitHub Pages &mdash; Theme by<ahref="http://twitter.com/#!/michigangraham">mattgraham</a></span>
40+
</div>
41+
42+
<h3>Welcome to GitHub Pages.</h3>
43+
44+
<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>
45+
46+
<pre><code>$ cd your_repo_root/repo_name
47+
$ git fetch origin
48+
$ git checkout gh-pages
49+
</code></pre>
50+
51+
<p>If you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.</p>
52+
53+
<h3>Designer Templates</h3>
54+
55+
<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>
56+
57+
<h3>Rather Drive Stick?</h3>
58+
59+
<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>
60+
61+
<h3>Authors and Contributors</h3>
62+
63+
<p>You can<ahref="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 (<ahref="https://github.com/defunkt"class="user-mention">@defunkt</a>), PJ Hyett (<ahref="https://github.com/pjhyett"class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<ahref="https://github.com/mojombo"class="user-mention">@mojombo</a>) founded GitHub.</p>
64+
65+
<h3>Support or Contact</h3>
66+
67+
<p>Having trouble with Pages? Check out the documentation at<ahref="http://help.github.com/pages">http://help.github.com/pages</a> or contact support@github.com and we’ll help you sort it out.</p>
68+
</section>
69+
70+
</div>
71+
<!--[if !IE]><script>fixScale(document);</script><!--<![endif]-->
72+
73+
</body>
74+
</html>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp