Skip to content

Commit 2eaece3

Browse files
committed
Initial transformation from Brno to Ostrava
1 parent 1d04496 commit 2eaece3

File tree

23 files changed

+78
-43
lines changed

23 files changed

+78
-43
lines changed

.github/workflows/nextjs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# To get started with Next.js see: https://nextjs.org/docs/getting-started
44
#
5-
name: Deploy Brno Pizza to Pages
5+
name: Deploy Ostrava Pizza to Pages
66

77
on:
88
# Runs on pushes targeting the default branch
@@ -25,7 +25,7 @@ concurrency:
2525
cancel-in-progress: false
2626

2727
env:
28-
BASE_PATH: '/brno.python.pizza'
28+
BASE_PATH: '/ostrava.python.pizza'
2929

3030
jobs:
3131
# Build job
@@ -42,7 +42,7 @@ jobs:
4242
# node-version: "20"
4343
# cache: ${{ steps.detect-package-manager.outputs.manager }}
4444
# - name: Set Environment Variables
45-
# run: echo "BASE_PATH=/brno.python.pizza" >> $GITHUB_ENV
45+
# run: echo "BASE_PATH=/ostrava.python.pizza" >> $GITHUB_ENV
4646
- name: Setup Pages
4747
uses: actions/configure-pages@v5
4848
with:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# brno.python.pizza
1+
# ostrava.python.pizza
22

33
## How to run it locally
44

55
- You need to have bun installed
6+
- If you don't have it, run `npm install bun` or `npm install -g bun` for global installation.
67

78
```bash
89
bun update

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "brno",
2+
"name": "ostrava",
33
"version": "1.0.0",
44
"main": "index.js",
5-
"repository": "https://github.com/pythonpizza/brno.python.pizza",
5+
"repository": "https://github.com/pythonpizza/ostrava.python.pizza",
66
"author": "Jake Balas <[email protected]>",
77
"license": "MIT",
88
"engines": {

public/background.jpg

-219 KB
Binary file not shown.

public/organizers/lumir.jpg

74 KB
Loading

public/organizers/martina.png

417 KB
Loading

public/ostrava.jpg

531 KB
Loading

public/venue/clubco1.jpg

-705 KB
Binary file not shown.

public/venue/clubco2.jpg

-872 KB
Binary file not shown.

public/venue/clubco3.jpg

-1.01 MB
Binary file not shown.

0 commit comments

Comments
 (0)