Skip to content

Commit 8bf0e80

Browse files
committed
Replace master branch with page content via GitHub
1 parent 997d3a8 commit 8bf0e80

File tree

2 files changed

+10
-35
lines changed

2 files changed

+10
-35
lines changed

Diff for: index.html

+9-34
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<head>
55
<meta charset='utf-8' />
66
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
7-
<meta name="description" content="Etch Configuration Management : Github Pages repository" />
7+
<meta name="description" content="Etch : Unix Configuration Management" />
88

99
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
1010

11-
<title>Etch Configuration Management</title>
11+
<title>Etch</title>
1212
</head>
1313

1414
<body>
@@ -18,46 +18,21 @@
1818
<header class="inner">
1919
<a id="forkme_banner" href="https://github.com/etch">View on GitHub</a>
2020

21-
<h1 id="project_title">Etch Configuration Management</h1>
22-
<h2 id="project_tagline">Github Pages repository</h2>
21+
<h1 id="project_title">Etch</h1>
22+
<h2 id="project_tagline">Unix Configuration Management</h2>
2323

2424
</header>
2525
</div>
2626

2727
<!-- MAIN CONTENT -->
2828
<div id="main_content_wrap" class="outer">
2929
<section id="main_content" class="inner">
30-
<h3>
31-
<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>
30+
<p>Etch is a tool for managing the configuration of Unix systems. Etch can manage text or binary files, links and directories. The contents of files can be supplied from static files or generated on the fly by scripts or templates. Permissions and ownership as well as any pre or post commands to run when updating the file are configured in simple XML files.</p>
3231

33-
<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>
34-
35-
<pre><code>$ cd your_repo_root/repo_name
36-
$ git fetch origin
37-
$ git checkout gh-pages
38-
</code></pre>
39-
40-
<p>If you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.</p>
41-
42-
<h3>
43-
<a name="designer-templates" class="anchor" href="#designer-templates"><span class="octicon octicon-link"></span></a>Designer Templates</h3>
44-
45-
<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>
46-
47-
<h3>
48-
<a name="rather-drive-stick" class="anchor" href="#rather-drive-stick"><span class="octicon octicon-link"></span></a>Rather Drive Stick?</h3>
49-
50-
<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>
51-
52-
<h3>
53-
<a name="authors-and-contributors" class="anchor" href="#authors-and-contributors"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
54-
55-
<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>
56-
57-
<h3>
58-
<a name="support-or-contact" class="anchor" href="#support-or-contact"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
59-
60-
<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>
32+
<ul>
33+
<li><a href="https://github.com/etch/etch/wiki">Documentation</a></li>
34+
<li><a href="https://github.com/etch/etch">Code</a></li>
35+
</ul>
6136
</section>
6237
</div>
6338

Diff for: params.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"Etch Configuration Management","tagline":"Github Pages repository","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."}
1+
{"name":"Etch","tagline":"Unix Configuration Management","body":"Etch is a tool for managing the configuration of Unix systems. Etch can manage text or binary files, links and directories. The contents of files can be supplied from static files or generated on the fly by scripts or templates. Permissions and ownership as well as any pre or post commands to run when updating the file are configured in simple XML files.\r\n\r\n* [Documentation](https://github.com/etch/etch/wiki)\r\n* [Code](https://github.com/etch/etch)","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}

0 commit comments

Comments
 (0)