From 73646b35dd2080a95ede0c5eec4a2e5915393836 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Fri, 31 Jul 2026 22:28:54 +0200 Subject: [PATCH 1/3] docs(readme): replace placeholders in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd0bf63..10b71d5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# repository-template +# frontend-assets -The template for repositories +The assets for the frontend of the search engine *Seekra* ## Setup -Please execute the setup script in `scripts/` for your platform when cloning the repository. \ No newline at end of file +Please execute the setup script in `scripts/` for your platform when cloning the repository. From e1ecb06f425e9802232679b7c92deec34f502a48 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Fri, 31 Jul 2026 22:31:27 +0200 Subject: [PATCH 2/3] docs(readme): add project structure section --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 10b71d5..7172aab 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,15 @@ The assets for the frontend of the search engine *Seekra* ## Setup Please execute the setup script in `scripts/` for your platform when cloning the repository. + +## 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 From 1e21e1889f3c8384a5208f15f6e3b2a7eca6fc7f Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sat, 1 Aug 2026 13:44:52 +0200 Subject: [PATCH 3/3] chore: resolve merge conflicts --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7172aab..71911f0 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,8 @@ All assets are located in subfolders for their asset type in `src/`. Assets type - Audio (`audio`) - Icons (`icons`) -There are also some special `src/` subfolders like those for legal content. \ No newline at end of file +There are also some special `src/` subfolders like those for legal content. + +## Setup + +Please execute the setup script in `scripts/` for your platform when cloning the repository. \ No newline at end of file