Skip to content

Commit

Permalink
Created all the site structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Garron - Mac- committed Apr 7, 2012
1 parent 5c347ec commit 6710897
Show file tree
Hide file tree
Showing 47 changed files with 1,260 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _config.yml
@@ -0,0 +1,4 @@
markdown: rdiscount
pygments: true
permalink: none
exclude: ['Rakefile', 'README.textile', 'config.rb', 'CNAME']
46 changes: 46 additions & 0 deletions _layouts/default.html
@@ -0,0 +1,46 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
<meta name="description" content="description"/>
<meta name="keywords" content="keywords"/>
<meta name="author" content="author"/>
<link rel="stylesheet" type="text/css" href="/default.css" media="screen"/>
<title>Multi Blog Site with Jekyll</title>
</head>

<body>

<div class="container">

<div class="navigation">

<div class="title">
<h1>Multi Blog Site with Jekyll</h1>
<h2>- The beauty of Jekyll -</h2>
</div>

<a href="/blog1/index.html">Blog 1</a>
<a href="/blog2/index.html">Blog 2</a>
<a href="/blog3/index.html">Blog 3</a>
<a href="/blog4/index.html">Blog 4</a>
<div class="clearer"><span></span></div>

</div>

<div class="holder_top"></div>

<div class="holder">

{{ content }}

</div>

<div class="footer">&copy; 2006 <a href="index.html">Website.com</a>. Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> &amp; <a href="http://validator.w3.org/check?uri=referer">XHTML</a>. Template design by <a href="http://templates.arcsin.se">Arcsin</a>
</div>

</div>
</body>
</html>
7 changes: 7 additions & 0 deletions _layouts/pages.html
@@ -0,0 +1,7 @@
---
layout: default
---
<div class="post">
{{ content }}
</div>

13 changes: 13 additions & 0 deletions _layouts/post.html
@@ -0,0 +1,13 @@
---
layout: default
---
<div class="post">
<h3 class="title">{{ page.title }}</h3>
<p class="meta">Date: {{ page.date }}</p>

<div class="entry">
{{ content }}
</div>

</div>

10 changes: 10 additions & 0 deletions _site/README.md
@@ -0,0 +1,10 @@
##Introduction##

This is my (very small) contribution to Jekyll.

I know a lot of people already know how to run a multi blog site using Jekyll, but in case someone do not, I want to share this with that person.

I'll complete this file once I finish polishing the multi blog site, and it is uploaded here.

Thanks.

32 changes: 32 additions & 0 deletions _site/blog1/atom.xml
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title type="text" xml:lang="en">Blog 1</title>
<link type="application/atom+xml" href="http://www.example.com/blog1/atom.xml" rel="self"/>
<link type="text" href="http://garron.me" rel="alternate"/>
<updated>2012-04-06T22:07:25-04:00</updated>
<id>http://example.com</id>
<author>
<name>Guillermo Garron</name>
</author>
<rights>Copyright (c) 2010-2011 Guillermo Garron</rights>


<entry>
<title>My first post</title>
<link href="http://garron.me/blog1/first-post.html"/>
<updated>2012-04-06T21:35:00-04:00</updated>
<id>http://garron.me/blog1/first-post.html</id>
<summary type="html">&lt;h3&gt;This is the first post on this blog&lt;/h3&gt;

&lt;p&gt;Hello world.&lt;/p&gt;
</summary>
</entry>








</feed>
59 changes: 59 additions & 0 deletions _site/blog1/first-post.html
@@ -0,0 +1,59 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
<meta name="description" content="description"/>
<meta name="keywords" content="keywords"/>
<meta name="author" content="author"/>
<link rel="stylesheet" type="text/css" href="/default.css" media="screen"/>
<title>Multi Blog Site with Jekyll</title>
</head>

<body>

<div class="container">

<div class="navigation">

<div class="title">
<h1>Multi Blog Site with Jekyll</h1>
<h2>- The beauty of Jekyll -</h2>
</div>

<a href="/blog1/index.html">Blog 1</a>
<a href="/blog2/index.html">Blog 2</a>
<a href="/blog3/index.html">Blog 3</a>
<a href="/blog4/index.html">Blog 4</a>
<div class="clearer"><span></span></div>

</div>

<div class="holder_top"></div>

<div class="holder">

