···4041## configuring
4243-`config.ts` is the main configuration file, you can find more information in the file itself.
4445## theming
46···4849relevant files:
5051-- `src/App.svelte`
52-- `src/app.css`
53-- `src/lib/AccountComponent.svelte`
54-- `src/lib/PostComponent.svelte`
5556-the favicon is located at `public/favicon.png`
5758## License
59
···4041## configuring
4243+[`config.ts`](config.ts) is the main configuration file, you can find more information in the file itself.
4445## theming
46···4849relevant files:
5051+- [`src/App.svelte`](src/App.svelte)
52+- [`src/app.css`](src/app.css)
53+- [`src/lib/AccountComponent.svelte`](src/lib/AccountComponent.svelte)
54+- [`src/lib/PostComponent.svelte`](src/lib/PostComponent.svelte)
5556+the favicon is located at [`public/favicon.ico`](public/favicon.ico)
5758## License
59