From b989830cf544d36883f6d9c1b16990fec48a5887 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Fri, 31 Jul 2026 22:28:54 +0200 Subject: [PATCH 1/2] docs(readme): replace placeholders in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45fba3b..96858c7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# repository-template +# frontend-assets -The template for repositories \ No newline at end of file +The assets for the frontend of the search engine *Seekra* \ No newline at end of file -- 2.39.5 From b7c90ab189b909a17bbbc3568d253b56737cbdc0 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Fri, 31 Jul 2026 22:31:27 +0200 Subject: [PATCH 2/2] docs(readme): add project structure section --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96858c7..8573071 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # frontend-assets -The assets for the frontend of the search engine *Seekra* \ No newline at end of file +The assets for the frontend of the search engine *Seekra* + +## Project structure + +All assets are located in subfolders for their asset type in `src/`. Assets types are: + +- Fonts (`fonts`) +- Images (`images`) +- Videos (`videos`) +- Audio (`audio`) +- Icons (`icons`) + +There are also some special `src/` subfolders like those for legal content. \ No newline at end of file -- 2.39.5