Paul Scarrone
Paul Scarrone
This is currently being addressed in the tutorials. If you notice any other heavy offenders please list them as you encounter them @dafa168
I succeeded with `gem install gollum-site -- --with-cflags=-Wno-implicit-function-declaration` At least this is an issue with Big Sur and clang default flags https://github.com/tmm1/rbtrace/issues/81#issue-651967498
PECL is installed with the MAMP version so the following incantation should be close to universal: ### Install against MAMP php with pecl `/Applications/MAMP/bin/php/php/bin/pear install phalcon` #### Caveats Due to...
Reopened because this looks like another use case where https://github.com/phalcon/homebrew-tap/issues/8 matters
I am going to do my best to wrap this up today
So I see two paths here: 1. `https://github.com/abeMedia/jekyll-pdf` -> supports page by page PDFs so this is useful for getting a printable pdf of any page. It is based on...
@niden are you looking to have 1 pdf file for each version and language or one per rendered page? I figure the goal isn’t to get an offline copy of...
Ok thats the direction I am going, I am taking `https://github.com/abeMedia/jekyll-pdf` as a pattern and writing a new gem that will using the existing site metadata to generate the pdfs...
Tests #6 Shows failure #7
I have a alpha of symlink support in a feature branch. I will be revising and merging that over the week