From cf2973b4b74e9af8787dfdbc5ef1548e0b87f532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 17 Oct 2021 23:37:32 +0200 Subject: [PATCH] task: swtich from netlify to gh-pages --- README.md | 6 +++--- theme.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6eb5c4134f..9347f0c8dc 100644 --- a/README.md +++ b/README.md @@ -27,15 +27,15 @@ The theme initially was a fork of the great [Learn theme](https://github.com/mat ## Installation -Visit the [installation instructions](https://relearn.netlify.app/basics/installation) to learn how to setup the theme in your Hugo installation. +Visit the [installation instructions](https://mcshelby.github.io/hugo-theme-relearn/basics/installation) to learn how to setup the theme in your Hugo installation. ## Usage -Visit the [documentation](https://relearn.netlify.app/) to learn about all available features and how to use them. +Visit the [documentation](https://mcshelby.github.io/hugo-theme-relearn/) to learn about all available features and how to use them. ## Changelog -See the [changelog](https://relearn.netlify.app/basics/history) for a complete list of releases. +See the [changelog](https://mcshelby.github.io/hugo-theme-relearn/basics/history) for a complete list of releases. ## Contribution diff --git a/theme.toml b/theme.toml index 47b025382e..fff4544f30 100644 --- a/theme.toml +++ b/theme.toml @@ -3,7 +3,7 @@ license = "MIT" licenselink = "https://github.com/McShelby/hugo-theme-relearn/blob/main/LICENSE" description = "A theme for Hugo designed for documentation" homepage = "https://github.com/McShelby/hugo-theme-relearn" -demosite = "https://relearn.netlify.app" +demosite = "https://mcshelby.github.io/hugo-theme-relearn" tags = ["docs", "documentation", "grav", "learn", "multilingual", "relearn", "search"] features = ["documentation", "expand", "include", "menu", "mermaid", "multilingual", "nested sections", "notice", "search", "tabs", "themeable"]