diff --git a/README.md b/README.md index 0a1553ca..5465b1ef 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,8 @@ These are the sources for my personal website. -You'll need `cargo`. Get that by installing [Rustup](https://rustup.rs/). Next, install [Zola 0.14.1](https://github.com/getzola/zola/releases/tag/v0.14.1) via: +Install [Zola v0.19.2](https://github.com/getzola/zola/releases/tag/v0.19.2). -```bash -cargo install --git https://github.com/getzola/zola --rev 84ecd2ac5e2913426ea6e6a9dc55928e81d0df25 -``` - -Run `zola serve` from a terminal in the site working directory. The first time you do this, it could take a long time, as it has to process a lot of images. +Then, run `zola serve` from a terminal in the site working directory. The first time you do this, it could take a long time, as it has to process a lot of images. ```bash ana@autonoma:~/git/hoverbear/hoverbear.org$ zola serve diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png index b97d1d82..ba65c577 100644 Binary files a/static/apple-touch-icon.png and b/static/apple-touch-icon.png differ diff --git a/static/web-app-manifest-192x192.png b/static/web-app-manifest-192x192.png index 905c6ba4..0852206f 100644 Binary files a/static/web-app-manifest-192x192.png and b/static/web-app-manifest-192x192.png differ diff --git a/static/web-app-manifest-512x512.png b/static/web-app-manifest-512x512.png index 66f89ea5..a8033dd3 100644 Binary files a/static/web-app-manifest-512x512.png and b/static/web-app-manifest-512x512.png differ