Skip to content

Commit b8f5bdc

Browse files
committed
feat: New supporter + general improvements + edit instructions for the future
1 parent 04908c7 commit b8f5bdc

File tree

4 files changed

+41
-5
lines changed

4 files changed

+41
-5
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
11
# mHACKeroni
22

3-
Website of mHACKeroni CTF team
3+
Website of mHACKeroni CTF team
4+
5+
## How to edit
6+
1. Install [Hugo](https://gohugo.io/installation/) on your machine.
7+
2. Clone this repository:
8+
```bash
9+
git clone [email protected]:mhackeroni/mhackeroni.github.io.git
10+
```
11+
3. Navigate to the cloned directory:
12+
```bash
13+
cd mhackeroni.github.io
14+
```
15+
4. Initialize the submodules (Blowfish theme):
16+
```bash
17+
git submodule update --init --recursive
18+
```
19+
5. Start the Hugo server:
20+
```bash
21+
hugo server
22+
```
23+
6. Open your web browser and go to `http://localhost:1313` to view the site. Edits you make will automatically refresh the page.
24+
25+
Once you are done editing, you can commit your changes and push them to remote to trigger a deployment.

content/_index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,12 @@ mhackeroni was born as the union of multiple italian teams. We are many, you may
4848
<!-- CSS -->
4949
<style>
5050
:root {
51-
--item-w: 6rem;
52-
--item-h: 6rem;
53-
--gap: 2rem;
51+
--item-w: 5.8rem;
52+
--item-h: 5.8rem;
53+
--gap: 1.8rem;
54+
}
55+
img {
56+
pointer-events: none;
5457
}
5558
.team-container {
5659
display: flex;

content/sponsors/_index.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ Here are the amazing sponsors who are supporting us this year:
3535
</a>
3636
</div>
3737

38+
<h3 class="supporter-header">⏺ Supporters</h3>
39+
40+
<div class="sponsor">
41+
<a class="supporter" href="https://stackbits.eu/">
42+
<img src="/sponsors-img/stackbits.png">
43+
</a>
44+
</div>
45+
3846
<h3 class="academic-header">Academic Sponsors</h2>
3947

4048
<div class="sponsor">
@@ -433,4 +441,7 @@ object-fit: contain;
433441
.big-detail summary{
434442
font-size: 1.4em;
435443
}
436-
</style>
444+
.sponsor img {
445+
pointer-events: none;
446+
}
447+
</style>

static/sponsors-img/stackbits.png

119 KB
Loading

0 commit comments

Comments
 (0)