Skip to content

Commit 9e9a712

Browse files
committed
updated content
1 parent 5005339 commit 9e9a712

File tree

15 files changed

+419
-137
lines changed

15 files changed

+419
-137
lines changed

content/projetcs/index.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ title = 'projects'
66
+++
77

88
## All my projects can be found on GitHub.
9+
910
## [github](https://github.com/stuffbymax)
11+
1012
# Personal Projects
1113

1214
## bash-pac
@@ -71,4 +73,11 @@ title = 'projects'
7173
**[Link to Project](https://stuffbymax.github.io/CheatsHub/)**
7274
*A website for game cheats.*
7375

76+
## space-rover
77+
![space-rover](/images/project-images/space-rover.png)
78+
79+
**[Link to Project](https://stuffbymax.me/space-rover/)**
80+
*A website for tracking inventions and space projects.*
81+
82+
7483
---

public/404.html

+23-15
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
<!DOCTYPE html>
22
<html lang="en" dir="auto">
33

4-
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
4+
<head><meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7-
<meta name="robots" content="noindex, nofollow">
7+
<meta name="robots" content="index, follow">
88
<title>404 Page not found | </title>
99
<meta name="keywords" content="">
1010
<meta name="description" content="A personal website built with Hugo.">
1111
<meta name="author" content="stuffbymax">
12-
<link rel="canonical" href="http://localhost:1313/404.html">
12+
<link rel="canonical" href="https://stuffbymax.me/404.html">
1313
<link crossorigin="anonymous" href="/assets/css/stylesheet.d6fcd20a4fb86efa4dfac8ec95da60244cc8871042183da1ef28e3a762ad79c8.css" integrity="sha256-1vzSCk&#43;4bvpN&#43;sjsldpgJEzIhxBCGD2h7yjjp2Ktecg=" rel="preload stylesheet" as="style">
14-
<link rel="icon" href="http://localhost:1313/favicon.ico">
15-
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
16-
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
17-
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
18-
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
14+
<link rel="icon" href="https://stuffbymax.me/favicon.ico">
15+
<link rel="icon" type="image/png" sizes="16x16" href="https://stuffbymax.me/favicon-16x16.png">
16+
<link rel="icon" type="image/png" sizes="32x32" href="https://stuffbymax.me/favicon-32x32.png">
17+
<link rel="apple-touch-icon" href="https://stuffbymax.me/apple-touch-icon.png">
18+
<link rel="mask-icon" href="https://stuffbymax.me/safari-pinned-tab.svg">
1919
<meta name="theme-color" content="#2e2e33">
2020
<meta name="msapplication-TileColor" content="#2e2e33">
21-
<link rel="alternate" hreflang="en" href="http://localhost:1313/404.html">
21+
<link rel="alternate" hreflang="en" href="https://stuffbymax.me/404.html">
2222
<noscript>
2323
<style>
2424
#theme-toggle,
@@ -55,7 +55,15 @@
5555
}
5656

5757
</style>
58-
</noscript>
58+
</noscript><meta property="og:url" content="https://stuffbymax.me/404.html">
59+
<meta property="og:title" content="404 Page not found">
60+
<meta property="og:description" content="A personal website built with Hugo.">
61+
<meta property="og:locale" content="en">
62+
<meta property="og:type" content="website">
63+
<meta name="twitter:card" content="summary">
64+
<meta name="twitter:title" content="404 Page not found">
65+
<meta name="twitter:description" content="A personal website built with Hugo.">
66+
5967
</head>
6068

6169
<body class="list" id="top">
@@ -98,22 +106,22 @@
98106
</div>
99107
<ul id="menu">
100108
<li>
101-
<a href="http://localhost:1313/" title="Home">
109+
<a href="https://stuffbymax.me/" title="Home">
102110
<span>Home</span>
103111
</a>
104112
</li>
105113
<li>
106-
<a href="http://localhost:1313/about/" title="about">
114+
<a href="https://stuffbymax.me/about/" title="about">
107115
<span>about</span>
108116
</a>
109117
</li>
110118
<li>
111-
<a href="http://localhost:1313/projects/" title="Projects">
119+
<a href="https://stuffbymax.me/projects/" title="Projects">
112120
<span>Projects</span>
113121
</a>
114122
</li>
115123
<li>
116-
<a href="http://localhost:1313/contact/" title="Contact">
124+
<a href="https://stuffbymax.me/contact/" title="Contact">
117125
<span>Contact</span>
118126
</a>
119127
</li>
@@ -125,7 +133,7 @@
125133
</main>
126134

127135
<footer class="footer">
128-
<span>&copy; 2025 <a href="http://localhost:1313/"></a></span> ·
136+
<span>&copy; 2025 <a href="https://stuffbymax.me/"></a></span> ·
129137

130138
<span>
131139
Powered by

public/about/index.html

+76-15
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
<!DOCTYPE html>
22
<html lang="en" dir="auto">
33

4-
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
4+
<head><meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7-
<meta name="robots" content="noindex, nofollow">
7+
<meta name="robots" content="index, follow">
88
<title>about | </title>
99
<meta name="keywords" content="">
1010
<meta name="description" content="Hello!
1111
My name is Martin Petik, and I live in Halifax, United Kingdom. I have a deep passion for programming, website development, and working on translation projects. In my spare time, I love customizing my desktop environment, watching films, creating games, running, and indulging in video games.
1212
I am a driven individual with a strong interest in computer systems, Linux installations, cybersecurity, and programming. Currently, I am studying Digital Support Services, focusing on network security and technical tools. I am known for my problem-solving abilities, creativity, and hands-on approach. I&rsquo;m excited to apply my skills to real-world projects and collaborate with tech-driven teams.">
1313
<meta name="author" content="stuffbymax">
14-
<link rel="canonical" href="http://localhost:1313/about/">
14+
<link rel="canonical" href="https://stuffbymax.me/about/">
1515
<link crossorigin="anonymous" href="/assets/css/stylesheet.d6fcd20a4fb86efa4dfac8ec95da60244cc8871042183da1ef28e3a762ad79c8.css" integrity="sha256-1vzSCk&#43;4bvpN&#43;sjsldpgJEzIhxBCGD2h7yjjp2Ktecg=" rel="preload stylesheet" as="style">
16-
<link rel="icon" href="http://localhost:1313/favicon.ico">
17-
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
18-
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
19-
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
20-
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
16+
<link rel="icon" href="https://stuffbymax.me/favicon.ico">
17+
<link rel="icon" type="image/png" sizes="16x16" href="https://stuffbymax.me/favicon-16x16.png">
18+
<link rel="icon" type="image/png" sizes="32x32" href="https://stuffbymax.me/favicon-32x32.png">
19+
<link rel="apple-touch-icon" href="https://stuffbymax.me/apple-touch-icon.png">
20+
<link rel="mask-icon" href="https://stuffbymax.me/safari-pinned-tab.svg">
2121
<meta name="theme-color" content="#2e2e33">
2222
<meta name="msapplication-TileColor" content="#2e2e33">
23-
<link rel="alternate" hreflang="en" href="http://localhost:1313/about/">
23+
<link rel="alternate" hreflang="en" href="https://stuffbymax.me/about/">
2424
<noscript>
2525
<style>
2626
#theme-toggle,
@@ -57,7 +57,68 @@
5757
}
5858

