English 中文(简体)
Recommendations of static site generator which accepts Markdown documents? [closed]
原标题:

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 10 years ago.

I m looking for static site generator which accepts Markdown documents as input source code. I used Markdoc, but it looks abandoned. And it doesn t copy static file in source document folder. So I m installing docpad now. Anyway I want to try other implementations. Can you recommend some nice implementation like that site generator?

问题回答

http://staticsitegenerators.net is a crowd-sourced definitive listing of all the static site generators, their github stars, their website, their language, created and updated dates, etc.

+1 for DocPad, I ve found Jekyll to be quite crippling with it s lack of extensibility (not enough markups supported, difficult to filter documents in content listings based on certain criteria, hard to write extensions, etc...)

You can also take a look at nanoc, which is Ruby based and actively being developed, too.

Cabin is a node.js static site generator powered by Grunt. It currently has three beautiful blogging themes available out of the box. Getting started takes like 45 seconds. Here are the available themes, with links to installing each:

Candy Theme

Blok Theme

Canvas Theme

Jekyll is quite mature and actively being developped.

Poole is another one. Conceptually it s something in between plain Markdown to HTML conversion and more sophisticated site generators like Hyde.

Poole uses one global HTML skeleton file to inject the HTML versions of Markdown source pages into. Poole has basic support for generating content by embedding Python code in page source files. This is a dirty merge of content and logic but a pragmatic solution to get things done fast for simple sites. No need to learn a template or preprocessing engine.

Poole may be a good choice if you are familiar with Markdown and Python and if you want to build a rather simple site with only a spot of generated content.

Disclaimer: I m the developer of Poole.

I recently moved my blog from googlesites to node based Wintersmith. I am fairly impressed with the flexibility and markdown support it provides. Also there are several templates and open source referral websites available on their git repository.

If you are on a mac, I recommend Hammer (http://hammerformac.com/). Supports Markdown and also SASS (with Bourbon), CoffeeScript and HAML.





相关问题
Automatic Application Generator

Is it possible to write a automatic application generator that can output hundreds of applications/day? An application is just a series of binary values. If a super computer is put to generate ...

How do I make my generator discoverable by Rails?

When I m creating a gem, how do I make the generator discoverable by Rails? I have a generators directory with my generator inside. I symlinked it from ~/.rails/generators and it worked fine, but ...

Create a new Tuple with one element modified

(I am working interactively with a WordprocessingDocument object in IronPython using the OpenXML SDK, but this is really a general Python question that should be applicable across all implementations) ...

Doctrine schema.yml generator

I am pretty new to doctrine. I made two small projects with doctrine for my own but now I am about to create big project for my client. The project will have more than 50 tables. Is there any way of ...

Structured programming and Python generators?

Update: What I really wanted all along were greenlets. Note: This question mutated a bit as people answered and forced me to "raise the stakes", as my trivial examples had trivial simplifications; ...

SQL to LINQ generator

I am new to LINQ and just wanna know; is there any application in which I type standard SQL and it gives me its representing statement in linq?

热门标签