by bem on 11/20/11, 12:37 AM with 37 comments
by ezyang on 11/20/11, 1:31 AM
by danishkhan on 11/20/11, 1:47 AM
by _gd3l on 11/20/11, 3:29 AM
But the point is that if you just want to write on the web and not deal with a bunch of nonsense, learning a whole CMS like WordPress can be a pain. I cringe when people give WP a bad name, as it really is awesome and it's pretty much how I make my living. But you can't deny that if you just want simple posting features, WordPress can be a little unnecessarily large.
by jyap on 11/20/11, 4:17 AM
But then I stumbled onto or more so realized that I had a road block. Namely that of practicality.
I mean it meant that I needed to be on the command line to actually post and I needed to run Git commands to add files/posts and then push to the server. I couldn't post from my cell phone or iPad. Most of my browsing these days is from my iPad.
I mean blogging from WordPress/Blogger isn’t as clean/elite but at least you can edit through the web as well as optionally via a separate application. So if the barriers to create are too high I may as well be using WordPress/Tumblr/Blogger.
I tested out Cloud9 IDE since it ties in nicely with GitHub repositories and covers the base of being able edit througth the web... But the workflow still didn't work. Everything besides blogging 'got in the way'.
If you want to blog like a hacker, start by writing content that doesn't suck.
If you want to feel elite and 'static HTMLy' about it, then:
- Set up a simple content creation site that supports your content creation workflow best.
- Set up your elite Jekyll site.
- Set up a cronjob and a HTML parser which downloads and reformats your posts from your simple content creation site and feeds them to Jekyll.
by acangiano on 11/20/11, 2:57 PM
by po on 11/20/11, 9:01 AM
It's very similar in spirit but uses python and the corresponding tools to get the job done.
by asto on 11/20/11, 6:30 AM
by numbdemon on 11/20/11, 6:46 AM
by 8ig8 on 11/20/11, 1:44 AM
> The theme for the blog and two static pages took up 12 files of HTML and PHP layouts. Furthermore I had made several hacks to make things be just the way I wanted.
I know WordPress is an easy target on some fronts, but this point seems like a stretch. Twelve files plus hacks?
I don't know all your site requirements, but 2 to 4 WP theme files would probably work for what I see on your site.
I'd be interested to see what the twelve files included. I'm no expert but maybe I could offer some tips for simplifying things?
by _frog on 11/20/11, 2:47 AM
by bothra90 on 11/20/11, 5:50 PM
by helipad on 11/20/11, 10:06 AM
The filesystem is built of just folders and text files, and it creates a blog automatically. Very minimal and doesn't require any kind of admin backend.
by josscrowcroft on 11/20/11, 9:41 AM