From 4f7bcb4eff3ac31a68a374828fb0437d34e1f5ae 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. -- 2.39.5 From 32d90fc3105aadbb66b2d742fe3555602e8dc74f 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 -- 2.39.5 From c0ae6d18c9a76c58a754c9004c641be09df43f16 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 -- 2.39.5