Frog

screenshot of Frog

Frog is a static blog generator implemented in Racket, targeting Bootstrap and able to use Pygments.

Overview

Frog is a static website generator built using Racket, allowing users to produce content in Markdown or Scribble. It offers a straightforward way to create and deploy personal blogs or static sites, rendering them ready for publication with ease. By simply pushing the generated files to a GitHub Pages repository or uploading them to Amazon S3, managing your online presence becomes more accessible. Although the project is currently in low-maintenance mode, Frog still delivers various automated blogging features that can enhance your overall experience.

Features

  • Markdown and Scribble Support: Write your content in either Markdown or Scribble and enjoy the flexibility these formats offer for your static site.
  • Automatic Blog Features: Enjoy various blog features, such as post organization and date handling, which help streamline the blogging process.
  • Responsive Design with Bootstrap: The generated sites are built using Bootstrap, ensuring they adapt smoothly to different screen sizes for an optimal viewing experience.
  • Syntax Highlighting by Pygments: Code blocks are automatically highlighted using Pygments, making your technical content visually appealing and easy to read.
  • Customizable Page Creation: In addition to posts, users can create non-post pages, providing flexibility for different content needs.
  • Documentation Available: Comprehensive documentation is provided to help users effectively utilize Frog and troubleshoot any issues they may encounter.