Skip to content

Commit 961d32e

Browse files
committed
Remove crap and add CNAME
1 parent 9eb7f70 commit 961d32e

File tree

10 files changed

+2
-576
lines changed

10 files changed

+2
-576
lines changed

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mancjs.functionaljs.com

images/bg_hr.png

-78 Bytes
Binary file not shown.

images/blacktocat.png

-463 Bytes
Binary file not shown.

images/icon_download.png

-216 Bytes
Binary file not shown.

images/sprite_download.png

-14.5 KB
Binary file not shown.

index.html

+1-79
Original file line numberDiff line numberDiff line change
@@ -1,79 +1 @@
1-
<!DOCTYPE html>
2-
<html>
3-
4-
<head>
5-
<meta charset='utf-8'>
6-
<meta http-equiv="X-UA-Compatible" content="chrome=1">
7-
<meta name="description" content="Mancjs : ">
8-
9-
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
10-
11-
<title>Mancjs</title>
12-
</head>
13-
14-
<body>
15-
16-
<!-- HEADER -->
17-
<div id="header_wrap" class="outer">
18-
<header class="inner">
19-
<a id="forkme_banner" href="https://github.com/functionaljs/mancjs">View on GitHub</a>
20-
21-
<h1 id="project_title">Mancjs</h1>
22-
<h2 id="project_tagline"></h2>
23-
24-
<section id="downloads">
25-
<a class="zip_download_link" href="https://github.com/functionaljs/mancjs/zipball/master">Download this project as a .zip file</a>
26-
<a class="tar_download_link" href="https://github.com/functionaljs/mancjs/tarball/master">Download this project as a tar.gz file</a>
27-
</section>
28-
</header>
29-
</div>
30-
31-
<!-- MAIN CONTENT -->
32-
<div id="main_content_wrap" class="outer">
33-
<section id="main_content" class="inner">
34-
<h3>
35-
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to GitHub Pages.</h3>
36-
37-
<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>
38-
39-
<pre><code>$ cd your_repo_root/repo_name
40-
$ git fetch origin
41-
$ git checkout gh-pages
42-
</code></pre>
43-
44-
<p>If you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.</p>
45-
46-
<h3>
47-
<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true"><span class="octicon octicon-link"></span></a>Designer Templates</h3>
48-
49-
<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>
50-
51-
<h3>
52-
<a id="rather-drive-stick" class="anchor" href="#rather-drive-stick" aria-hidden="true"><span class="octicon octicon-link"></span></a>Rather Drive Stick?</h3>
53-
54-
<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>
55-
56-
<h3>
57-
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
58-
59-
<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>
60-
61-
<h3>
62-
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
63-
64-
<p>Having trouble with Pages? Check out the documentation at <a href="https://help.github.com/pages">https://help.github.com/pages</a> or contact <a href="mailto:[email protected]">[email protected]</a> and we’ll help you sort it out.</p>
65-
</section>
66-
</div>
67-
68-
<!-- FOOTER -->
69-
<div id="footer_wrap" class="outer">
70-
<footer class="inner">
71-
<p class="copyright">Mancjs maintained by <a href="https://github.com/functionaljs">functionaljs</a></p>
72-
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
73-
</footer>
74-
</div>
75-
76-
77-
78-
</body>
79-
</html>
1+
TODO

javascripts/main.js

-1
This file was deleted.

params.json

-1
This file was deleted.

stylesheets/pygment_trac.css

-70
This file was deleted.

0 commit comments

Comments
 (0)