diff --git a/guides/empress-blog/custom-templates.md b/guides/empress-blog/custom-templates.md new file mode 100644 index 0000000..1333ed7 --- /dev/null +++ b/guides/empress-blog/custom-templates.md @@ -0,0 +1 @@ +TODO diff --git a/guides/empress-blog/ghost-templates.md b/guides/empress-blog/ghost-templates.md new file mode 100644 index 0000000..1333ed7 --- /dev/null +++ b/guides/empress-blog/ghost-templates.md @@ -0,0 +1 @@ +TODO diff --git a/guides/empress-blog/index.md b/guides/empress-blog/index.md new file mode 100644 index 0000000..1333ed7 --- /dev/null +++ b/guides/empress-blog/index.md @@ -0,0 +1 @@ +TODO diff --git a/guides/pages.yml b/guides/pages.yml index 3292f2a..745629e 100644 --- a/guides/pages.yml +++ b/guides/pages.yml @@ -12,3 +12,13 @@ url: "index" - title: "Editing" url: "editing" + +- title: "Empress Blog" + url: 'empress-blog' + pages: + - title: "Introduction" + url: "index" + - title: "Custom templates" + url: "custom-templates" + - title: "Porting a Ghost template" + url: "ghost-templates"