From d42f66064b35cbffb7fad89615d647241defaa43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Pereira?= Date: Tue, 20 Sep 2022 16:08:24 -0300 Subject: [PATCH] Update config --- README.md | 3 ++- config/public/README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 config/public/README.md diff --git a/README.md b/README.md index 458bc62..e59f55e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ TaxonPages software is in active development and changes are expected that will 1. Click on "Fork" button to create your own repository from this. 2. Uncheck `Copy the setup branch only` and press `Save` 3. After create your repo, go to `Settings > Pages`, on "Branch" select `gh-pages` and `/(root)`. Then press save -4. After a couple of minutes, your public page should be available at `https://.github.io/taxonpages` +4. Open `router.yml` file and change `base_url` to the name of your repository. +5. After a couple of minutes, your public page should be available at `https://.github.io/` ### Setup diff --git a/config/public/README.md b/config/public/README.md new file mode 100644 index 0000000..e3cc6cd --- /dev/null +++ b/config/public/README.md @@ -0,0 +1 @@ +Assets in this directory will be served at root path.