mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-17 11:10:37 +02:00
Restructure includes to posts
This commit is contained in:
32
index.html
32
index.html
@@ -5,32 +5,6 @@ layout: default
|
||||
{% capture welcome_content %}{% include welcome.md %}{% endcapture %}
|
||||
{{ welcome_content|markdownify }}
|
||||
|
||||
{% capture getting_started_content %}{% include getting-started.md %}{% endcapture %}
|
||||
{{ getting_started_content|markdownify }}
|
||||
|
||||
{% capture codestyleguide_content %}{% include code-style-guide.md %}{% endcapture %}
|
||||
{{ codestyleguide_content|markdownify }}
|
||||
|
||||
{% capture highlights_content %}{% include language-highlights.md %}{% endcapture %}
|
||||
{{ highlights_content|markdownify }}
|
||||
|
||||
{% capture dependencies_content %}{% include dependency-management.md %}{% endcapture %}
|
||||
{{ dependencies_content|markdownify }}
|
||||
|
||||
{% capture databases_content %}{% include databases.md %}{% endcapture %}
|
||||
{{ databases_content|markdownify }}
|
||||
|
||||
{% capture security_content %}{% include security.md %}{% endcapture %}
|
||||
{{ security_content|markdownify }}
|
||||
|
||||
{% capture testing_content %}{% include testing.md %}{% endcapture %}
|
||||
{{ testing_content|markdownify }}
|
||||
|
||||
{% capture servers_and_deployment_content %}{% include servers-and-deployment.md %}{% endcapture %}
|
||||
{{ servers_and_deployment_content|markdownify }}
|
||||
|
||||
{% capture frameworks_content %}{% include libraries-and-frameworks.md %}{% endcapture %}
|
||||
{{ frameworks_content|markdownify }}
|
||||
|
||||
{% capture resources_content %}{% include resources.md %}{% endcapture %}
|
||||
{{ resources_content|markdownify }}
|
||||
{% for post in site.posts reversed %}
|
||||
{{ post.content }}
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user