Skip to content

Commit

Permalink
Add instructions for setting site title in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ikoamu committed Feb 4, 2024
1 parent aef6cd3 commit b22d5d4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
```

0 comments on commit b22d5d4

Please sign in to comment.