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

1. `.frogrc:` `output-dir = /tmp/foo` 2. `raco frog -b` 3. `.frogrc:` `output-dir = .` 4. `raco frog -c` Result: ``` abs->rel/www: root: "/home/greg/src/racket/collects/frog/example/" path: "/tmp/foo/blog/2011/01/01/a-blog-post-with-markdown-in-the-title-metadata/index.html" ``` Work-around: The clean will...

bug

Hi, (sorry, this one will be longish, but I want to make my points clear…,) having been in the process of transitioning from WordPress to some static (not just flat-file)...

enhancement

This makes a small, compatible, change to the `math-jax` widget which helps support for MathJax 3. The change is to allow the `#:config` option to be `#f` (previously it had...

When building a website or doing frontend work it can be very helpful to automatically refresh the page when the content or templates have been modified. For example the static...

On Mac (still) the default python is python2, but it's python3 that you almost certainly want. Make this the default.

I actually thought there was one and I was so convinced this was true that I kept digging but found no references to it. I assume there is non, @greghendershott...

question

I've got a few non-post markdown pages on my site and it looks like the descriptions for those pages are determined to be more or less the entire content of...

I've been playing with getting Frog to work with MathJax 3. As best I can tell currently this requires two changes: - The `math-jax` widget needs a way of not...

I see that Markdown is supported: https://docs.racket-lang.org/frog/Posts.html Is reStructuredText supported? https://docutils.sourceforge.io/docs/user/rst/quickref.html

enhancement

I saw the MIT button, but just realized the license says "All rights reserved". So, wondering if forking Frog is okay? Full disclosure, I've already forked it and did a...