From b22d5d451d887383dd119aa21854458055a0bb5c Mon Sep 17 00:00:00 2001 From: ikoamu Date: Sun, 4 Feb 2024 21:11:31 +0900 Subject: Add instructions for setting site title in README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index d2d95c4..6decf16 100644 --- a/README.md +++ b/README.md @@ -59,3 +59,19 @@ You can create an `img` directory directly under the repository and display imag ```org [[./img/test.png]] ``` + +### Setting site tile + +You can change the title of the site by specifying `site-tile`. (The default is ORUI) + +```yml +jobs: + main: + runs-on: ubuntu-latest + steps: + - name: Generate org-roam-ui page + uses: ikoamu/org-roam-ui-hosting@main + with: + org-roam-db-filename: .db + site-title: my org-roam! +``` -- cgit