aio.md: multiple improvements
authorFrançois Michonneau <francois.michonneau@gmail.com>
Wed, 29 May 2019 23:10:23 +0000 (19:10 -0400)
committerMaxim Belkin <maxim.belkin@gmail.com>
Wed, 29 May 2019 23:10:23 +0000 (23:10 +0000)
Pull Request: carpentries/styles#406

* change all-in-one file to have the same 'depth' as episode files

* move the core script of aio.md into _includes/aio-script.md

* include comment to inform maintainers to not edit the file

* move aio.md to the root of styles repository

_includes/aio-script.md [moved from bin/boilerplate/aio.md with 86% similarity]
aio.md [new file with mode: 0644]

similarity index 86%
rename from bin/boilerplate/aio.md
rename to _includes/aio-script.md
index 523e7dd28e1c1533b65061d1af8a55cd42ad8988..926e0a6ea42c49c4cb6dc2f41a410fc3aabe25fa 100644 (file)
@@ -1,7 +1,8 @@
----
----
-
-{% include base_path.html %}
+{% comment %}
+As a maintainer, you don't need to edit this file.
+If you notice that something doesn't work, please 
+open an issue: https://github.com/carpentries/styles/issues/new
+{% endcomment %}
 
 <script>
   window.onload = function() {
diff --git a/aio.md b/aio.md
new file mode 100644 (file)
index 0000000..0ab72ea
--- /dev/null
+++ b/aio.md
@@ -0,0 +1,13 @@
+---
+permalink: /aio/index.html
+---
+
+{% comment %}
+As a maintainer, you don't need to edit this file.
+If you notice that something doesn't work, please 
+open an issue: https://github.com/carpentries/styles/issues/new
+{% endcomment %}
+
+{% include base_path.html %}
+
+{% include aio-script.md %}