forked from prose/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Significantly simplify the bootstrap codebase, move prose configurati…
…on into _prose.yml
- Loading branch information
tristen
committed
Apr 14, 2013
1 parent
43dda1a
commit 6d3191c
Showing
111 changed files
with
635 additions
and
5,278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
bootstrap.prose.io | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
layout: default | ||
title: untitled | ||
published: false | ||
--- |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
prose: | ||
rooturl: '_posts' |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.