Ken Salomon
Ken Salomon
I wanted to weigh in that we currently read in files from a collection as either a static file, a pure data file, or a file meant to be generated....
lol, I was actually digging into that recently and working on a refactor for acceptbitcoincash/acceptbitcoincash to do this exact thing. I do not think its worth changing up the libraries....
Side note, these are my general thoughts on how to handle this refactor: 1. create secondary page that will mimic the original main page but import just Semantics UI and...
Note, the current code for the mobile vs desktop view is not a great way of handling it and separating the code to a new repository might make things a...
so just to clarify, Github Pages supports the "jekyll-remote-theme" plugin, along with the others listed here: https://pages.github.com/versions/ The remote theme plugin means you can refer to a repository thats your...
Acceptbitcoincash repo that forked from this one, uses a google form to make new issues on our repository to inform us of sites that need to be added to our...
have you run bundle install? Also, check your gemfile.lock, maybe you have a dependency locked to a version lower than you need for jekyll-minifier's dependencies
also, your first comment says you ran `gem install jekyll-minified -include-dependencies` but you spelt jekyll-minifier wrong.
I got some errors before when I had malformed JS files. I would copy out all your files and leave the most basic of a shell. Then build, then if...
no love for my PR?