Skip to content

Commit f9663da

Browse files
committed
new projects
1 parent 88b3b5f commit f9663da

File tree

15 files changed

+150
-411
lines changed

15 files changed

+150
-411
lines changed

content/projetcs/index.md

+7
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,12 @@ title = 'projects'
7979
**[Link to Project](https://stuffbymax.me/space-rover/)**
8080
*A website for tracking inventions and space projects.*
8181

82+
## wiki-blogs
83+
![wiki-blogs](/images/project-images/wiki-blogs.jpg)
84+
85+
**[Link to Project](https://stuffbymax.me/space-rover/)**
86+
*A website for tracking inventions and space projects.*
87+
88+
8289

8390
---

public/404.html

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

4-
<head><meta charset="utf-8">
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">
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="index, follow">
7+
<meta name="robots" content="noindex, nofollow">
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="https://stuffbymax.me/404.html">
12+
<link rel="canonical" href="http://localhost:1313/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="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">
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">
1919
<meta name="theme-color" content="#2e2e33">
2020
<meta name="msapplication-TileColor" content="#2e2e33">
21-
<link rel="alternate" hreflang="en" href="https://stuffbymax.me/404.html">
21+
<link rel="alternate" hreflang="en" href="http://localhost:1313/404.html">
2222
<noscript>
2323
<style>
2424
#theme-toggle,
@@ -55,15 +55,7 @@
5555
}
5656

5757
</style>
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-
58+
</noscript>
6759
</head>
6860

6961
<body class="list" id="top">
@@ -106,22 +98,22 @@
10698
</div>
10799
<ul id="menu">
108100
<li>
109-
<a href="https://stuffbymax.me/" title="Home">
101+
<a href="http://localhost:1313/" title="Home">
110102
<span>Home</span>
111103
</a>
112104
</li>
113105
<li>
114-
<a href="https://stuffbymax.me/about/" title="about">
106+
<a href="http://localhost:1313/about/" title="about">
115107
<span>about</span>
116108
</a>
117109
</li>
118110
<li>
119-
<a href="https://stuffbymax.me/projects/" title="Projects">
111+
<a href="http://localhost:1313/projects/" title="Projects">
120112
<span>Projects</span>
121113
</a>
122114
</li>
123115
<li>
124-
<a href="https://stuffbymax.me/contact/" title="Contact">
116+
<a href="http://localhost:1313/contact/" title="Contact">
125117
<span>Contact</span>
126118
</a>
127119
</li>
@@ -133,7 +125,7 @@
133125
</main>
134126

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

138130
<span>
139131
Powered by

public/about/index.html

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

4-
<head><meta charset="utf-8">
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">
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="index, follow">
7+
<meta name="robots" content="noindex, nofollow">
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="https://stuffbymax.me/about/">
14+
<link rel="canonical" href="http://localhost:1313/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="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">
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">
2121
<meta name="theme-color" content="#2e2e33">
2222
<meta name="msapplication-TileColor" content="#2e2e33">
23-
<link rel="alternate" hreflang="en" href="https://stuffbymax.me/about/">
23+
<link rel="alternate" hreflang="en" href="http://localhost:1313/about/">
2424
<noscript>
2525
<style>
2626
#theme-toggle,
@@ -57,68 +57,7 @@
5757
}
5858

5959
</style>
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>
60+
</noscript>
12261
</head>
12362

12463
<body class="" id="top">
@@ -161,22 +100,22 @@
161100
</div>
162101
<ul id="menu">
163102
<li>
164-
<a href="https://stuffbymax.me/" title="Home">
103+
<a href="http://localhost:1313/" title="Home">
165104
<span>Home</span>
166105
</a>
167106
</li>
168107
<li>
169-
<a href="https://stuffbymax.me/about/" title="about">
108+
<a href="http://localhost:1313/about/" title="about">
170109
<span class="active">about</span>
171110
</a>
172111
</li>
173112
<li>
174-
<a href="https://stuffbymax.me/projects/" title="Projects">
113+
<a href="http://localhost:1313/projects/" title="Projects">
175114
<span>Projects</span>
176115
</a>
177116
</li>
178117
<li>
179-
<a href="https://stuffbymax.me/contact/" title="Contact">
118+
<a href="http://localhost:1313/contact/" title="Contact">
180119
<span>Contact</span>
181120
</a>
182121
</li>
@@ -328,7 +267,7 @@ <h2 id="-fun-facts">🤖 Fun Facts<a hidden class="anchor" aria-hidden="true" hr
328267
</main>
329268

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

333272
<span>
334273
Powered by

public/categories/index.html

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

4-
<head><meta charset="utf-8">
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">
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="index, follow">
7+
<meta name="robots" content="noindex, nofollow">
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="https://stuffbymax.me/categories/">
12+
<link rel="canonical" href="http://localhost:1313/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="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">
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">
1919
<meta name="theme-color" content="#2e2e33">
2020
<meta name="msapplication-TileColor" content="#2e2e33">
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/">
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/">
2323
<noscript>
2424
<style>
2525
#theme-toggle,
@@ -56,15 +56,7 @@
5656
}
5757

5858
</style>
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-
59+
</noscript>
6860
</head>
6961

7062
<body class="list" id="top">
@@ -107,22 +99,22 @@
10799
</div>
108100
<ul id="menu">
109101
<li>
110-
<a href="https://stuffbymax.me/" title="Home">
102+
<a href="http://localhost:1313/" title="Home">
111103
<span>Home</span>
112104
</a>
113105
</li>
114106
<li>
115-
<a href="https://stuffbymax.me/about/" title="about">
107+
<a href="http://localhost:1313/about/" title="about">
116108
<span>about</span>
117109
</a>
118110
</li>
119111
<li>
120-
<a href="https://stuffbymax.me/projects/" title="Projects">
112+
<a href="http://localhost:1313/projects/" title="Projects">
121113
<span>Projects</span>
122114
</a>
123115
</li>
124116
<li>
125-
<a href="https://stuffbymax.me/contact/" title="Contact">
117+
<a href="http://localhost:1313/contact/" title="Contact">
126118
<span>Contact</span>
127119
</a>
128120
</li>
@@ -139,7 +131,7 @@ <h1>Categories</h1>
139131
</main>
140132

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

144136
<span>
145137
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>https://stuffbymax.me/categories/</link>
5+
<link>http://localhost:1313/categories/</link>
66
<description>Recent content in Categories on </description>
7-
<generator>Hugo -- 0.142.0</generator>
7+
<generator>Hugo -- 0.144.1</generator>
88
<language>en</language>
9-
<atom:link href="https://stuffbymax.me/categories/index.xml" rel="self" type="application/rss+xml" />
9+
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
1010
</channel>
1111
</rss>

0 commit comments

Comments
 (0)