Skip to content

Commit

Permalink
Restructure includes to posts
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisJordan committed Jul 10, 2012
1 parent 0b5683d commit 320be77
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 29 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
32 changes: 3 additions & 29 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,6 @@
{% 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 %}

0 comments on commit 320be77

Please sign in to comment.