Live data from Hacker News

Static Site Generators

staticsitegenerators.net

11–20 of 123 posts

Re: Static Site Generators

#11
I'm really pleased with FrozenFlask. It lets you develop a normal site with python and flask with all of the flexibility: routing, databases, modules, etc. that you'd expect while still outputing a static website. I made my current blog site with it.

https://pythonhosted.org/Frozen-Flask/ https://github.com/bendoan/bendoan.me

Re: Static Site Generators

#12
Random observations:

- Aren't Jekyll and Octopress basically the same thing?

- Really impressed at how fast Metalsmith is growing. Might have to give it a try soon.

- For now I give my vote to Middleman.

Re: Static Site Generators

#13

Random observations: - Aren't Jekyll and Octopress basically the same thing? - Really impressed at how fast Metalsmith is growing. Might have to give it a try soon. - For now I give my vote to Middleman.

Any good observations what differences there are between Metalsmith and Assemble?

Re: Static Site Generators

#14

Random observations: - Aren't Jekyll and Octopress basically the same thing? - Really impressed at how fast Metalsmith is growing. Might have to give it a try soon. - For now I give my vote to Middleman.

Octopress is built on top of Jekyll and is geared towards making blogs to host on Github Pages (they'll run jekyll, but not any plugins, so you need to have a weird deployment setup if you want to use things like Haml and Sass). Jekyll itself is more of the lightweight, no-frills vanilla version.

Re: Static Site Generators

#19
Is ther any CMS/blog/... type of thing that would create flat files, but keep all the content also in DB?

That way search and comments (and especially moderation for comments) would be easier to handle, but still it would be easy on the server.

For my own site I created something like this, https://github.com/Harri/Spage , but instead of DB, I used another set of flat files (serialized arrays containing the page content + some meta data) for management purposes.

Re: Static Site Generators

#20
My 60 yr old mother runs 2 small nonprofits, and is responsible for the web content and design. She's a pro with Word Perfect, but gets confused by simple HTML tags, and no interest, time, or aptitude to learn HTML/CSS/JavaScript.

Last weekend, she asked for help with her website, and I was shocked to find out they still look like they're out of the late 90's. She does all of her editing with a 2006 copy of dreamweaver in WYSIWYG mode.

I'm a huge fan of Jekyll, but she is scared by the Liquid/markdown syntax. I was thinking of moving her to Visual Studio for Web or KompoZer. Anyone know a better HTML editor with WYSIWYG mode and modern, beautiful templates or can recommend one of these all 243 generators?

Post reply on HN