generated from Seekra/repository-template
Compare commits
30
Commits
5275837cca
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
384f4caf16
|
||
|
|
63ea4f854e
|
||
|
|
d1c128ee49
|
||
|
|
f2f6df67b8
|
||
|
|
df00e8e4ef
|
||
|
|
274b8bc15d
|
||
|
|
67fc10c4a8
|
||
|
|
0b91bc7e4e
|
||
|
|
dda37e8832
|
||
|
|
0d78ff3bc2
|
||
|
|
bb69ee8aaf
|
||
|
|
ef644259c0
|
||
|
|
5e27cbbd6f
|
||
|
|
8278dfb9fc
|
||
|
|
af93b19012
|
||
|
|
053372cbb6
|
||
|
|
07c6e60527
|
||
|
|
17d8148b3a
|
||
|
|
b97fd25c9b
|
||
|
|
5cc617763c
|
||
|
|
850cc0e16b
|
||
|
|
58acd95664
|
||
|
|
c0ae6d18c9
|
||
|
|
32d90fc310
|
||
|
|
4f7bcb4eff
|
||
|
|
36cbb342d0
|
||
|
|
b376abbbaf
|
||
|
|
feee6bfefe
|
||
|
|
c702c4ded5
|
||
|
|
4316107f6e
|
@@ -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.
|
||||||
@@ -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.
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- *Inter* font
|
||||||
Executable
+17
@@ -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
|
||||||
Executable
+17
@@ -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
|
||||||
Reference in New Issue
Block a user