<div class="post">
<h3 class="title">My first post</h3>
<p class="meta">Date: 2012-04-06 21:35:00 -0400</p>

<div class="entry">
<h3>This is the first post on this blog</h3>

<p>Hello world.</p>

</div>

</div>



</div>

<div class="footer">&copy; 2006 <a href="index.html">Website.com</a>. Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> &amp; <a href="http://validator.w3.org/check?uri=referer">XHTML</a>. Template design by <a href="http://templates.arcsin.se">Arcsin</a>
</div>

</div>
</body>
</html>
66 changes: 66 additions & 0 deletions _site/blog1/index.html
@@ -0,0 +1,66 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
<meta name="description" content="description"/>
<meta name="keywords" content="keywords"/>
<meta name="author" content="author"/>
<link rel="stylesheet" type="text/css" href="/default.css" media="screen"/>
<title>Multi Blog Site with Jekyll</title>
</head>

<body>

<div class="container">

<div class="navigation">

<div class="title">
<h1>Multi Blog Site with Jekyll</h1>
<h2>- The beauty of Jekyll -</h2>
</div>

<a href="/blog1/index.html">Blog 1</a>
<a href="/blog2/index.html">Blog 2</a>
<a href="/blog3/index.html">Blog 3</a>
<a href="/blog4/index.html">Blog 4</a>
<div class="clearer"><span></span></div>

</div>

<div class="holder_top"></div>

<div class="holder">



<div class="post">
<h3 class="title"><a href="/blog1/first-post.html">My first post</a></h3>
<p class="meta">Date: 2012-04-06 21:35:00 -0400</p>
<div class="entry">
This is the first post on this blog

Hello world.

</div>
</div>










</div>

<div class="footer">&copy; 2006 <a href="index.html">Website.com</a>. Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> &amp; <a href="http://validator.w3.org/check?uri=referer">XHTML</a>. Template design by <a href="http://templates.arcsin.se">Arcsin</a>
</div>

</div>
</body>
</html>
32 changes: 32 additions & 0 deletions _site/blog2/atom.xml
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title type="text" xml:lang="en">Blog 2</title>
<link type="application/atom+xml" href="http://www.example.com/blog2/atom.xml" rel="self"/>
<link type="text" href="http://garron.me" rel="alternate"/>
<updated>2012-04-06T22:07:25-04:00</updated>
<id>http://example.com</id>
<author>
<name>Guillermo Garron</name>
</author>
<rights>Copyright (c) 2010-2011 Guillermo Garron</rights>




<entry>
<title>My first post</title>
<link href="http://garron.me/blog2/first-post.html"/>
<updated>2012-04-06T21:35:00-04:00</updated>
<id>http://garron.me/blog2/first-post.html</id>
<summary type="html">&lt;h3&gt;This is the first post on this blog&lt;/h3&gt;

&lt;p&gt;Hello world.&lt;/p&gt;
</summary>
</entry>






</feed>
59 changes: 59 additions & 0 deletions _site/blog2/first-post.html
@@ -0,0 +1,59 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
<meta name="description" content="description"/>
<meta name="keywords" content="keywords"/>
<meta name="author" content="author"/>
<link rel="stylesheet" type="text/css" href="/default.css" media="screen"/>
<title>Multi Blog Site with Jekyll</title>
</head>

<body>

<div class="container">

<div class="navigation">

<div class="title">
<h1>Multi Blog Site with Jekyll</h1>
<h2>- The beauty of Jekyll -</h2>
</div>

<a href="/blog1/index.html">Blog 1</a>
<a href="/blog2/index.html">Blog 2</a>
<a href="/blog3/index.html">Blog 3</a>
<a href="/blog4/index.html">Blog 4</a>
<div class="clearer"><span></span></div>

</div>

<div class="holder_top"></div>

<div class="holder">

<div class="post">
<h3 class="title">My first post</h3>
<p class="meta">Date: 2012-04-06 21:35:00 -0400</p>

<div class="entry">
<h3>This is the first post on this blog</h3>

<p>Hello world.</p>

</div>

</div>



</div>

<div class="footer">&copy; 2006 <a href="index.html">Website.com</a>. Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> &amp; <a href="http://validator.w3.org/check?uri=referer">XHTML</a>. Template design by <a href="http://templates.arcsin.se">Arcsin</a>
</div>

</div>
</body>
</html>

0 comments on commit 6710897

Please sign in to comment.