Skip to content

Commit

Permalink
Significantly simplify the bootstrap codebase, move prose configurati…
Browse files Browse the repository at this point in the history
…on into _prose.yml
  • Loading branch information
tristen committed Apr 14, 2013
1 parent 43dda1a commit 6d3191c
Show file tree
Hide file tree
Showing 111 changed files with 635 additions and 5,278 deletions.
1 change: 0 additions & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
bootstrap.prose.io
25 changes: 0 additions & 25 deletions LICENSE

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Prose Bootstrap
=================
fresh-start
===========

A minimal template to get started with Jekyll and Prose.
Extremely barebones starting point for responsive sites built on Jekyll.
20 changes: 2 additions & 18 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
auto: true
server: true
permalink: none
baseurl: ""
exclude:
- .gitignore
- README.md

prose:
rooturl: "_posts"
metadata:
_posts/articles: |
published: false
layout: article
title: Your Post Title
abstract: Short summary of your article.
author_twitter: johndoe
author: John Doe
categories:
- articles
baseurl:
permalink: /:title
4 changes: 4 additions & 0 deletions _includes/js/jquery.min.js

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions _layouts/about.html

This file was deleted.

24 changes: 0 additions & 24 deletions _layouts/article.html

This file was deleted.

28 changes: 7 additions & 21 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Site Title {% if page.url != '/index.html' %}| {{page.title}}{% endif %}</title>
<meta charset='UTF-8'/>
<title>Poole &middot; Serving Jekyll faithfully</title>
<link rel='shortcut icon' href='{{site.baseurl}}/images/favicon.ico' type='image/x-icon' />
<link rel='stylesheet' href='{{site.baseurl}}/fonts/open-sans.css'>
<link rel='stylesheet' href='{{site.baseurl}}/app.css'>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<link rel='shortcut icon' href='{{site.baseurl}}/img/favicon.ico' type='image/x-icon' />
<link href='{{site.baseurl}}/site.css' rel='stylesheet' />
</head>
<body>
<div id='container'>

<div id="header">
<div class="navigation">
<a href="{{site.baseurl}}" class="title">Prose Bootstrap</a>
</div>
</div>

<div id='main'>{{content}}</div>
<div class='container'>
{{content}}
</div>

<div id='footer'>
<div class="footer-content">
Made by <a href="http://developmentseed.org">Development Seed</a>, Source Code on <a href="http://github.com/prose/bootstrap">GitHub</a>
</div>
</div>
<a href="https://github.com/prose/bootstrap"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
<script src='{{site.baseurl}}/site.js'></script>
</body>
</html>
5 changes: 5 additions & 0 deletions _posts/0100-01-01-hello-world.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: default
title: untitled
published: false
---
17 changes: 0 additions & 17 deletions _posts/articles/2012-06-14-lorem-ipsum.md

This file was deleted.

38 changes: 0 additions & 38 deletions _posts/articles/2012-06-18-prose-bootstrap.md

This file was deleted.

2 changes: 2 additions & 0 deletions _prose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
prose:
rooturl: '_posts'
25 changes: 0 additions & 25 deletions _site/LICENSE

This file was deleted.

Loading

0 comments on commit 6d3191c

Please sign in to comment.