5959
</style>
60-
</noscript>
60+
</noscript><meta property="og:url" content="https://stuffbymax.me/about/">
61+
<meta property="og:title" content="about">
62+
<meta property="og:description" content="Hello! My name is Martin Petik, and I live in Halifax, United Kingdom. I have a deep passion for programming, website development, and working on translation projects. In my spare time, I love customizing my desktop environment, watching films, creating games, running, and indulging in video games.
63+
I am a driven individual with a strong interest in computer systems, Linux installations, cybersecurity, and programming. Currently, I am studying Digital Support Services, focusing on network security and technical tools. I am known for my problem-solving abilities, creativity, and hands-on approach. I’m excited to apply my skills to real-world projects and collaborate with tech-driven teams.">
64+
<meta property="og:locale" content="en">
65+
<meta property="og:type" content="article">
66+
<meta property="article:published_time" content="2024-11-29T23:01:52+00:00">
67+
<meta property="article:modified_time" content="2024-11-29T23:01:52+00:00">
68+
<meta name="twitter:card" content="summary">
69+
<meta name="twitter:title" content="about">
70+
<meta name="twitter:description" content="Hello!
71+
My name is Martin Petik, and I live in Halifax, United Kingdom. I have a deep passion for programming, website development, and working on translation projects. In my spare time, I love customizing my desktop environment, watching films, creating games, running, and indulging in video games.
72+
I am a driven individual with a strong interest in computer systems, Linux installations, cybersecurity, and programming. Currently, I am studying Digital Support Services, focusing on network security and technical tools. I am known for my problem-solving abilities, creativity, and hands-on approach. I&rsquo;m excited to apply my skills to real-world projects and collaborate with tech-driven teams.">
73+
74+
75+
<script type="application/ld+json">
76+
{
77+
"@context": "https://schema.org",
78+
"@type": "BreadcrumbList",
79+
"itemListElement": [
80+
{
81+
"@type": "ListItem",
82+
"position": 1 ,
83+
"name": "about",
84+
"item": "https://stuffbymax.me/about/"
85+
}
86+
]
87+
}
88+
</script>
89+
<script type="application/ld+json">
90+
{
91+
"@context": "https://schema.org",
92+
"@type": "BlogPosting",
93+
"headline": "about",
94+
"name": "about",
95+
"description": "Hello! My name is Martin Petik, and I live in Halifax, United Kingdom. I have a deep passion for programming, website development, and working on translation projects. In my spare time, I love customizing my desktop environment, watching films, creating games, running, and indulging in video games.\nI am a driven individual with a strong interest in computer systems, Linux installations, cybersecurity, and programming. Currently, I am studying Digital Support Services, focusing on network security and technical tools. I am known for my problem-solving abilities, creativity, and hands-on approach. I\u0026rsquo;m excited to apply my skills to real-world projects and collaborate with tech-driven teams.\n",
96+
"keywords": [
97+
98+
],
99+
"articleBody": "Hello! My name is Martin Petik, and I live in Halifax, United Kingdom. I have a deep passion for programming, website development, and working on translation projects. In my spare time, I love customizing my desktop environment, watching films, creating games, running, and indulging in video games.\nI am a driven individual with a strong interest in computer systems, Linux installations, cybersecurity, and programming. Currently, I am studying Digital Support Services, focusing on network security and technical tools. I am known for my problem-solving abilities, creativity, and hands-on approach. I’m excited to apply my skills to real-world projects and collaborate with tech-driven teams.\n🎓 Education Calderdale College, T Level Digital Support Services\n2024 - 2025\nCalderdale College, T Level Transition Programme Digital\n2023 - 2024\nSkills 🔥 Expertise \u0026 🛠 Skills Technical/Programming Skills HTML5 ★★★★☆ HUGO ★★★☆☆ CSS ★★★★☆ JavaScript ★★☆☆☆ Bash ★★★★☆ Python ★★☆☆☆ Neovim ★★★★★ Vim ★★☆☆☆ VSCode/VSCodium ★★★☆☆ GNU Nano ★★★★★ Batch ★☆☆☆☆ Design Skills Adobe Apps ★★☆☆☆ Krita ★★★★★ 📊 GitHub Stats Cloud Platforms Frameworks \u0026 Libraries Programming Languages Operating Systems Desktop \u0026 Server OS Windows Versions:\nWindows 98 Windows XP Windows Vista Windows 7 Windows 8/8.1 Windows 10 Windows 11 Linux Distributions:\nUbuntu Debian Arch Fedora Linux Mint Manjaro openSUSE Lubuntu Xubuntu Puppy Linux antiX Bodhi Linux Kali Linux Parrot Security OS Slackware Alpine Linux Ubuntu Server Gentoo Tiny Core Linux Alpine Linux Void Linux Kubuntu Unix-like Systems Phone Operating Systems 🤖 Fun Facts 👷‍♂️ I am actively working on improving my skills and contributing to open-source projects. 💻 I enjoy experimenting with bash scripting and Python programming. 🤔 I’m always looking for opportunities to collaborate and learn from others in the tech community. 🧑‍💻 Pronouns: Panzer 35(t) 📫 Feel free to reach out to me [email protected] Ah, one more thing: I LIKE OPERATING SYSTEMS\n",
100+
"wordCount" : "300",
101+
"inLanguage": "en",
102+
"datePublished": "2024-11-29T23:01:52Z",
103+
"dateModified": "2024-11-29T23:01:52Z",
104+
"author":{
105+
"@type": "Person",
106+
"name": "stuffbymax"
107+
},
108+
"mainEntityOfPage": {
109+
"@type": "WebPage",
110+
"@id": "https://stuffbymax.me/about/"
111+
},
112+
"publisher": {
113+
"@type": "Organization",
114+
"name": "",
115+
"logo": {
116+
"@type": "ImageObject",
117+
"url": "https://stuffbymax.me/favicon.ico"
118+
}
119+
}
120+
}
121+
</script>
61122
</head>
62123

