TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A case for something, anything more simple than WordPress

47 pointsby cdevroeover 11 years ago

23 comments

homosaurover 11 years ago
I&#x27;m so weary of people pitching the solution to WordPress and then tossing a proprietary cloud hosted thing at me. That&#x27;s a complete non-starter.<p>All the time I hear from fellow devs &quot;oh don&#x27;t advertise you use WordPress, it&#x27;s irrelevant to clients.&quot; Tell that to my bank account and all the jobs I&#x27;ve stolen from agencies who wanted to use their BS proprietary CMS.<p>I sell WordPress like this: when you want a rebuild in 10 years and I&#x27;m in Thailand smoking drugs with your money pile you just gave me, you&#x27;ll be able to find someone to work on it no problem.<p>There&#x27;s plenty to dislike about the WP codebase, but we all have to remember that WP was made in an era when coding reasonable software in PHP was nearly impossible. Nothing backwards-compatible can happen there that isn&#x27;t going to destroy all the millions of existing sites. It&#x27;s still pretty freaking easy to build a site with, especially when you compare it to other CMSes of that era.<p>Moreover, their development roadmap is actually really solid. I like where WP is going. I unfortunately would no longer recommend it for basic blogging due to its complexity but as a CMS, there&#x27;s really not a lot of free software options that can function on that level without extensive database programming and security knowledge.
评论 #6478594 未加载
评论 #6478313 未加载
评论 #6478935 未加载
gmaysover 11 years ago
Here&#x27;s a crazy idea: You&#x27;re a developer. If it&#x27;s too complex for your customer, then simplify it. Fight the urge to build something new just because you can. You&#x27;re really the only person that cares that you built it, everyone else just wants something that works.<p>I understand why you&#x27;re following 37signals&#x27; simplicity model, but those markets didn&#x27;t have flexible CMS&#x27; to start with like we do. The beauty of WordPress is that it&#x27;s easy to hide and remove extraneous features. It has everything you need and you can just remove the stuff you don&#x27;t, just like the way a sculptor chisels away the unneeded parts. It&#x27;s building from a different direction.<p>WordPress is a tool, not an end product, and it&#x27;s been around for over 10 years.<p>Face it, websites are a commodity these days. What new features, processes, or anything else exist that WordPress can&#x27;t do with a few tweaks? Front-end editing, one-click setup, drag and drop, it&#x27;s all easier to add than building from scratch.<p>If your goal is to create value, then think hard about what problem your customer is trying to solve. If it requires something new, then by all means build it! But I don&#x27;t see this as one of those cases.
评论 #6479251 未加载
jamesbrittover 11 years ago
I&#x27;m using Wordpress for a project because of the wealth of existing templates and plugins. Without these Wordpress is not terribly interesting; it&#x27;s not Wordpress.<p>Once you drop the ecosystem there are plenty of alternative to creating static or near-static sites.<p>edit: I should point out that more alternatives for creating Web content is, on average, a Good Thing. Presenting a tool, however good, as an alternative to Wordpress however brings a lot of assumptions that may cause people to focus on the wrong things.<p>There&#x27;s probably a market for a form of Wordpress that could use existing themes but not plugins, and only allowed basic posts and pages, with perhaps a more robust security model. E.g. prevent commenting (in order to avoid having to accept external content) except via Disqus or something.
评论 #6477483 未加载
评论 #6478303 未加载
评论 #6480087 未加载
jinushaunover 11 years ago
The problem with this post, and other &quot;WordPressis too complex&quot; posts like it, is that WordPress did not intially start off this way. Wordprrss was originially a simple blog. Once Barley gets enough users, people will want it to do more and more things until it becomes yet another blog turned CMS platform.<p>As for me, I use Jekyll and disqus because I&#x27;m just one guy.
评论 #6477694 未加载
jtreminioover 11 years ago
About a year ago I moved my blog completely off of Wordpress and onto Piecrust[0]. I realized I didn&#x27;t need all the dynamic tools available in Wordpress, because blog, and Piecrust has so far worked beautifully.<p>Comments were replaced with Disqus. No more opening my site to any possible security holes, no more having to keep on top of plugin updates, no more crying tears of shame when I snuck a peek at said plugins&#x27; source code, I can check in my whole site into github and be done with it.<p>[0] <a href="http://bolt80.com/piecrust/" rel="nofollow">http:&#x2F;&#x2F;bolt80.com&#x2F;piecrust&#x2F;</a>
评论 #6477732 未加载
mikeschinkelover 11 years ago
<a href="http://www.kickstarter.com/projects/johnonolan/ghost-just-a-blogging-platform" rel="nofollow">http:&#x2F;&#x2F;www.kickstarter.com&#x2F;projects&#x2F;johnonolan&#x2F;ghost-just-a-...</a>
评论 #6478290 未加载
ryansanover 11 years ago
I agree that WordPress is a little convoluted for simple projects. However, you can get great starter themes that eliminate that complexity for you from the get-go. Like the _s starter theme or something like Bones.<p>I think WordPress is often the go-to platform because it&#x27;s just what people hear about -- plus, it&#x27;s free. My preferred CMS for websites is ExpressionEngine because it&#x27;s flexible enough to make it what you want. There&#x27;s no &quot;loop&quot; that you have to deal with over and over and there aren&#x27;t a gajillion default things that you have to strip out at the outset of a project.<p>The trouble is that clients are afraid to try something that isn&#x27;t what their neighbor is using. I often get, &quot;Yah, but this is what I used in a past project.&quot; or &quot;A buddy of mine used WordPress and he gets 10 million hits a day!&quot; Getting them to pay $299 for a commercial license for EE seems like a really steep cost when they could just get WordPress for free and it&#x27;s &quot;good enough.&quot;
Rileyover 11 years ago
I couldn&#x27;t agree more. In fact, this is why I started building a project for my girlfriend so she could create her own site. And now it&#x27;s grown into something powerful that I really enjoy using too.<p><a href="http://simplpost.com/blog/what-is-this-thing/" rel="nofollow">http:&#x2F;&#x2F;simplpost.com&#x2F;blog&#x2F;what-is-this-thing&#x2F;</a>
darkFunctionover 11 years ago
The first comment on the article is by Jason Schuller, who created a great little open source blogging platform called Dropplets (<a href="http://dropplets.com/" rel="nofollow">http:&#x2F;&#x2F;dropplets.com&#x2F;</a>).<p>I use it myself and it&#x27;s fantastic. Simple and elegant and I feel in control of my blog now- there&#x27;s no magic.
dkuntz2over 11 years ago
I used WordPress for a while, but switched to a host of static site generators about two years ago. One of the big reasons I switched was because WordPress was so huge, and unnecessarily so.<p>Their big overhaul of the wp-admin section, in 2.5 I think, de-emphasized the post writing page (something which was previously instantly accessible). That&#x27;s what started pushing me away from WordPress.<p>Recently I&#x27;ve started looking for another server-side platform. I&#x27;ve been getting annoyed with the extra work involved with static site generators, especially for a rather trivial &quot;look what I saw&quot; blog. I installed Anchor [1] last night, and plan on playing with it. I&#x27;m also interested in Ghost, but it hasn&#x27;t been publicly released so far as I know.<p>[1]: Anchor CMS: <a href="http://anchorcms.com" rel="nofollow">http:&#x2F;&#x2F;anchorcms.com</a>
评论 #6478134 未加载
kartikkumarover 11 years ago
&gt; Some sites are blogs, others are small business web sites, others are photo galleries, others are one pagers of information, and some are pages that let you buy things. There shouldn&#x27;t just be one tool to build all of these.<p>I find that above text a bit odd. Maybe I&#x27;m misinterpretting it, but why exactly shouldn&#x27;t there be one tool to build all of those websites? It might very well be that Wordpress is not suited to build all those things, but it doesn&#x27;t follow logically that there should not be a &quot;mastertool&quot;, no matter what.<p>I understand the general sentiment of &quot;horses for courses&quot;, but I also think that it&#x27;s important to make sure that your tools are performing well, rather than trying to make a blanket statement about what web dev tools should and shouldn&#x27;t do in general.
joetechover 11 years ago
I&#x27;m liking Ghost so far, but it&#x27;s still a very early release and yet to include some base features
marbanover 11 years ago
If you&#x27;re into simple, hosted services, you might give <a href="http://www.postagon.com" rel="nofollow">http:&#x2F;&#x2F;www.postagon.com</a> a try.
lremover 11 years ago
Incidentally I just released my me-too static generator. It&#x27;s targeted for academics, with all the features an academic expects (hyphenation, LaTeX math support and so on). If anyone&#x27;s interested: <a href="https://github.com/lrem/phdoc" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lrem&#x2F;phdoc</a>
buckbovaover 11 years ago
I point complete novices to <a href="http://www.weebly.com/" rel="nofollow">http:&#x2F;&#x2F;www.weebly.com&#x2F;</a>.<p>It has a gui site builder (wysiwyg) and what not, and is considerably simpler than wordpress.<p>What does barley have over weebly?<p>Can I download barley and install on my servers like I can with wordpress? If not, this is apples and oranges.
dsowersover 11 years ago
You should try out Silvrback (<a href="https://dsowers.silvrback.com/introducing-silvrback" rel="nofollow">https:&#x2F;&#x2F;dsowers.silvrback.com&#x2F;introducing-silvrback</a>). It&#x27;s a hosted, markdown powered blog as clean as medium.
评论 #6478225 未加载
tlongrenover 11 years ago
I think Anchor CMS has done a nice job of filling this space. It&#x27;s FAR from complex.
matthewbakerover 11 years ago
The only differentiator that I see you offering is inline editing, which can be activated very quickly with a Wordpress plug-in.<p>I think you&#x27;re traveling down a meat grinder of a road by choosing to spend time on this.
jereover 11 years ago
Just wanted to say: you&#x27;ve got yourself a pretty amazing promo video for Barley. Love the quote, song, style, everything really.
rocky1138over 11 years ago
Consider Perch.<p><a href="http://grabaperch.com/" rel="nofollow">http:&#x2F;&#x2F;grabaperch.com&#x2F;</a>
jackmcdadeover 11 years ago
Another one: statamic.com. Flat file, live routing and caching, with a responsive cp.
knieveltechover 11 years ago
It&#x27;s like Wordpress has turned into Drupal and Drupal flipped the hell out and is trying to become Sharepoint. Crazy pills.
AsymetricComover 11 years ago
Perl&#x2F;CGI is pretty simple..
评论 #6480828 未加载