diff --git a/src/ebooks/why-your-cms-will-fail/index.html b/src/ebooks/why-your-cms-will-fail/index.html index 49f52bf..0791ad6 100644 --- a/src/ebooks/why-your-cms-will-fail/index.html +++ b/src/ebooks/why-your-cms-will-fail/index.html @@ -3,6 +3,6 @@ layout: layout --- -{% include 'chapter.liquid' %} +{% include 'page.liquid' %} {% include 'pagination.liquid' %} diff --git a/src/ebooks/why-your-cms-will-fail/pages/page-1.md b/src/ebooks/why-your-cms-will-fail/pages/page-1.md index 748910b..58050b0 100644 --- a/src/ebooks/why-your-cms-will-fail/pages/page-1.md +++ b/src/ebooks/why-your-cms-will-fail/pages/page-1.md @@ -2,10 +2,10 @@ title: Introduction image: "chapter-1.png" image-alt: "A person struggling to climb out of a mess of web components." -layout: chapter +layout: page +tags: [chapter] --- -There is a lot on the line when rolling out a new CMS. It powers your website, which is your primary marketing tool. Getting it right is important, and yet so many get it wrong. Many CMS projects end up delayed and over budget. And then after a few years, the situation can deteriorate to the point where the organization tries again with a shiny new CMS that promises to solve all of its problems, and the cycle begins anew. +There is a lot on the line when rolling out a new CMS. It powers your website, which is your primary marketing tool. Getting it right is important, and yet so many get it wrong. Many CMS projects end up delayed and over budget. And then after a few years, the situation can deteriorate to the point where the organization tries again with a shiny new CMS that promises to solve all of its problems, and the cycle begins anew. How do you stop this from happening? Here are the top reasons your CMS project might fail and ways to mitigate them. - diff --git a/src/ebooks/why-your-cms-will-fail/pages/page-2.md b/src/ebooks/why-your-cms-will-fail/pages/page-2.md index fbc8318..7dc1dc8 100644 --- a/src/ebooks/why-your-cms-will-fail/pages/page-2.md +++ b/src/ebooks/why-your-cms-will-fail/pages/page-2.md @@ -2,7 +2,8 @@ title: 'A lack of stakeholder involvement' image: "chapter-2.png" image-alt: "A stack of coins, a signed contract, and a clock with cobwebs on it." -layout: chapter +layout: page +tags: [chapter] --- diff --git a/src/ebooks/why-your-cms-will-fail/pages/page-3.md b/src/ebooks/why-your-cms-will-fail/pages/page-3.md index 7417bb0..126fb6b 100644 --- a/src/ebooks/why-your-cms-will-fail/pages/page-3.md +++ b/src/ebooks/why-your-cms-will-fail/pages/page-3.md @@ -2,7 +2,8 @@ title: 'Not consulting the people who use the website most' image: "chapter-3.png" image-alt: "A person getting angry at something on his laptop." -layout: chapter +layout: page +tags: [chapter] --- diff --git a/src/ebooks/why-your-cms-will-fail/pages/page-4.md b/src/ebooks/why-your-cms-will-fail/pages/page-4.md index b3e327d..06658cd 100644 --- a/src/ebooks/why-your-cms-will-fail/pages/page-4.md +++ b/src/ebooks/why-your-cms-will-fail/pages/page-4.md @@ -2,7 +2,8 @@ title: 'User needs are neglected' image: "chapter-4.png" image-alt: "A person staring in confusion at a stack of web components." -layout: chapter +layout: page +tags: [chapter] --- diff --git a/src/ebooks/why-your-cms-will-fail/pages/page-5.md b/src/ebooks/why-your-cms-will-fail/pages/page-5.md index fef03e5..827673b 100644 --- a/src/ebooks/why-your-cms-will-fail/pages/page-5.md +++ b/src/ebooks/why-your-cms-will-fail/pages/page-5.md @@ -2,7 +2,8 @@ title: 'The project has an unrealistic timeline' image: "chapter-5.png" image-alt: "A calendar showing a due date." -layout: chapter +layout: page +tags: [chapter] --- diff --git a/src/ebooks/why-your-cms-will-fail/pages/page-6.md b/src/ebooks/why-your-cms-will-fail/pages/page-6.md index a309a80..13509f0 100644 --- a/src/ebooks/why-your-cms-will-fail/pages/page-6.md +++ b/src/ebooks/why-your-cms-will-fail/pages/page-6.md @@ -2,7 +2,8 @@ title: "Authors don't know how to use the system" image: "chapter-6.png" image-alt: "A person standing in front of some web components, reading an instruction sheet that is too long, looking confused." -layout: chapter +layout: page +tags: [chapter] --- diff --git a/src/ebooks/why-your-cms-will-fail/pages/page-7.md b/src/ebooks/why-your-cms-will-fail/pages/page-7.md index 96c872b..7c1a3fb 100644 --- a/src/ebooks/why-your-cms-will-fail/pages/page-7.md +++ b/src/ebooks/why-your-cms-will-fail/pages/page-7.md @@ -2,7 +2,8 @@ title: 'Thinking the project is “done”' image: "chapter-7.png" image-alt: "A pizza delivery person delivering a website to someone who is less than pleased." -layout: chapter +layout: page +tags: [chapter] --- diff --git a/src/ebooks/why-your-cms-will-fail/pages/page-8.md b/src/ebooks/why-your-cms-will-fail/pages/page-8.md index 008a87a..bb2d813 100644 --- a/src/ebooks/why-your-cms-will-fail/pages/page-8.md +++ b/src/ebooks/why-your-cms-will-fail/pages/page-8.md @@ -2,7 +2,8 @@ title: 'Too much complexity' image: "chapter-8.png" image-alt: "A chaotic display of windows, arrays and buttons." -layout: chapter +layout: page +tags: [chapter] --- diff --git a/src/ebooks/why-your-cms-will-fail/pages/page-9.md b/src/ebooks/why-your-cms-will-fail/pages/page-9.md index 92ceae5..7c17e92 100644 --- a/src/ebooks/why-your-cms-will-fail/pages/page-9.md +++ b/src/ebooks/why-your-cms-will-fail/pages/page-9.md @@ -2,7 +2,8 @@ title: 'Hiring the wrong agency partner' image: "chapter-9.png" image-alt: "Two people talking across a small table, taking notes on laptops." -layout: chapter +layout: page +tags: [chapter] --- diff --git a/src/ebooks/why-your-cms-will-fail/table-of-contents.md b/src/ebooks/why-your-cms-will-fail/table-of-contents.md index 75dfc1b..9c551ed 100644 --- a/src/ebooks/why-your-cms-will-fail/table-of-contents.md +++ b/src/ebooks/why-your-cms-will-fail/table-of-contents.md @@ -2,9 +2,9 @@ title: "Table of Contents" layout: table-of-contents pagination: - data: collections.booksWithChapters + data: collections.booksWithPages size: 1 - alias: "bookWithChapters" + alias: "bookWithPages" filter: "{{ page.filePathStem.split('/')[2] }}" ---