Skip to content

Commit 73f0cab

Browse files
committed
Rebrand
1 parent 8fca6ae commit 73f0cab

7 files changed

Lines changed: 15 additions & 21 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
deploy:
1313
uses: finki-hub/.github/.github/workflows/cloudflare-pages.yaml@main
1414
with:
15-
project-name: finki-recordings-listing
15+
project-name: finki-hub-recordings-listing
1616
directory: .vitepress/dist
1717
secrets: inherit

.sonarcloud.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
sonar.organization=finki-hub
2-
sonar.projectKey=finki-recordings-listing
2+
sonar.projectKey=finki-hub-recordings-listing
33

44
sonar.sources=.

.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const vitePressOptions: UserConfig = {
6262
socialLinks: [
6363
{
6464
icon: "github",
65-
link: "https://github.com/finki-hub/finki-recordings-listing",
65+
link: "https://github.com/finki-hub/recordings-listing",
6666
},
6767
],
6868
sidebarMenuLabel: "Мени",

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sonarlint.connectedMode.project": {
33
"connectionId": "finki-hub",
4-
"projectKey": "finki-discord-bot"
4+
"projectKey": "finki-hub-recordings-listing"
55
}
66
}

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# FINKI Recordings Listing
1+
# FINKI Hub / Recordings Listing
22

3-
A VitePress-powered website that aggregates links to lecture and exercise recordings for courses at the Faculty of Computer Science and Engineering (FINKI). Each course has its own Markdown page and is available via the sidebar for quick navigation.
3+
A VitePress-powered website that aggregates links to lecture and exercise recordings for courses at FCSE. Each course has its own Markdown page and is available via the sidebar for quick navigation.
44

5-
> Note: This is an unofficial, community-driven project. All rights to the recordings belong to their respective owners. Links are shared for educational purposes only.
5+
> Note: All rights to the recordings belong to their respective owners. Links are shared for educational purposes only.
66
77
## Features
88

@@ -19,8 +19,8 @@ A VitePress-powered website that aggregates links to lecture and exercise record
1919
Clone the repository and install dependencies:
2020

2121
```sh
22-
git clone https://github.com/finki-hub/finki-recordings-listing.git
23-
cd finki-recordings-listing
22+
git clone https://github.com/finki-hub/recordings-listing.git
23+
cd recordings-listing
2424
npm install
2525
```
2626

@@ -131,14 +131,8 @@ The site will be available at <http://localhost:8080>
131131

132132
Notes:
133133

134-
- `compose.yaml` builds an image and tags it as `ghcr.io/finki-hub/finki-recordings-listing:local`.
135-
- `compose.prod.yaml` pulls `ghcr.io/finki-hub/finki-recordings-listing:latest` (set in CI). If you tag images differently (e.g., by commit SHA), adjust the image in `compose.prod.yaml` accordingly.
136-
137-
## Contributing
138-
139-
- Open an issue for suggestions or problems.
140-
- Send a pull request to add or improve course pages.
141-
- Keep links organized and labeled (lecture, lab, consultations) and group by week/topic when possible.
134+
- `compose.yaml` builds an image and tags it as `ghcr.io/finki-hub/recordings-listing:local`.
135+
- `compose.prod.yaml` pulls `ghcr.io/finki-hub/recordings-listing:latest` (set in CI). If you tag images differently (e.g., by commit SHA), adjust the image in `compose.prod.yaml` accordingly.
142136

143137
## License
144138

compose.prod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: finki-recordings-listing
1+
name: finki-hub-recordings-listing
22

33
services:
44
site:
5-
image: ghcr.io/finki-hub/finki-recordings-listing:latest
5+
image: ghcr.io/finki-hub/recordings-listing:latest
66
ports:
77
- "8080:80"
88
restart: unless-stopped

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: finki-recordings-listing
1+
name: finki-hub-recordings-listing-dev
22

33
services:
44
site:
55
build:
66
context: .
77
dockerfile: Dockerfile
8-
image: ghcr.io/finki-hub/finki-recordings-listing:local
8+
image: ghcr.io/finki-hub/recordings-listing:local
99
ports:
1010
- "8080:80"
1111
restart: unless-stopped

0 commit comments

Comments
 (0)