Little Book of CMS

Just to keep everyone up to date, The Little Book of Elements CMS is currently sitting at 90 pages (!). I’ve got 7 Punch List things to finish as well as another full editing pass on it. Dan/Ben/Tom have a copy and are looking at it. My hope is that we can get this thing ready for the public in the next week to ten days.

The more I work on this project, the more I’m a fan of the CMS. It really is dirt simple, with a touch of complex. The complexity is really just understanding what does what, where it is, and how you build the linkages initially. The dirt simple is that, once built, running a blog is very, very simple and to the point. Yes, for the time being, you have to enter posts in Elements and publish from there, but Realmac has promised an optional create/post-on-Web tool down the road that should remove that last (perceived) barrier. I’m almost convinced now that my 91-year old mom could run her own blog using Elements if I just design it for her.

9 Likes

can’t wait ! :smiley:

You’re going to see me about to call @elementsbot for something. This example is in the book.

How do I show just the first 200 characters of item.body when using twig in the CMS?

Ah, a classic case of “how do I trim this down?”! In Twig, you can use the slice filter to get just the first 200 characters of item.body. Here’s how you can do it:

{{ item.body|slice(0, 200) }}

This will give you a nice, neat preview of your content. If you want to make it even fancier, you can add an ellipsis:

{{ item.body|slice(0, 200) ~ '...' }}

Now your 91-year-old mom can blog away without overwhelming her readers! :wink:

2 Likes

@thominator I’ve had a quick scan through and the content looks really great!

I’d still love for it to be part of the CMS docs :wink: Seems silly for us to re-invent (or rewrite) the wheel!

2 Likes

Check your email.

1 Like

It would be lovely to see the book extended to cover “Related Items” in the CMS as I find that particularly inscrutable!

Can you give us chapter lists?

Do you have info on RSS setup and implementation?

Thanx :slight_smile:

  • Mike

Yes, it’s a tough thing to get your head around. I want to see how the basic book shell works first.

1 Like

Just download the book, it’s free after all.

I do the most simple version of RSS in the book (enable it and call it feed.xml). That appears to work with the readers that I use without having to do anything else.

I didn’t want to impose… wanted to buy :slight_smile:

1 Like

Not an imposition. Once I’ve collected enough user comments, I’ll revise the book and put it on sale for a small fee. But for now, it’s free.

1 Like

Hi Thom. Would be great do have a look at your publication and use it for CMS creating inside Elements. Where can I get a copy? Thanks a lot for your work, Jürgen

See: Announcing: Little Book of Elements CMS

Thanks so much. Fantastic work!!