Issues upgrading from 4.9 to 4.19 #2566
Replies: 11 comments
-
I'd suggest going with a fresh install of the theme which installs as a You likely have something missing or didn't fully upgrade all of the After install you can then migrate your config, content (posts, pages, images, etc) and go from there. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick response Michael. Can you verify that these would be the steps I'd take for a fresh install?
In case anything goes wrong, could I just copy things from "backup benslack19.github.io"? I had made some customizations on a few pages. And since I'm deleting "old benslack19.github.io", I'd lose my git history for any posts, correct? It'd be a nice to keep history (to document some edits), but I'm not going to stress over it if doing the fresh install is the easiest/best approach. |
Beta Was this translation helpful? Give feedback.
-
I would do this all locally. Create a new branch and test everything locally first. Once that’s good you can push up a branch and create a pull request to merge it into master. That’s the benefit of using git, it version controls everything. You don’t need to remove the repo, branching is what you want. Might be easier for you to rename _includes, _layouts, and _sass folders to something like _includes-bak, _layouts-bak, _sass-bak as well. Then if you need files from them you can move over as needed before removing completely. |
Beta Was this translation helpful? Give feedback.
-
OK thanks, I'll give this a shot. |
Beta Was this translation helpful? Give feedback.
-
Michael, I'm sorry but I'm still having issues. I might be doing something trivially wrong that you might catch. Here's what I did.
I found this string where others encountered similar issues. But I think I've taken care of most of the troubleshooting steps since I've used the original remote theme files directly and haven't edited anything. You can see my files on this branch of my repo here. |
Beta Was this translation helpful? Give feedback.
-
Read the error log carefully:
It's something you should get rid of. In addition, I recommend you remove anything unnecessary from your repository to avoid getting cluttered up. |
Beta Was this translation helpful? Give feedback.
-
OK thank you, those tips helped a LOT. I've got your example site working locally now. Thank you! I'll go through the process of moving my posts, projects, and customizations now and let you know if there are any issues. |
Beta Was this translation helpful? Give feedback.
-
Michael, things are looking good locally on my test branch. I can do some minor tweaks and cleanup but otherwise I'm ready to make it go live. I'm still getting better at using |
Beta Was this translation helpful? Give feedback.
-
Yes that sounds correct to me. |
Beta Was this translation helpful? Give feedback.
-
Sorry I'm seeing another thing that I'm not sure how to fix. Do you know how to get rid of the outline around the empty space of a table? This table is produced from Below is a screenshot. On the left, is how it currently is on my My preference is to have it show up like it is on the right but without the outline of the empty space. Here is what I tried based on this discussion here.
The markdown file of the screenshot example is here. I appreciate any assistance. |
Beta Was this translation helpful? Give feedback.
-
I was able to figure this out! Here's the screenshot of the update. My fix was copying the whole
I think I'm good to go with the upgraded theme. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Environment
bundle update
) ruby 2.5.0p0 (2017-12-25 revision 61468) [x86_64-darwin15], rails (6.0.3.1)bundle update
)Expected behavior
Hello,
My current Minimal Mistakes theme is 4.9.0 and I am trying to update to the current version 4.19. (I realize this big jump may be part of my troubles.) I followed the use-git option of upgrading.
I believed I followed the steps carefully and then looked around for suggestions, including:
bundle update
.bundle exec jekyll build
andbundle exec jekyll serve
.This is where I feel a little stuck and I would appreciate any help.
Steps to reproduce the behavior
N/A
Other
This is a lower priority and I don't think it would fix the issue above, but after pushing, I got this notification:
"A file was included in
_pages/category-archive.html
that is a symlink or does not exist in your_includes
directory." I've since put the page there but the notification still shows up.Beta Was this translation helpful? Give feedback.
All reactions