39 comments

  • Jim SilvermanJim Silverman, 9 years ago

    BUT THERE'S NO CACTUSES.

    18 points
  • Sam Pierce LollaSam Pierce Lolla, 9 years ago (edited 9 years ago )

    I tried a bunch of similar static site generators: mixure, wintersmith, yeoman, middleman, roots, etc etc. They all fell short in some way or another.

    Then I taught myself to use grunt.js. It was kind of a PITA to get the hang of (apparently gulp.js is way easier) but I definitely saw the light. Grunt is what a lot of these other tools use "under the hood", you define the things you want to do ahead of time (for ex: "compile my coffeescript and scss, then move the images in this folder to another folder") and it does them when your source files change. My advice: ditch the fluff, just learn how to use a task runner to compile your files yourself :)

    Here's my boilerplate to help you get started. It does stylus, jade, coffeescript, a web server, and live reload out of the box: https://github.com/sampl/grunt-boilerplate. AWS deployment with one command is pretty straightforward, ask me if you need help!

    6 points
  • Nathan RomeroNathan Romero, 9 years ago

    This looks pretty close to Hammer. Going to give it a shot and see how it stacks up.

    4 points
    • Jonathan YapJonathan Yap, 9 years ago

      Do tell, because I had my last site setup through hammer as well. I like to know if there is anything different compared to it.

      0 points
  • Jorn van Dijk, 9 years ago (edited 9 years ago )

    I've been working on this Mac product for the last couple of months with Koen Bok and Benjamin Nathan. Curious to hear what everyone thinks about Cactus!

    3 points
    • Marc EdwardsMarc Edwards, 9 years ago

      Looks great! Is there a way to create an RSS feed? I couldn’t see an RSS XML in the blog template.

      0 points
    • Eliot SlevinEliot Slevin, 9 years ago (edited 9 years ago )

      Hey, I just used Cactus to make a website, it was a pretty ballin experience.

      How everything is magically setup perfectly is great, the templating language is fantastic, and automatic scss and brower refresh, crazy helpful.

      Being able to use Sublime Text to edit is perfect, I've never used the templating langauge before, but I like it, can anybody suggest a package for auto completing the django syntax?

      The export feature works nearly perfectly, but all my static resources got an extra / in front of them, making them break. I might've messed something up, but building from the basic template, if I export

      src="{% static 'images/heroImage.jpg' %}"

      It generates out too

      src="/static/images/logo.jpg"

      When it should be

      src="static/images/logo.jpg"

      All in all, it was such an effortless experience that I will probably start making every website with Cactus.

      0 points
    • Ronan BerderRonan Berder, 9 years ago

      Very sharp. I'd be curious as to whether you guys are considering integrating tools to edit content too or if you're focused on code.

      0 points
  • Benjamin FritzBenjamin Fritz, 9 years ago

    Kinda undecided if I should go for this or Mixture (as mentioned before).

    2 points
  • Pasquale D'SilvaPasquale D'Silva, 9 years ago

    Mixture FTW!

    1 point
  • Moeed MohammadMoeed Mohammad, 9 years ago

    Beautiful website.

    1 point
  • Daniel FoscoDaniel Fosco, 9 years ago (edited 9 years ago )

    Haven't tried it yet, but the description makes it sound like Jekyll with a designer-friendly local environment.

    EDIT: Bingo! It's a designer-friendly Jekyll-like environment. If I didn't have free github hosting with Jekyll I'd buy it right now :P

    1 point
  • Jeremiah AdkinsJeremiah Adkins, 9 years ago

    Is this any different than using Yeoman/Grunt to scaffold a webapp?

    0 points
  • Lauri HynynenLauri Hynynen, 9 years ago

    Wow, looks really slick!

    It's interesting that we're seeing a lot of new services re-imagining hosting static sites. Why do you think that is? I'd say partly due to rise of Javascript-based SPA's which just integrate into various 3rd party services and don't need their own server. Also, it seems like more and more web designers are looking to build their own products from end-to-end and are comfortable with programming, but don't want to get involved with managing their own server, command line interfaces.

    Oh, and a shameless plug. If you don't feel like installing additional apps, be sure to check out http://brace.io. We also deploy your sites to S3 (and a CDN), but do it via Dropbox.

    0 points
  • Nick van der WildtNick van der Wildt, 9 years ago

    I currently work for larger corporations where Cactus is nearly impossible to use, since they work with large and already existing, complex systems. However, having followed Jorn and Koen for a while now, I know they make great stuff, so I immediately bought this app when I saw a post on Dribbble yesterday.

    Today, during lunch break, I played with the app for a bit; the interface is insanely simple and friendly, the app does everything it promises you it does. I'm sure a lot of people can benefit from Cactus, even with clients who use Wordpress in the end. Simply export your files and create a theme from it. I will be using this the app for future clients, who are less rigid in their infrastructure and will allow me to implement crazy new designs in HTML/CSS.

    And oh, I'm not familiar with the templating system, but the documentation showed me it's pretty simple to use :-)

    0 points
  • Namanyay GoelNamanyay Goel, 9 years ago

    Cactus looks cool, unfortunately, mac only :(

    I personally use Prepros on my windows environment. Free, cross-os compatible, and sexy as hell. Have a look, guys!

    0 points
  • Eliot SlevinEliot Slevin, 9 years ago

    Neat! Trying this out today.

    0 points
  • Jonathon HalliwellJonathon Halliwell, 9 years ago

    Looks a lot like http://mixture.io/

    0 points
  • David BarkerDavid Barker, 9 years ago

    This looks rather useful!

    0 points
  • Nick TassoneNick Tassone, 9 years ago

    Excited to try this! FYI for people not upgraded to Mavericks yet, it's 10.9+ only

    0 points