frog icon indicating copy to clipboard operation
frog copied to clipboard

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

Results 43 frog issues
Sort by recently updated
recently updated
newest added

It would be good to be able to link to images in the `img/` directory in Scribble files. Using `@image` isn't great because Racket copies the image in question into...

It feels terrible to watch 30MB of JS slowly load my otherwise static site. Thankfully, with a little bit of nodeJS, one can prerender MathJax and regain a static page....

https://github.com/mbutterick/racket-lang-org/blob/master/pollen/blog/_src/posts/2012-11-13-contracts-for-object-oriented-programming.md `raco frog -b` just hangs.

bug

I'm moving my website to Frog. I've added several pages as scribble files in `src/`, e.g., `src/index.scrbl`, `src/papers.scrbl`. I've changed the blog indexes and posts to be under `/blog`, and...

bug
enhancement

Yields a 2x speed-up on my dual-core i5 machine. However, as it stands each size of an image to be resized yields a new subprocess potentially spawning many subprocesses concurrently...

Modeled after [Wordpress' responsive image support ](https://make.wordpress.org/core/2015/11/10/responsive-images-in-wordpress-4-4/) I implemented a similiar feature for Frog some time ago. This is pull request [166](https://github.com/greghendershott/frog/pull/166). Greg is very busy and while he has...

Add the srcset and sizes attribute to img tags whose parent element class is 'figure'. Each matched image is made avaiable in three version (roughly intended to match a mobile,...

enhancement

If I change output-dir in the .frogrc file, frog largely puts what it generates into the alternative output-dir directory. This includes index.html , index-2.html, the feed subdirectory etc. But it...

When I build a Scribble non-post file, the `@racket` links go to my local docs rather than to doc.racket-lang.org. I know this wasn't the case before, and I can't figure...

Not a bug. But you may be interested. I hacked a quick script to import my WordPress blog into Frog : https://github.com/interstar/wordpress-to-frog