From 80148bdc445a8af73a41dfc1637744385a0d9ddc Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 8 Dec 2014 03:26:26 +0100 Subject: [PATCH] Jekyll header spacing consistency --- _posts/01-02-01-Use-the-Current-Stable-Version.md | 4 ++-- _posts/01-03-01-Built-in-Web-Server.md | 4 ++-- _posts/01-04-01-Mac-Setup.md | 2 +- _posts/01-05-01-Windows-Setup.md | 2 +- _posts/03-02-01-Programming-Paradigms.md | 2 +- _posts/03-03-01-Namespaces.md | 2 +- _posts/03-04-01-Standard-PHP-Library.md | 2 +- _posts/03-05-01-Command-Line-Interface.md | 2 +- _posts/03-06-01-XDebug.md | 2 +- _posts/04-02-01-Composer-and-Packagist.md | 2 +- _posts/04-03-01-PEAR.md | 2 +- _posts/05-02-01-The-Basics.md | 2 +- _posts/05-03-01-Date-and-Time.md | 2 +- _posts/05-04-01-Design-Patterns.md | 2 +- _posts/05-05-01-PHP-and-UTF8.md | 4 ++-- _posts/06-01-01-Dependency-Injection.md | 2 +- _posts/06-02-01-Basic-Concept.md | 2 +- _posts/06-03-01-Complex-Problem.md | 2 +- _posts/06-04-01-Containers.md | 2 +- _posts/06-05-01-Further-Reading.md | 2 +- _posts/07-01-01-Databases.md | 2 +- _posts/07-02-01-Interacting-via-Code.md | 4 ++-- _posts/07-03-01-Abstraction-Layers.md | 4 ++-- pages/Functional-Programming.md | 3 ++- pages/The-Basics.md | 2 +- 25 files changed, 31 insertions(+), 30 deletions(-) diff --git a/_posts/01-02-01-Use-the-Current-Stable-Version.md b/_posts/01-02-01-Use-the-Current-Stable-Version.md index 090e8f2..e83c7a6 100644 --- a/_posts/01-02-01-Use-the-Current-Stable-Version.md +++ b/_posts/01-02-01-Use-the-Current-Stable-Version.md @@ -1,7 +1,7 @@ --- -title: Use the Current Stable Version (5.6) +title: Use the Current Stable Version (5.6) isChild: true -anchor: use_the_current_stable_version +anchor: use_the_current_stable_version --- ## Use the Current Stable Version (5.6) {#use_the_current_stable_version_title} diff --git a/_posts/01-03-01-Built-in-Web-Server.md b/_posts/01-03-01-Built-in-Web-Server.md index aff2e2f..6f611bd 100644 --- a/_posts/01-03-01-Built-in-Web-Server.md +++ b/_posts/01-03-01-Built-in-Web-Server.md @@ -1,7 +1,7 @@ --- -title: Built-in Web Server +title: Built-in Web Server isChild: true -anchor: builtin_web_server +anchor: builtin_web_server --- ## Built-in web server {#builtin_web_server_title} diff --git a/_posts/01-04-01-Mac-Setup.md b/_posts/01-04-01-Mac-Setup.md index 04e607a..0dceb5e 100644 --- a/_posts/01-04-01-Mac-Setup.md +++ b/_posts/01-04-01-Mac-Setup.md @@ -1,6 +1,6 @@ --- isChild: true -anchor: mac_setup +anchor: mac_setup --- ## Mac Setup {#mac_setup_title} diff --git a/_posts/01-05-01-Windows-Setup.md b/_posts/01-05-01-Windows-Setup.md index 743ff43..27fb89d 100644 --- a/_posts/01-05-01-Windows-Setup.md +++ b/_posts/01-05-01-Windows-Setup.md @@ -1,6 +1,6 @@ --- isChild: true -anchor: windows_setup +anchor: windows_setup --- ## Windows Setup {#windows_setup_title} diff --git a/_posts/03-02-01-Programming-Paradigms.md b/_posts/03-02-01-Programming-Paradigms.md index 0ec474c..8d66796 100644 --- a/_posts/03-02-01-Programming-Paradigms.md +++ b/_posts/03-02-01-Programming-Paradigms.md @@ -1,6 +1,6 @@ --- isChild: true -anchor: programming_paradigms +anchor: programming_paradigms --- ## Programming Paradigms {#programming_paradigms_title} diff --git a/_posts/03-03-01-Namespaces.md b/_posts/03-03-01-Namespaces.md index 0ce5d6c..dee41d7 100644 --- a/_posts/03-03-01-Namespaces.md +++ b/_posts/03-03-01-Namespaces.md @@ -1,6 +1,6 @@ --- isChild: true -anchor: namespaces +anchor: namespaces --- ## Namespaces {#namespaces_title} diff --git a/_posts/03-04-01-Standard-PHP-Library.md b/_posts/03-04-01-Standard-PHP-Library.md index 5b8fd31..a81e7c5 100644 --- a/_posts/03-04-01-Standard-PHP-Library.md +++ b/_posts/03-04-01-Standard-PHP-Library.md @@ -1,7 +1,7 @@ --- title: Standard PHP Library isChild: true -anchor: standard_php_library +anchor: standard_php_library --- ## Standard PHP Library {#standard_php_library_title} diff --git a/_posts/03-05-01-Command-Line-Interface.md b/_posts/03-05-01-Command-Line-Interface.md index a6836e6..eb38d86 100644 --- a/_posts/03-05-01-Command-Line-Interface.md +++ b/_posts/03-05-01-Command-Line-Interface.md @@ -1,6 +1,6 @@ --- isChild: true -anchor: command_line_interface +anchor: command_line_interface --- ## Command Line Interface {#command_line_interface_title} diff --git a/_posts/03-06-01-XDebug.md b/_posts/03-06-01-XDebug.md index 5afe8ac..b725991 100644 --- a/_posts/03-06-01-XDebug.md +++ b/_posts/03-06-01-XDebug.md @@ -1,7 +1,7 @@ --- title: XDebug isChild: true -anchor: xdebug +anchor: xdebug --- ## XDebug {#xdebug_title} diff --git a/_posts/04-02-01-Composer-and-Packagist.md b/_posts/04-02-01-Composer-and-Packagist.md index 9277f1b..e4224e3 100644 --- a/_posts/04-02-01-Composer-and-Packagist.md +++ b/_posts/04-02-01-Composer-and-Packagist.md @@ -1,6 +1,6 @@ --- isChild: true -anchor: composer_and_packagist +anchor: composer_and_packagist --- ## Composer and Packagist {#composer_and_packagist_title} diff --git a/_posts/04-03-01-PEAR.md b/_posts/04-03-01-PEAR.md index 823f0fc..6b1b816 100644 --- a/_posts/04-03-01-PEAR.md +++ b/_posts/04-03-01-PEAR.md @@ -1,6 +1,6 @@ --- isChild: true -anchor: pear +anchor: pear --- ## PEAR {#pear_title} diff --git a/_posts/05-02-01-The-Basics.md b/_posts/05-02-01-The-Basics.md index 2097b57..458c670 100644 --- a/_posts/05-02-01-The-Basics.md +++ b/_posts/05-02-01-The-Basics.md @@ -1,6 +1,6 @@ --- isChild: true -anchor: the_basics +anchor: the_basics --- ## The Basics {#the_basics_title} diff --git a/_posts/05-03-01-Date-and-Time.md b/_posts/05-03-01-Date-and-Time.md index 096e2ef..93f043a 100644 --- a/_posts/05-03-01-Date-and-Time.md +++ b/_posts/05-03-01-Date-and-Time.md @@ -1,6 +1,6 @@ --- isChild: true -anchor: date_and_time +anchor: date_and_time --- ## Date and Time {#date_and_time_title} diff --git a/_posts/05-04-01-Design-Patterns.md b/_posts/05-04-01-Design-Patterns.md index 3f6a032..4131503 100644 --- a/_posts/05-04-01-Design-Patterns.md +++ b/_posts/05-04-01-Design-Patterns.md @@ -1,6 +1,6 @@ --- isChild: true -anchor: design_patterns +anchor: design_patterns --- ## Design Patterns {#design_patterns_title} diff --git a/_posts/05-05-01-PHP-and-UTF8.md b/_posts/05-05-01-PHP-and-UTF8.md index e42141a..63700fb 100644 --- a/_posts/05-05-01-PHP-and-UTF8.md +++ b/_posts/05-05-01-PHP-and-UTF8.md @@ -1,7 +1,7 @@ --- -title: Working with UTF-8 +title: Working with UTF-8 isChild: true -anchor: php_and_utf8 +anchor: php_and_utf8 --- ## Working with UTF-8 {#php_and_utf8_title} diff --git a/_posts/06-01-01-Dependency-Injection.md b/_posts/06-01-01-Dependency-Injection.md index d726aef..de77179 100644 --- a/_posts/06-01-01-Dependency-Injection.md +++ b/_posts/06-01-01-Dependency-Injection.md @@ -1,5 +1,5 @@ --- -title: Dependency Injection +title: Dependency Injection anchor: dependency_injection --- diff --git a/_posts/06-02-01-Basic-Concept.md b/_posts/06-02-01-Basic-Concept.md index fb875e8..5469450 100644 --- a/_posts/06-02-01-Basic-Concept.md +++ b/_posts/06-02-01-Basic-Concept.md @@ -1,6 +1,6 @@ --- isChild: true -anchor: basic_concept +anchor: basic_concept --- ## Basic Concept {#basic_concept_title} diff --git a/_posts/06-03-01-Complex-Problem.md b/_posts/06-03-01-Complex-Problem.md index ecded6a..0d6f907 100644 --- a/_posts/06-03-01-Complex-Problem.md +++ b/_posts/06-03-01-Complex-Problem.md @@ -1,6 +1,6 @@ --- isChild: true -anchor: complex_problem +anchor: complex_problem --- ## Complex Problem {#complex_problem_title} diff --git a/_posts/06-04-01-Containers.md b/_posts/06-04-01-Containers.md index 4e0b5e0..46051bc 100644 --- a/_posts/06-04-01-Containers.md +++ b/_posts/06-04-01-Containers.md @@ -1,6 +1,6 @@ --- isChild: true -anchor: containers +anchor: containers --- ## Containers {#containers_title} diff --git a/_posts/06-05-01-Further-Reading.md b/_posts/06-05-01-Further-Reading.md index 92df80f..6a8aee3 100644 --- a/_posts/06-05-01-Further-Reading.md +++ b/_posts/06-05-01-Further-Reading.md @@ -1,6 +1,6 @@ --- isChild: true -anchor: further_reading +anchor: further_reading --- ## Further Reading {#further_reading_title} diff --git a/_posts/07-01-01-Databases.md b/_posts/07-01-01-Databases.md index 08ab290..fbfef59 100644 --- a/_posts/07-01-01-Databases.md +++ b/_posts/07-01-01-Databases.md @@ -1,5 +1,5 @@ --- -title: Databases +title: Databases anchor: databases --- diff --git a/_posts/07-02-01-Interacting-via-Code.md b/_posts/07-02-01-Interacting-via-Code.md index e7830f5..63fc8b0 100644 --- a/_posts/07-02-01-Interacting-via-Code.md +++ b/_posts/07-02-01-Interacting-via-Code.md @@ -1,7 +1,7 @@ --- isChild: true -title: Interacting with Databases -anchor: databases_interacting +title: Interacting with Databases +anchor: databases_interacting --- ## Interacting with Databases {#databases_interacting_title} diff --git a/_posts/07-03-01-Abstraction-Layers.md b/_posts/07-03-01-Abstraction-Layers.md index 789572c..718ee0a 100644 --- a/_posts/07-03-01-Abstraction-Layers.md +++ b/_posts/07-03-01-Abstraction-Layers.md @@ -1,7 +1,7 @@ --- isChild: true -title: Abstraction Layers -anchor: databases_abstraction_layers +title: Abstraction Layers +anchor: databases_abstraction_layers --- ## Abstraction Layers {#databases_abstraction_layers_title} diff --git a/pages/Functional-Programming.md b/pages/Functional-Programming.md index 3103e01..299c4aa 100644 --- a/pages/Functional-Programming.md +++ b/pages/Functional-Programming.md @@ -1,6 +1,6 @@ --- layout: page -title: Functional Programming in PHP +title: Functional Programming in PHP --- # Functional Programming in PHP @@ -82,6 +82,7 @@ defined to capture variables in scope and access them later when the anonymous f * [More details in the Closures RFC][closures-rfc] * [Read about dynamically invoking functions with `call_user_func_array`][call-user-func-array] + [anonymous-functions]: http://php.net/functions.anonymous [closures-rfc]: https://wiki.php.net/rfc/closures [call-user-func-array]: http://php.net/function.call-user-func-array diff --git a/pages/The-Basics.md b/pages/The-Basics.md index ee8a181..75221e3 100644 --- a/pages/The-Basics.md +++ b/pages/The-Basics.md @@ -1,6 +1,6 @@ --- layout: page -title: The Basics +title: The Basics --- # The Basics