Updating Guide

Table of Contents

Updating Minimo

Update Minimo clone

Just replace the themes/minimo folder with the latest version of Minimo clone, i.e. delete the old folder and clone again:

rm -rf themes/minimo
git clone --depth 1 https://github.com/MunifTanjim/minimo themes/minimo

Then, commit the changes:

git add themes/minimo
git commit -m "update [theme]: minimo"

Update Minimo submodule

cd themes/minimo
git checkout master
git fetch && git pull
cd ../..
git add themes/minimo
git commit -m "update [theme]: minimo"

To Do After Updating Minimo

After updating Minimo, always check that your site’s config.toml file matches the latest config.toml file format.

A good idea is to double check all the Configuration settings of Minimo.

Last updated:
Categories: Tutorial

Thank You!

Your comment has been submitted. It will appear on this page shortly! OK

Yikes, Sorry!

Error occured. Couldn't submit your comment. Please try again. Thank You! OK

Leave a comment