Skip to content

Commit

Permalink
jekyll-sitemap gem added
Browse files Browse the repository at this point in the history
  • Loading branch information
petk committed Dec 9, 2014
1 parent e84f63a commit d1851cc
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 17 deletions.
13 changes: 12 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
safe: true
baseurl: /
url: http://localhost:4000

Expand All @@ -11,3 +10,15 @@ maruku:
png_engine: blahtex
png_dir: images/latex
png_url: /images/latex

gems:
- jekyll-sitemap

defaults:
-
scope:
path: ""
values:
sitemap: false

exclude: ['CNAME', 'CONTRIBUTING.md', 'LICENSE', 'README.md', 'pages/example.md']
1 change: 1 addition & 0 deletions banners.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: default
title: Website Banners
description: "Spread the word! Use these banner to let new PHP programmers know about PHP: The Right Way"
sitemap: true
---

# Web Banners
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
description: "An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative PHP tutorials around the Web"
sitemap: true
---

{% capture welcome_content %}{% include welcome.md %}{% endcapture %}
Expand Down
1 change: 1 addition & 0 deletions pages/Design-Patterns.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: page
title: Design Patterns
sitemap: true
---

# Design Patterns
Expand Down
1 change: 1 addition & 0 deletions pages/Functional-Programming.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: page
title: Functional Programming in PHP
sitemap: true
---

# Functional Programming in PHP
Expand Down
3 changes: 2 additions & 1 deletion pages/The-Basics.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: page
title: The Basics
sitemap: true
---

# The Basics
Expand Down Expand Up @@ -283,7 +284,7 @@ EOD; // closing 'EOD' must be on it's own line, and to th
* [Heredoc syntax](http://php.net/language.types.string#language.types.string.syntax.heredoc)
### Which is quicker?
### Which is quicker?
There is a myth floating around that single quote strings are fractionally quicker than double quote strings. This is
fundamentally not true.
Expand Down
15 changes: 0 additions & 15 deletions sitemap.xml

This file was deleted.

0 comments on commit d1851cc

Please sign in to comment.