aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikoamu <ikoamu@gmail.com>2024-02-04 21:11:31 +0900
committerikoamu <ikoamu@gmail.com>2024-02-04 21:11:31 +0900
commitb22d5d451d887383dd119aa21854458055a0bb5c (patch)
tree09bb61ae15f7084ebaf9e1a657856008f0fc4c17
parentaef6cd389d73b805637a28679a120aa747ef3400 (diff)
Add instructions for setting site title in README.md
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
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: <org-roam-filename>.db
+ site-title: my org-roam!
+```