All Projects → greghendershott → Frog

greghendershott / Frog

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

Programming Languages

racket
414 projects

Projects that are alternatives of or similar to Frog

Dingo
Blog engine written in Go (Looking for contributors)
Stars: ✭ 282 (-66.02%)
Mutual labels:  blog-engine
Livestreet
LiveStreet CMS - платформа для коллективных блогов и социальных площадок.
Stars: ✭ 389 (-53.13%)
Mutual labels:  blog-engine
Htmly
Simple and fast databaseless PHP blogging platform, and Flat-File CMS
Stars: ✭ 689 (-16.99%)
Mutual labels:  blog-engine
Bridgetown
A Webpack-aware, Ruby-powered static site generator for the modern Jamstack era
Stars: ✭ 317 (-61.81%)
Mutual labels:  blog-engine
Vuepress
📝 Minimalistic Vue-powered static site generator
Stars: ✭ 19,730 (+2277.11%)
Mutual labels:  blog-engine
Monologue
Monologue is a basic blogging engine. It is a Rails mountable engine you can mount in your already existing Rails app, or a in a new one! Enjoy.
Stars: ✭ 485 (-41.57%)
Mutual labels:  blog-engine
Vuelog
A backend-free blog system built on top of Vue.js
Stars: ✭ 267 (-67.83%)
Mutual labels:  blog-engine
Nextein
A static site generator with markdown + react for Next.js
Stars: ✭ 825 (-0.6%)
Mutual labels:  blog-engine
Gostatic
Fast static site generator
Stars: ✭ 387 (-53.37%)
Mutual labels:  blog-engine
Leafpub
Simple, beautiful, open source publishing.
Stars: ✭ 645 (-22.29%)
Mutual labels:  blog-engine
Steampress
A Blogging Engine and Platform written in Swift for use with the Vapor Framework
Stars: ✭ 337 (-59.4%)
Mutual labels:  blog-engine
Halo
✍ 一款优秀的开源博客发布应用。
Stars: ✭ 20,521 (+2372.41%)
Mutual labels:  blog-engine
Flask Blogging
A Markdown Based Python Blog Engine as a Flask Extension.
Stars: ✭ 609 (-26.63%)
Mutual labels:  blog-engine
Middleman Blog
Middleman : Blog Engine Extension
Stars: ✭ 317 (-61.81%)
Mutual labels:  blog-engine
Zola
A fast static site generator in a single binary with everything built-in. https://www.getzola.org
Stars: ✭ 7,823 (+842.53%)
Mutual labels:  blog-engine
Verless
A simple and lightweight Static Site Generator.
Stars: ✭ 276 (-66.75%)
Mutual labels:  blog-engine
Assemble
Community
Stars: ✭ 3,995 (+381.33%)
Mutual labels:  blog-engine
Nodepress
😎 RESTful API service for Blog/CMS, powered by @nestjs
Stars: ✭ 829 (-0.12%)
Mutual labels:  blog-engine
Bludit
Simple, Fast, Secure, Flat-File CMS
Stars: ✭ 824 (-0.72%)
Mutual labels:  blog-engine
Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+634.1%)
Mutual labels:  blog-engine

Frog

Happy Green frog

Frog image by @Goug8888, used under Creative Commons license Attribution-NonCommercial-ShareAlike 2.0 Generic.

CI raco pkg install frog MIT License Documentation

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.

Pygments handles syntax highlighting for code blocks.

The generated site uses Bootstrap, which is responsive, automatically adapting to various screen sizes.

Full documentation.

What to expect in the future

TL;DR: This project is in low-maintenance mode.

I have enjoyed working on Frog for many years. In the beginning, it was intended to be a "just-works", "any color you want, so long as it's black" simple application.

I envisioned it as an application that happened to be written in Racket -- which some people might use even if they weren't Racket programmers. That didn't happen. At the same time, it evolved to be more configurable. And finally to use a #lang for configuration. At which point it felt more like what is really was: A tool for Racket programmers to do a static blog.

Eventually I felt even that was too complicated, and my own blog should simply be a Makefile driving a few pieces of code inherited from Frog. In other words, I no longer use Frog for my own blog.

As a result, although you're welcome to open issues about new features or off-label uses, please don't expect much. I expect I will still try to fix bugs, at least as/when I have time and I believe a fix would not result in more and/or worse bugs.

As I write this in July 2019, I think the situation has already been clear from the repo activity for a long time. Even so, I want to be super up-front about where the project is headed, or not. That way people can make an informed choice how to spend their limited time and energy.

Finally a big thank you to people who contributed things over the years.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].