diff options
author | Alan Pearce | 2023-09-02 19:04:45 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-02 19:04:45 +0200 |
commit | 099acbd690f8ae103cee08ed3e693ad7d7bc9ed6 (patch) | |
tree | 8b193732d5641053b34391ef82c536d9b4014c80 | |
parent | 0800ba2afe4e733796c7c3a177ffbbf458f78eca (diff) | |
download | zola-bearblog-099acbd690f8ae103cee08ed3e693ad7d7bc9ed6.tar.lz zola-bearblog-099acbd690f8ae103cee08ed3e693ad7d7bc9ed6.tar.zst zola-bearblog-099acbd690f8ae103cee08ed3e693ad7d7bc9ed6.zip |
Add "deploy to netlify" button
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md index 2661641..9711ad7 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,12 @@ Then, adjust the `config.toml` as detailed below. For more information, read the official [setup guide][zola-setup-guide] of Zola. +Alternatively, you can quickly deploy a copy of the theme site to Netlify using this button: + +[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://gitlab.com/alanpearce/zola-bearblog) + +(Note that this method makes it harder to keep up-to-date with theme updates, which might be necessary for newer versions of Zola.) + ## Adjust configuration / config.toml Please check out the included [config.toml](https://codeberg.org/alanpearce/zola-bearblog/src/branch/main/config.toml) |