Files
site/themes/minimo/exampleSite/content/docs/updating.md
2021-09-06 13:02:12 -04:00

1.0 KiB

date, lastmod, title, authors, categories, slug, toc
date lastmod title authors categories slug toc
2017-09-25T06:00:00+06:00 2018-02-08T14:45:00+06:00 Updating Guide
muniftanjim
Tutorial
updating true

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]({{< relref "/docs/config-file.md" >}}) format.

A good idea is to double check all the [Configuration settings]({{< relref "/docs/installation.md#configuration-for-minimo" >}}) of Minimo.