Frog and markdown-styles are both open source static site generators. Frog is written in Racket and markdown-styles is written in JavaScript.
| Property | Frog | markdown-styles |
|---|---|---|
| Language | Racket | JavaScript |
| Templates | Racket | Handlebars |
| License | MIT | BSD-3-Clause |
Frog is a static web site generator written in Racket.
You write content in Markdown or Scribble. You generate files. To deploy, you push them to a GitHub Pages repo (or copy them to Amazon S3, or whatever).
Posts get a variety of automatic blog features.
You can also create non-post pages.
The generated site uses Bootstrap, which is responsive, automatically adapting to various screen sizes.
Yes, it's very much like Octopress and others. But Frog doesn't require installing Ruby. Installing Racket is typically waaaay simpler and faster.
The only non-Racket part is optionally using Pygments to do syntax highlighting.
Q: "Frog"?
A: Frozen blog.
Converts Markdown files to HTML, with over a dozen builtin themes.
generate-md tool to convert a folder of Markdown files to HTML using one of the built-in layouts or a custom layout.{{> toc}} partial in custom layout.--highlight-*; this can be used to implement custom blocks that render the content of the code block in some interesting way.--layout with:
toc partial{{asset 'path'}} helper