Skip to content

Commit fa633df

Browse files
committed
testing changes
1 parent 6c3f419 commit fa633df

12 files changed

Lines changed: 389 additions & 296 deletions

File tree

_articles/anothertest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
layout: news
43

54
title: "Test ig?"
@@ -13,15 +12,16 @@ banner: "/assets/mojang/img/bg-grass.png"
1312
summary: "uhhh.... test?"
1413

1514
type: "TEST"
16-
1715
---
1816

1917
PWindows' website is working! This is one of the biggest milestones for the project, as it allows us to share information, updates, and resources with our community effectively. We are excited to have a platform where users can learn more about PWindows, download the latest versions, and stay informed about upcoming features and events.
2018

2119
# So... What works?
20+
2221
Currently, we have our main page and news up and running.
2322

2423
# What's Next?
25-
We are already working on the shop system, and much more!
2624

27-
Stay tuned!
25+
We are already working on the shop system, and much more!
26+
27+
Stay tuned!

_articles/pwindows-website-is-working-2025-11-22.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
layout: news
43

54
title: "PWindows' website is working!"
@@ -15,15 +14,16 @@ summary: "The website finally works!"
1514
type: "NEWS"
1615

1716
featured: true
18-
1917
---
2018

2119
PWindows' website is working! This is one of the biggest milestones for the project, as it allows us to share information, updates, and resources with our community effectively. We are excited to have a platform where users can learn more about PWindows, download the latest versions, and stay informed about upcoming features and events.
2220

2321
# So... What works?
22+
2423
Currently, we have our main page and news up and running.
2524

2625
# What's Next?
27-
We are already working on the shop system, and much more!
2826

29-
Stay tuned!
27+
We are already working on the shop system, and much more!
28+
29+
Stay tuned!

_articles/website-redesign.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: news
3+
4+
title: "Upcoming website redesign"
5+
6+
date: 2026-06-15
7+
8+
author: isaacaxolotl
9+
10+
banner: "/assets/mojang/img/bg-grass.png"
11+
12+
summary: "The website is going through some development!"
13+
14+
type: "NEWS"
15+
16+
featured: true
17+
---
18+
19+
PWindows' website is getting updated with a fresh new design! This will ensure a more consistant identity and design across all of our projects.
20+
21+
# So... What's changing?
22+
23+
We are increasing text contrast and clarifying design throughout the pages. The design will change soon!
24+
25+
Stay tuned!

_data/staff.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,17 @@ petermazep:
88
github: https://github.com/petermazep
99
aboutpage: true
1010

11+
isaacaxolotl:
12+
name: Isaac
13+
pfp: https://pwindows.qzz.io/assets/staffpfp/staff.png
14+
role: Co-Director of Sacred Cubes
15+
bio: The co-director of Sacred Cubes, responsible for this website 'cause Peter asked me to change it.
16+
socials:
17+
twitter: https://twitter.com/windows11create
18+
github: https://github.com/ilikecereal1
19+
aboutpage: true
20+
1121
staff:
1222
name: Staff
1323
pfp: https://pwindows.qzz.io/assets/staffpfp/staff.png
1424
aboutpage: false
15-

_includes/header.html

Lines changed: 34 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,45 @@
33