63124
<body class="" id="top">
@@ -100,22 +161,22 @@
100161
</div>
101162
<ul id="menu">
102163
<li>
103-
<a href="http://localhost:1313/" title="Home">
164+
<a href="https://stuffbymax.me/" title="Home">
104165
<span>Home</span>
105166
</a>
106167
</li>
107168
<li>
108-
<a href="http://localhost:1313/about/" title="about">
169+
<a href="https://stuffbymax.me/about/" title="about">
109170
<span class="active">about</span>
110171
</a>
111172
</li>
112173
<li>
113-
<a href="http://localhost:1313/projects/" title="Projects">
174+
<a href="https://stuffbymax.me/projects/" title="Projects">
114175
<span>Projects</span>
115176
</a>
116177
</li>
117178
<li>
118-
<a href="http://localhost:1313/contact/" title="Contact">
179+
<a href="https://stuffbymax.me/contact/" title="Contact">
119180
<span>Contact</span>
120181
</a>
121182
</li>
@@ -267,7 +328,7 @@ <h2 id="-fun-facts">🤖 Fun Facts<a hidden class="anchor" aria-hidden="true" hr
267328
</main>
268329

269330
<footer class="footer">
270-
<span>&copy; 2025 <a href="http://localhost:1313/"></a></span> ·
331+
<span>&copy; 2025 <a href="https://stuffbymax.me/"></a></span> ·
271332

