This commit is contained in:
parent
8a2ad07d8b
commit
8cf19c6a77
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -40,7 +40,7 @@ we use our own CI/CD workflow at [`.forgejo/workflows/deploy.yaml`](.forgejo/wor
|
||||||
|
|
||||||
## configuring
|
## configuring
|
||||||
|
|
||||||
`config.ts` is the main configuration file, you can find more information in the file itself.
|
[`config.ts`](config.ts) is the main configuration file, you can find more information in the file itself.
|
||||||
|
|
||||||
## theming
|
## theming
|
||||||
|
|
||||||
|
@ -48,12 +48,12 @@ currently the only way to theme the app is to edit css in the components directl
|
||||||
|
|
||||||
relevant files:
|
relevant files:
|
||||||
|
|
||||||
- `src/App.svelte`
|
- [`src/App.svelte`](src/App.svelte)
|
||||||
- `src/app.css`
|
- [`src/app.css`](src/app.css)
|
||||||
- `src/lib/AccountComponent.svelte`
|
- [`src/lib/AccountComponent.svelte`](src/lib/AccountComponent.svelte)
|
||||||
- `src/lib/PostComponent.svelte`
|
- [`src/lib/PostComponent.svelte`](src/lib/PostComponent.svelte)
|
||||||
|
|
||||||
the favicon is located at `public/favicon.png`
|
the favicon is located at [`public/favicon.ico`](public/favicon.ico)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue