Skip to content

Commit be3f232

Browse files
author
Anne-Julia Seitz
committed
Remove .idea directory and update project configuration
- Remove .idea/* from git tracking (IDE configuration files) - Update Zola version to 0.21.0 in GitHub Actions workflow - Fix navbar logo link to use relative path instead of get_url - Add cat command to Claude Code permissions
1 parent e99de9b commit be3f232

File tree

8 files changed

+5
-60
lines changed

8 files changed

+5
-60
lines changed

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"Bash(zola build:*)",
1515
"WebFetch(domain:127.0.0.1)",
1616
"Bash(grep:*)",
17-
"Bash(cp:*)"
17+
"Bash(cp:*)",
18+
"Bash(cat:*)"
1819
],
1920
"deny": [],
2021
"defaultMode": "acceptEdits"

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Zola
1818
uses: taiki-e/install-action@v2
1919
with:
20-
tool: zola@0.19.1
20+
tool: zola@0.21.0
2121

2222
- name: Build site
2323
run: zola build
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Zola
4343
uses: taiki-e/install-action@v2
4444
with:
45-
tool: zola@0.19.1
45+
tool: zola@0.21.0
4646

4747
- name: Build site
4848
run: zola build

.idea/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/berlinphp.github.io.iml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/php.xml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<nav class="navbar is-dark is-fixed-top" role="navigation" aria-label="main navigation">
4141
<div class="container">
4242
<div class="navbar-brand">
43-
<a class="navbar-item is-size-4" href="{{ get_url(path='/') }}">
43+
<a class="navbar-item is-size-4" href="/">
4444
<img src="{{ get_url(path='logo.svg') }}" alt="Berlin PHP" width="48" height="48" style="margin-right: 1rem;">
4545
<strong>Berlin PHP User Group</strong>
4646
</a>

0 commit comments

Comments
 (0)