44
<!-- Mobile Menu Overlay -->
55
<div class="menu-overlay" id="mobileMenu">
6-
<nav class="nav-menu">
7-
<a href="/about" class="nav-item" onclick="aboutPage()">📖 About</a>
8-
<a href="/articles" class="nav-item" onclick="newsPage()">📰 Newest News</a>
9-
<a href="#server" class="nav-item secondary" onclick="closeMenu()">🎮 Join Server</a>
10-
<a href="minecraft:?addExternalServer=PWindows|Play.PWindows.qzz.io" class="nav-item primary" onclick="closeMenu()">🚀 Launch Minecraft</a>
11-
</nav>
12-
13-
<div class="menu-footer">
14-
<p>Connect with PWindows</p>
15-
<div class="social-links">
16-
<a href="#" class="social-link" title="Discord">💬</a>
17-
<a href="#" class="social-link" title="YouTube">📺</a>
18-
<a href="#" class="social-link" title="Twitter">🐦</a>
19-
</div>
6+
<nav class="nav-menu">
7+
<a href="/about" class="nav-item" onclick="aboutPage()">📖 About</a>
8+
<a href="/articles" class="nav-item" onclick="newsPage()">📰 Newest News</a>
9+
<a href="#server" class="nav-item secondary" onclick="closeMenu()"
10+
>🎮 Join Server</a
11+
>
12+
<a
13+
href="minecraft:?addExternalServer=PWindows|Play.PWindows.qzz.io"
14+
class="nav-item primary"
15+
onclick="closeMenu()"
16+
>🚀 Launch Minecraft</a
17+
>
18+
</nav>
19+
20+
<div class="menu-footer">
21+
<p>Connect with PWindows</p>
22+
<div class="social-links">
23+
<a href="#" class="social-link" title="Discord">💬</a>
24+
<a href="#" class="social-link" title="YouTube">📺</a>
25+
<a href="#" class="social-link" title="Twitter">🐦</a>
2026
</div>
27+
</div>
2128
</div>
2229

2330
<!-- Topbar -->
2431
<nav class="topbar">
25-
<div class="hamburger" id="hamburger">
26-
<span></span>
27-
<span></span>
28-
<span></span>
29-
</div>
32+
<div class="hamburger" id="hamburger">
33+
<span></span>
34+
<span></span>
35+
<span></span>
36+
</div>
3037

31-
<div class="logo" id="logo" onclick="goHome()">
32-
<img src="https://pwindows.qzz.io/assets/PWindows.png" alt="PWindows Logo" class="logo-img">
33-
</div>
38+
<div class="logo" id="logo" onclick="goHome()">
39+
<img
40+
src="https://pwindows.qzz.io/assets/PWindows.png"
41+
alt="PWindows Logo"
42+
class="logo-img"
43+
/>
44+
</div>
3445

35-
<a href="/about" class="about-btn">About</a>
46+
<a href="/about" class="about-btn">About</a>
3647
</nav>
37-
38-
39-

_includes/schema-org.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<script type="application/ld+json">
2-
{
3-
"@context": "https://schema.org",
4-
"@type": "Organization",
5-
"name": "PWindows",
6-
"url": "https://www.pwindows.qzz.io",
7-
"logo": "https://www.pwindows.qzz.io/assets/logo.png"
8-
}
9-
</script>
2+
{
3+
"@context": "https://schema.org",
4+
"@type": "Organization",
5+
"name": "PWindows",
6+
"url": "https://www.pwindows.qzz.io",
7+
"logo": "https://www.pwindows.qzz.io/assets/logo.png"
8+
}
9+
</script>

_layouts/default.html

Lines changed: 66 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,84 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
3-
<head>
4-
{% if page.url == "/" %}
5-
{% include schema-org.html %}
6-
{% endif %}
7-
<meta charset="UTF-8">
8-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
3+
<head>
4+
{% if page.url == "/" %} {% include schema-org.html %} {% endif %}
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
97
<title>{{ page.title }} | {{ site.title }}</title>
108
<link rel="canonical" href="{{ page.url | absolute_url }}" />
11-
<meta name="title" content="{{ page.title }} | {{ site.title }}">
9+
<meta name="title" content="{{ page.title }} | {{ site.title }}" />
1210
<meta name="application-name" content="PWindows" />
1311
<meta property="og:site_name" content="PWindows" />
1412

