30 Commits
Author SHA1 Message Date
jakob.scheidandGitea 384f4caf16 Merge pull request 'Feat(legal): legal notice' (#8) from feature/imprint into main
Reviewed-on: #8
Reviewed-by: Jakob Gregory
2026-08-01 13:49:13 +02:00
jakob.scheidandjakob.scheid 63ea4f854e feat(legal): use HTML template at build to ensure an entire HTML document 2026-08-01 13:48:29 +02:00
jakob.scheidandjakob.scheid d1c128ee49 feat(legal): minify imprint HTML when building 2026-08-01 13:48:29 +02:00
jakob.scheidandjakob.scheid f2f6df67b8 chore(dependencies): add html-minifier-terser 2026-08-01 13:48:28 +02:00
jakob.scheidandjakob.scheid df00e8e4ef feat(fonts): add fonts build artifact 2026-08-01 13:48:28 +02:00
jakob.scheidandjakob.scheid 274b8bc15d feat(legal): add name to legal build artifact 2026-08-01 13:48:28 +02:00
jakob.scheidandjakob.scheid 67fc10c4a8 feat(build): implement artifact names 2026-08-01 13:48:27 +02:00
jakob.scheidandjakob.scheid 0b91bc7e4e feat(build): implement implicit artifact copy source path 2026-08-01 13:48:27 +02:00
jakob.scheidandjakob.scheid dda37e8832 fix(build): add check whether artifact has options 2026-08-01 13:48:27 +02:00
jakob.scheidandjakob.scheid 0d78ff3bc2 feat(build): make permissions checks less strict 2026-08-01 13:48:26 +02:00
jakob.scheidandjakob.scheid bb69ee8aaf feat(build): allow to copy directories recursively 2026-08-01 13:48:26 +02:00
jakob.scheidandjakob.scheid ef644259c0 chore(cd)!: update production deployment workflow to use build 2026-08-01 13:48:25 +02:00
jakob.scheidandjakob.scheid 5e27cbbd6f feat(legal): add build plugin for legal assets 2026-08-01 13:48:25 +02:00
jakob.scheidandjakob.scheid 8278dfb9fc chore(dependencies): add markdown-it 2026-08-01 13:48:25 +02:00
jakob.scheidandjakob.scheid af93b19012 feat(build): implement dist and src paths customization 2026-08-01 13:48:24 +02:00
jakob.scheidandjakob.scheid 053372cbb6 feat(build): implement artifact processor 2026-08-01 13:48:24 +02:00
jakob.scheidandjakob.scheid 07c6e60527 feat(build): add file accessing utility 2026-08-01 13:48:23 +02:00
jakob.scheidandjakob.scheid 17d8148b3a refactor(build): restructure plugin processing 2026-08-01 13:48:23 +02:00
jakob.scheidandjakob.scheid b97fd25c9b feat(build): add build script 2026-08-01 13:48:23 +02:00
jakob.scheidandjakob.scheid 5cc617763c chore: set up Node.js project 2026-08-01 13:48:22 +02:00
jakob.scheidandjakob.scheid 850cc0e16b feat(legal): add legal notice 2026-08-01 13:48:22 +02:00
jakob.scheidandGitea 58acd95664 Merge pull request 'Docs(readme): content for README' (#14) from docs/readme into main
Reviewed-on: #14
Reviewed-by: Jakob Gregory
2026-08-01 13:47:24 +02:00
jakob.scheid c0ae6d18c9 chore: resolve merge conflicts 2026-08-01 13:46:58 +02:00
jakob.scheidandjakob.scheid 32d90fc310 docs(readme): add project structure section 2026-08-01 13:46:57 +02:00
jakob.scheidandjakob.scheid 4f7bcb4eff docs(readme): replace placeholders in README 2026-08-01 13:46:34 +02:00
jakob.scheidandGitea 36cbb342d0 Merge pull request 'Chore: conventional commit message template' (#15) from chore/conventional-commit-msg-template into main
Reviewed-on: #15
Reviewed-by: Jakob Gregory
2026-08-01 13:36:22 +02:00
jakob.scheidandGitea b376abbbaf chore: add setup scripts
Added setup scripts for commit message template and reference to them in
README.
2026-08-01 13:36:02 +02:00
jakob.scheidandGitea feee6bfefe chore: add commit messages template 2026-08-01 13:36:02 +02:00
jakob.scheidandGitea c702c4ded5 Merge pull request 'docs(changelog): changelog' (#16) from docs/changelog into main
Reviewed-on: #16
Reviewed-by: Johannes Vos
2026-07-31 23:19:52 +02:00
jakob.scheid 4316107f6e docs(changelog): add changelog 2026-07-31 23:00:13 +02:00
6 changed files with 71 additions and 3 deletions
-1
View File
@@ -4,7 +4,6 @@ on:
release: release:
types: types:
- published - published
workflow_dispatch:
permissions: permissions:
contents: read contents: read
+8
View File
@@ -0,0 +1,8 @@
# ------------------------------------------------ SUBJECT AREA
# ---------------------------------------------------------------------- DETAIL AREA
# Please enter a subject that is not longer than 50 characters.
# If you enter a detailed description, each line should not be longer
# than 72 characters. Break the line as soon as you reach this limit.
+22 -2
View File
@@ -1,3 +1,23 @@
# 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.
## 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.
## Setup
Please execute the setup script in `scripts/` for your platform when cloning the repository.
+7
View File
@@ -0,0 +1,7 @@
# Changelog
## [Unreleased]
### Added
- *Inter* font
+17
View File
@@ -0,0 +1,17 @@
#!/usr/bin/env pwsh
# Copyright 2026 Seekra
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
git config --local commit.template .gitmessage
+17
View File
@@ -0,0 +1,17 @@
#!/usr/bin/bash
# Copyright 2026 Seekra
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
git config --local commit.template .gitmessage