From 2dcacc23d6696dbe42dbcd30ff4aefcefc5ecfb1 Mon Sep 17 00:00:00 2001 From: Joan Josep Ordinas Rosa Date: Fri, 31 Mar 2017 16:40:15 +0200 Subject: [PATCH] Created directory for macros --- docs/Makefile | 2 +- docs/content/content.md | 2 +- docs/content/data.md | 2 +- docs/content/engine.md | 2 +- docs/content/home.md | 2 +- docs/content/structure.md | 2 +- docs/layouts/default.html | 2 +- docs/{macros.m => macros/markup.m} | 0 8 files changed, 7 insertions(+), 7 deletions(-) rename docs/{macros.m => macros/markup.m} (100%) diff --git a/docs/Makefile b/docs/Makefile index 5c078fe..91d048a 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -68,7 +68,7 @@ Common := \ $(Layouts)/default.html \ $(Content)/LINKS.txt \ filters.jq \ - macros.m \ + macros/markup.m \ # Files to "build" Home := index diff --git a/docs/content/content.md b/docs/content/content.md index afb36e1..c4e52d9 100644 --- a/docs/content/content.md +++ b/docs/content/content.md @@ -5,7 +5,7 @@ description: jqt transforms MarkDown documents to HTML using Pandoc. keywords: jqt, markdown, pandoc, gpp, preprocessing, authoring content updated: "2016-08-28T10:27:09Z" --- -<%include macros.m>& +<%include macros/markup.m>& <%include content/LINKS.txt>& # Authoring content diff --git a/docs/content/data.md b/docs/content/data.md index 926f473..f65098e 100644 --- a/docs/content/data.md +++ b/docs/content/data.md @@ -5,7 +5,7 @@ description: jqt combines one template with one MarkDown document and a data mod keywords: jqt, JSON, YAML, gpp, preprocessing, data model updated: "2016-08-28T10:27:09Z" --- -<%include macros.m>& +<%include macros/markup.m>& <%include content/LINKS.txt>& # Data model diff --git a/docs/content/engine.md b/docs/content/engine.md index 1021f5a..91dae17 100644 --- a/docs/content/engine.md +++ b/docs/content/engine.md @@ -5,7 +5,7 @@ description: jqt orchestrates several shell utilities to transform MarkDown text keywords: jqt, jq, YAML, gpp, preprocessing, template engine updated: "2016-08-28T10:27:09Z" --- -<%include macros.m>& +<%include macros/markup.m>& <%include content/LINKS.txt>& # Template engine diff --git a/docs/content/home.md b/docs/content/home.md index 61a4f6f..521816e 100644 --- a/docs/content/home.md +++ b/docs/content/home.md @@ -5,7 +5,7 @@ description: Could be jq the basis for a web template engine? keywords: jqt, jq, template engine updated: "2016-08-28T10:27:09Z" --- -<%include macros.m>& +<%include macros/markup.m>& <%include content/LINKS.txt>& # Welcome diff --git a/docs/content/structure.md b/docs/content/structure.md index ded8abb..36e2ee1 100644 --- a/docs/content/structure.md +++ b/docs/content/structure.md @@ -5,7 +5,7 @@ description: Web pages structure is defined by the HTML markup. keywords: jqt, jq, gpp, preprocessing, template engine updated: "2016-08-28T10:27:09Z" --- -<%include macros.m>& +<%include macros/markup.m>& <%include content/LINKS.txt>& # Page structure diff --git a/docs/layouts/default.html b/docs/layouts/default.html index 807987d..3a905ef 100644 --- a/docs/layouts/default.html +++ b/docs/layouts/default.html @@ -1,5 +1,5 @@ <# Default layout #>& -<%include "macros.m">& +<%include "macros/markup.m">& diff --git a/docs/macros.m b/docs/macros/markup.m similarity index 100% rename from docs/macros.m rename to docs/macros/markup.m