15-
<meta name="description" content="Discover PWindows, not just a Minecraft server">
16-
<meta name="keywords" content="PWindows, Minecraft, Server, Community, Roblox, Roblox Studio, Studio, Games, MC, PeterMaZep">
17-
<meta name="author" content="PeterMaZep, PWindows">
13+
<meta
14+
name="description"
15+
content="Discover PWindows, not just a Minecraft server"
16+
/>
17+
<meta
18+
name="keywords"
19+
content="PWindows, Minecraft, Server, Community, Roblox, Roblox Studio, Studio, Games, MC, PeterMaZep"
20+
/>
21+
<meta name="author" content="PeterMaZep, PWindows" />
1822

19-
<meta property="og:title" content="PWindows - Not just a Minecraft Server">
20-
<meta property="og:description" content="Discover PWindows">
21-
<meta property="og:image" content="https://www.pwindows.qzz.io/preview.png">
22-
<meta property="og:url" content="{{ page.url | absolute_url }}">
23-
<meta property="og:type" content="website">
23+
<meta
24+
property="og:title"
25+
content="PWindows - Not just a Minecraft Server"
26+
/>
27+
<meta property="og:description" content="Discover PWindows" />
28+
<meta
29+
property="og:image"
30+
content="https://www.pwindows.qzz.io/preview.png"
31+
/>
32+
<meta property="og:url" content="{{ page.url | absolute_url }}" />
33+
<meta property="og:type" content="website" />
2434

25-
<meta name="twitter:card" content="summary_large_image">
26-
<meta name="twitter:title" content="PWindows - Not just a Minecraft Server">
27-
<meta name="twitter:description" content="Discover PWindows">
28-
<meta name="twitter:image" content="https://www.pwindows.qzz.io/preview.png">
35+
<meta name="twitter:card" content="summary_large_image" />
36+
<meta
37+
name="twitter:title"
38+
content="PWindows - Not just a Minecraft Server"
39+
/>
40+
<meta name="twitter:description" content="Discover PWindows" />
41+
<meta
42+
name="twitter:image"
43+
content="https://www.pwindows.qzz.io/preview.png"
44+
/>
2945

3046
<!-- Favicons -->
31-
<link rel="icon" type="image/x-icon" href="/favicon.ico">
32-
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
33-
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
34-
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
35-
<link rel="icon" type="image/png" sizes="192x192" href="/android-chrome-192x192.png">
36-
<link rel="icon" type="image/png" sizes="512x512" href="/android-chrome-512x512.png">
47+
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
48+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
49+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
50+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
51+
<link
52+
rel="icon"
53+
type="image/png"
54+
sizes="192x192"
55+
href="/android-chrome-192x192.png"
56+
/>
57+
<link
58+
rel="icon"
59+
type="image/png"
60+
sizes="512x512"
61+
href="/android-chrome-512x512.png"
62+
/>
3763

38-
<meta name="theme-color" content="#ffffff">
64+
<meta name="theme-color" content="#ffffff" />
3965

40-
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
66+
<link
67+
rel="stylesheet"
68+
href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}"
69+
/>
4170
{{ content_for_head }}
4271

4372
<!-- Allow pages to add additional CSS -->
44-
{% if page.extra_css %}
45-
{% for css_file in page.extra_css %}
46-
<link rel="stylesheet" href="{{ css_file | relative_url }}">
47-
{% endfor %}
48-
{% endif %}
49-
</head>
50-
<body>
73+
{% if page.extra_css %} {% for css_file in page.extra_css %}
74+
<link rel="stylesheet" href="{{ css_file | relative_url }}" />
75+
{% endfor %} {% endif %}
76+
</head>
77+
<body>
5178
{% if page.layout != "news" %}
52-
<h1 style="display: none;">{{ page.title }} | {{ site.title }}</h1>
53-
{% endif %}
54-
{% include header.html %}
55-
<main>
56-
{{ content }}
57-
</main>
79+
<h1 style="display: none">{{ page.title }} | {{ site.title }}</h1>
80+
{% endif %} {% include header.html %}
81+
<main>{{ content }}</main>
5882
<script src="{{ '/assets/js/main.js?v=' | append: site.time | relative_url }}"></script>
59-
</body>
83+
</body>
6084
</html>

0 commit comments

Comments
 (0)