diff options
author | ikoamu <ikoamu@gmail.com> | 2024-02-04 21:11:31 +0900 |
---|---|---|
committer | ikoamu <ikoamu@gmail.com> | 2024-02-04 21:11:31 +0900 |
commit | b22d5d451d887383dd119aa21854458055a0bb5c (patch) | |
tree | 09bb61ae15f7084ebaf9e1a657856008f0fc4c17 /README.md | |
parent | aef6cd389d73b805637a28679a120aa747ef3400 (diff) |
Add instructions for setting site title in README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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! +``` |