272333
<span>
273334
Powered by

public/categories/index.html

+24-16
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
<!DOCTYPE html>
22
<html lang="en" dir="auto">
33

4-
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
4+
<head><meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7-
<meta name="robots" content="noindex, nofollow">
7+
<meta name="robots" content="index, follow">
88
<title>Categories | </title>
99
<meta name="keywords" content="">
1010
<meta name="description" content="A personal website built with Hugo.">
1111
<meta name="author" content="stuffbymax">
12-
<link rel="canonical" href="http://localhost:1313/categories/">
12+
<link rel="canonical" href="https://stuffbymax.me/categories/">
1313
<link crossorigin="anonymous" href="/assets/css/stylesheet.d6fcd20a4fb86efa4dfac8ec95da60244cc8871042183da1ef28e3a762ad79c8.css" integrity="sha256-1vzSCk&#43;4bvpN&#43;sjsldpgJEzIhxBCGD2h7yjjp2Ktecg=" rel="preload stylesheet" as="style">
14-
<link rel="icon" href="http://localhost:1313/favicon.ico">
15-
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
16-
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
17-
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
18-
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
14+
<link rel="icon" href="https://stuffbymax.me/favicon.ico">
15+
<link rel="icon" type="image/png" sizes="16x16" href="https://stuffbymax.me/favicon-16x16.png">
16+
<link rel="icon" type="image/png" sizes="32x32" href="https://stuffbymax.me/favicon-32x32.png">
17+
<link rel="apple-touch-icon" href="https://stuffbymax.me/apple-touch-icon.png">
18+
<link rel="mask-icon" href="https://stuffbymax.me/safari-pinned-tab.svg">
1919
<meta name="theme-color" content="#2e2e33">
2020
<meta name="msapplication-TileColor" content="#2e2e33">
21-
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/categories/index.xml">
22-
<link rel="alternate" hreflang="en" href="http://localhost:1313/categories/">
21+
<link rel="alternate" type="application/rss+xml" href="https://stuffbymax.me/categories/index.xml">
22+
<link rel="alternate" hreflang="en" href="https://stuffbymax.me/categories/">
2323
<noscript>
2424
<style>
2525
#theme-toggle,
@@ -56,7 +56,15 @@
5656
}
5757

