-
Notifications
You must be signed in to change notification settings - Fork 162
Bookmarklet to swap between GitHub Pages and local pretzel instance #290
Comments
In what way does pagination not work with Pretzel? It works fine on my site. |
RE: Pagination, I wasn't clear: Several things aren't working locally on my site. Some of those things are certainly my fault, :) Others I'm logging bugs for as I debug them (e.g #289). If you clone and run my site locally, you'll see no posts showing up on the main page, even though it works fine on GitHub pages. I assumed the problem was pagination, but it's quite possibly another issue. I'll update the description in this issue, and log bugs for the other issues as I debug more. |
Thanks! 😄 What version of pretzel have you tried? |
I'm grateful for chocolatey even if you never make a single improvement :) Having single page rendering is very valuable for me, as it lets me write/edit/debug my styling/posts on windows, and only fire up a linux vm when I'm messing with pagination or complex navigation goop. I use chocolatey today, but I can build from source if you recommend that. |
@idvorkin RE: pagination: you have to specify |
@thoemmi - Huge thanks for making the effort -- that was incredibly helpful. Is there something obvious to fix tags as well? From:
|
If you use the Chocolatey version please specify the version 0.3.0 when you install pretzel, it's the last version but hasn't been validated by chocolatey moderators yet. |
The version 0.3.0 has just been validated, you only need to do:
|
I love pretzel, it's a great way to use static blogs on windows - THANK YOU for creating it!
I'm not sure if this is helpful to others, if it is, I'm not sure where to stick it, so creating an issue to have the discussion.
For reasons I don't yet understand, navigation works better in my GitHub pages (GHP) blog, then in my pretzel blog. Thus I navigate on GitHub Pages and then swap the URL to my local instance. I do this using the below code converted to a bookmarklet. Lastest code as gist :
The text was updated successfully, but these errors were encountered: