Stacey: No login screens, no ‘cms’
Stacey is a refreshing new take on the portfolio back-end tool. There’s no admin, nothing to log into, no database and no CMS. Instead you edit flat text files and place your images in subdirectories. I like how Stacey opinionatedly focuses on making templates easy to customize and edit.
Matthew Kanwisher
on 22 Sep 09Spot on, finally a CMS I would be happy to use!
Steve
on 22 Sep 09I don’t want to say that it’s the same, because it’s not, but jekyll is a pretty cool project by the GitHub guys that does something sort of similar for blogs.
D
on 22 Sep 09I really like how it breaks navigation history by automatically redirecting you from /projects/project-name to /projects/project-name/#1 instead of just linking to the #1 anchor right off the bat. What a killer feature.
Mike Roberto
on 22 Sep 09To say its not a CMS is splitting hairs. What is a CMS but a content management system? Yes I know you’re talking about this because its not a conventional CMS, but this is clearly a system for managing content without web-based access. It doesn’t have a web-based login because you use your FTP login to manage it. It doesn’t have an admin because you use your text editor to administrate it yourself.
It’s a system of templating your content in order for the view programming to read it properly. It’s refreshing because its what we all used to do: hand code the content except there’s one template that dynamically pulls in the content rather than a template we kept on our machine and used to start each file entry.
What’s old is new again with a twist using today’s tools.
Happy
on 23 Sep 09no ‘cms’
Stacey could be today’s feature on http://www.unnecessaryquotes.com/ (via Ray in the ‘Signs on Signs’ comments) :)
James MacAulay
on 23 Sep 09Reminds me of Blosxom, in a good way. There’s definitely a certain comfort in having the filesystem as your main UI.
Mirko Froehlich
on 23 Sep 09Not bad, but nothing new or groundbreaking either. Looks very similar to other static website tools that have been around for a while, such as Webby or Webgen. I’ve been using Webby for my very simple consulting website (http://codemeup.com/) and have been very happy with it. It lets me use partials, layouts, and arbitrary markup languages (I use HAML but almost opted for Markdown), and deploy with a simple Rake task. Definitely beats installing a database based CMS for such as simple website.
rick
on 23 Sep 09I hate file systems and folders, but it’s nice to see someone do something different.
Danny
on 23 Sep 09:-) I got that deep into “modern” CMS business that this solution seems to bit little bit surreal for me. That is bad. Looks like I am thinking little stereotypically. Logins, windows, WYSIWYGs… Thanks for pointing to something that distracts me from my intellectual routine.
Bruno
on 23 Sep 09Normally I’m a fan of adverbing words. But opinionatedly just sounds wrong to me.
Ric
on 23 Sep 09I think, more accurately, it’s a CMS that’s easier to set up if you find editing text files easier than using a GUI.
In other words, this is better if you think this is better.
The advantage over many CMSs is that it’s not trying to be all things to all people.
ramanan
on 23 Sep 09This is pretty slick. I like Jekyll a lot, but it’s really suited for posting text and code online. It’s not too smart when it comes to displaying a bunch of JPEGs. This seems to do a similar task, but with a different focus.
William Macdonald
on 24 Sep 09This is exactly how I develop a lot of site for clients that don’t have an SQL enabled server.
I tell them, you can manage it via FTP!
This discussion is closed.