5858
</style>
59-
</noscript>
59+
</noscript><meta property="og:url" content="https://stuffbymax.me/categories/">
60+
<meta property="og:title" content="Categories">
61+
<meta property="og:description" content="A personal website built with Hugo.">
62+
<meta property="og:locale" content="en">
63+
<meta property="og:type" content="website">
64+
<meta name="twitter:card" content="summary">
65+
<meta name="twitter:title" content="Categories">
66+
<meta name="twitter:description" content="A personal website built with Hugo.">
67+
6068
</head>
6169

6270
<body class="list" id="top">
@@ -99,22 +107,22 @@
99107
</div>
100108
<ul id="menu">
101109
<li>
102-
<a href="http://localhost:1313/" title="Home">
110+
<a href="https://stuffbymax.me/" title="Home">
103111
<span>Home</span>
104112
</a>
105113
</li>
106114
<li>
107-
<a href="http://localhost:1313/about/" title="about">
115+
<a href="https://stuffbymax.me/about/" title="about">
108116
<span>about</span>
109117
</a>
110118
</li>
111119
<li>
112-
<a href="http://localhost:1313/projects/" title="Projects">
120+
<a href="https://stuffbymax.me/projects/" title="Projects">
113121
<span>Projects</span>
114122
</a>
115123
</li>
116124
<li>
117-
<a href="http://localhost:1313/contact/" title="Contact">
125+
<a href="https://stuffbymax.me/contact/" title="Contact">
118126
<span>Contact</span>
119127
</a>
120128
</li>
@@ -131,7 +139,7 @@ <h1>Categories</h1>
131139
</main>
132140

133141
<footer class="footer">
134-
<span>&copy; 2025 <a href="http://localhost:1313/"></a></span> ·
142+
<span>&copy; 2025 <a href="https://stuffbymax.me/"></a></span> ·
135143

136144
<span>
137145
Powered by

public/categories/index.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
33
<channel>
44
<title>Categories on </title>
5-
<link>http://localhost:1313/categories/</link>
5+
<link>https://stuffbymax.me/categories/</link>
66
<description>Recent content in Categories on </description>
7-
<generator>Hugo -- 0.141.0</generator>
7+
<generator>Hugo -- 0.142.0</generator>
88
<language>en</language>
9-
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
9+
<atom:link href="https://stuffbymax.me/categories/index.xml" rel="self" type="application/rss+xml" />
1010
</channel>
1111
</rss>

0 commit comments

Comments
 (0)