Skip to content

Commit

Permalink
updating latest book to the new format
Browse files Browse the repository at this point in the history
  • Loading branch information
sirkitree committed Sep 26, 2024
1 parent 3c0d790 commit f26e8ab
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/ebooks/why-your-cms-will-fail/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
layout: layout
---

{% include 'chapter.liquid' %}
{% include 'page.liquid' %}

{% include 'pagination.liquid' %}
6 changes: 3 additions & 3 deletions src/ebooks/why-your-cms-will-fail/pages/page-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

3 changes: 2 additions & 1 deletion src/ebooks/why-your-cms-will-fail/pages/page-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---


Expand Down
3 changes: 2 additions & 1 deletion src/ebooks/why-your-cms-will-fail/pages/page-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---


Expand Down
3 changes: 2 additions & 1 deletion src/ebooks/why-your-cms-will-fail/pages/page-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---


Expand Down
3 changes: 2 additions & 1 deletion src/ebooks/why-your-cms-will-fail/pages/page-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---


Expand Down
3 changes: 2 additions & 1 deletion src/ebooks/why-your-cms-will-fail/pages/page-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---


Expand Down
3 changes: 2 additions & 1 deletion src/ebooks/why-your-cms-will-fail/pages/page-7.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---


Expand Down
3 changes: 2 additions & 1 deletion src/ebooks/why-your-cms-will-fail/pages/page-8.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---


Expand Down
3 changes: 2 additions & 1 deletion src/ebooks/why-your-cms-will-fail/pages/page-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---


Expand Down
4 changes: 2 additions & 2 deletions src/ebooks/why-your-cms-will-fail/table-of-contents.md
Original file line number Diff line number Diff line change
Expand Up @@ -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] }}"
---

Expand Down

0 comments on commit f26e8ab

Please sign in to comment.