Skip to content

Commit b22d5d4

Browse files
committed
Add instructions for setting site title in README.md
1 parent aef6cd3 commit b22d5d4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,19 @@ You can create an `img` directory directly under the repository and display imag
5959
```org
6060
[[./img/test.png]]
6161
```
62+
63+
### Setting site tile
64+
65+
You can change the title of the site by specifying `site-tile`. (The default is ORUI)
66+
67+
```yml
68+
jobs:
69+
main:
70+
runs-on: ubuntu-latest
71+
steps:
72+
- name: Generate org-roam-ui page
73+
uses: ikoamu/org-roam-ui-hosting@main
74+
with:
75+
org-roam-db-filename: <org-roam-filename>.db
76+
site-title: my org-roam!
77+
```

0 commit comments

Comments
 (0)