From 7c033c2a2a505be98af829d0c2d3186eb302e8ad Mon Sep 17 00:00:00 2001 From: Morgan Sutherland Date: Thu, 16 Nov 2017 17:21:19 +0100 Subject: [PATCH] revert guides page sections and tutorials post type --- _config.yml | 4 -- .../tutorial-car-telemetry-app.md | 0 _src/guides.html | 44 ------------------- _src/index.html | 2 +- 4 files changed, 1 insertion(+), 49 deletions(-) rename _src/{_tutorials => _guides}/tutorial-car-telemetry-app.md (100%) diff --git a/_config.yml b/_config.yml index a5e5af1..1b2de8c 100644 --- a/_config.yml +++ b/_config.yml @@ -93,10 +93,6 @@ collections: guides: output: true permalink: /:collection/:path/ - tutorials: - output: true - permalink: /:collection/:path/ - # Plugins # -------------------- diff --git a/_src/_tutorials/tutorial-car-telemetry-app.md b/_src/_guides/tutorial-car-telemetry-app.md similarity index 100% rename from _src/_tutorials/tutorial-car-telemetry-app.md rename to _src/_guides/tutorial-car-telemetry-app.md diff --git a/_src/guides.html b/_src/guides.html index aae0e6c..f7eb3d0 100644 --- a/_src/guides.html +++ b/_src/guides.html @@ -24,48 +24,4 @@ title: Guides {% endfor %} - - -
-
-
-

Tutorials

-
-
-
-
- {% for tutorial in site.tutorials %} - - {% endfor %} -
-
-
- -
-
-
-

Examples

-
-
-
-
- {% for tutorial in site.tutorials %} - - {% endfor %} -
-
\ No newline at end of file diff --git a/_src/index.html b/_src/index.html index 1e75d69..3535618 100644 --- a/_src/index.html +++ b/_src/index.html @@ -73,7 +73,7 @@ intro:
- {% for guide in site.guides| limit: 4 %} + {% for guide in site.guides | limit: 4 %}