Update
This commit is contained in:
parent
c7c18a2ee9
commit
dcbf85e71b
@ -1,6 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
type = misc
|
type = 'misc'
|
||||||
|
|
||||||
title = 'About'
|
title = 'About'
|
||||||
date = 2024-10-24T23:17:52+03:00
|
date = 2024-10-24T23:17:52+03:00
|
||||||
draft = false
|
draft = false
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!doctype html><html lang="en-us">
|
<!doctype html><html lang="en-us">
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
<head>
|
||||||
|
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:url" content="http://localhost:1313/404.html">
|
<meta property="og:url" content="https://emin.software/404.html">
|
||||||
<meta property="og:site_name" content="haxala1r">
|
<meta property="og:site_name" content="haxala1r">
|
||||||
<meta property="og:title" content="404 Page not found">
|
<meta property="og:title" content="404 Page not found">
|
||||||
<meta property="og:locale" content="en_us">
|
<meta property="og:locale" content="en_us">
|
||||||
@ -72,7 +72,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<section class="mx-auto flex max-w-screen-xl items-center justify-between p-4">
|
<section class="mx-auto flex max-w-screen-xl items-center justify-between p-4">
|
||||||
<a href="http://localhost:1313/" class="flex items-center space-x-3">
|
<a href="https://emin.software/" class="flex items-center space-x-3">
|
||||||
|
|
||||||
<span class="self-center whitespace-nowrap text-2xl font-semibold text-slate-700 dark:text-slate-400">
|
<span class="self-center whitespace-nowrap text-2xl font-semibold text-slate-700 dark:text-slate-400">
|
||||||
haxala1r
|
haxala1r
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!doctype html><html lang="en-us">
|
<!doctype html><html lang="en-us">
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
<head>
|
||||||
|
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:url" content="http://localhost:1313/about/">
|
<meta property="og:url" content="https://emin.software/about/">
|
||||||
<meta property="og:site_name" content="haxala1r">
|
<meta property="og:site_name" content="haxala1r">
|
||||||
<meta property="og:title" content="About">
|
<meta property="og:title" content="About">
|
||||||
<meta property="og:description" content="About me Hi, I’m Emin!
|
<meta property="og:description" content="About me Hi, I’m Emin!
|
||||||
@ -80,7 +80,7 @@ I mostly do systems programming - I feel most at home when I use C++ or
|
|||||||
|
|
||||||
|
|
||||||
<section class="mx-auto flex max-w-screen-xl items-center justify-between p-4">
|
<section class="mx-auto flex max-w-screen-xl items-center justify-between p-4">
|
||||||
<a href="http://localhost:1313/" class="flex items-center space-x-3">
|
<a href="https://emin.software/" class="flex items-center space-x-3">
|
||||||
|
|
||||||
<span class="self-center whitespace-nowrap text-2xl font-semibold text-slate-700 dark:text-slate-400">
|
<span class="self-center whitespace-nowrap text-2xl font-semibold text-slate-700 dark:text-slate-400">
|
||||||
haxala1r
|
haxala1r
|
||||||
@ -140,31 +140,36 @@ I mostly do systems programming - I feel most at home when I use C++ or
|
|||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
|
<div class="mx-auto mb-2 mt-12 flex max-w-screen-xl flex-col items-center justify-center">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="justify-left mx-auto mt-8 flex max-w-screen-md px-4">
|
<div class="relative w-48">
|
||||||
<article>
|
<img class="mb-2 h-48 w-48 rounded-full" width="192" height="192" alt="Emin Arslan" src="/Emin-Arslan_hu13852530772249569318.webp" />
|
||||||
<h1 class="text-4xl font-extrabold text-slate-700 dark:text-slate-200">
|
|
||||||
About
|
|
||||||
</h1>
|
|
||||||
<h2 class="mt-4 text-2xl text-slate-500 dark:text-slate-400">
|
|
||||||
|
|
||||||
</h2>
|
|
||||||
<div class="mb-4 mt-2 text-sm text-slate-500 dark:text-slate-400">
|
|
||||||
Oct 24, 2024 - 1 minute read
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h1 class="text-center text-4xl font-extrabold text-slate-700 dark:text-slate-200">
|
||||||
|
Emin Arslan
|
||||||
|
</h1>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mt-4 flex flex-wrap items-center justify-center">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="justify-left mx-auto mt-8 flex max-w-screen-lg px-4">
|
||||||
|
<article>
|
||||||
|
|
||||||
|
<h1 class="mb-4 text-4xl font-extrabold text-slate-700 dark:text-slate-200">Biography</h1>
|
||||||
<span class="prose prose-slate break-words text-lg text-slate-700 dark:prose-invert prose-pre:max-w-[90vw] md:prose-pre:max-w-screen-md dark:text-slate-200">
|
<span class="prose prose-slate break-words text-lg text-slate-700 dark:prose-invert prose-pre:max-w-[90vw] md:prose-pre:max-w-screen-md dark:text-slate-200">
|
||||||
<h1 id="about-me">About me</h1>
|
<h1 id="about-me">About me</h1>
|
||||||
<p>Hi, I’m Emin!</p>
|
<p>Hi, I’m Emin!</p>
|
||||||
<p>I am a second year Computer Engineering student at Izmir University of
|
<p>I am a second year Computer Engineering student at Izmir University of
|
||||||
Economics. I like all things programming and computers.</p>
|
Economics. I like all things programming and computers.</p>
|
||||||
@ -180,7 +185,8 @@ generate pages from my content. I think it looks pretty good, check
|
|||||||
them out.</p>
|
them out.</p>
|
||||||
<p>Hopefully I’ll post a bit more on here soon.</p>
|
<p>Hopefully I’ll post a bit more on here soon.</p>
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Categories on haxala1r</title>
|
<title>Categories on haxala1r</title>
|
||||||
<link>http://localhost:1313/categories/</link>
|
<link>https://emin.software/categories/</link>
|
||||||
<description>Recent content in Categories on haxala1r</description>
|
<description>Recent content in Categories on haxala1r</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://emin.software/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!doctype html><html lang="en-us">
|
<!doctype html><html lang="en-us">
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
<head>
|
||||||
|
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:url" content="http://localhost:1313/">
|
<meta property="og:url" content="https://emin.software/">
|
||||||
<meta property="og:site_name" content="haxala1r">
|
<meta property="og:site_name" content="haxala1r">
|
||||||
<meta property="og:title" content="haxala1r">
|
<meta property="og:title" content="haxala1r">
|
||||||
<meta property="og:locale" content="en_us">
|
<meta property="og:locale" content="en_us">
|
||||||
@ -72,7 +72,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<section class="mx-auto flex max-w-screen-xl items-center justify-between p-4">
|
<section class="mx-auto flex max-w-screen-xl items-center justify-between p-4">
|
||||||
<a href="http://localhost:1313/" class="flex items-center space-x-3">
|
<a href="https://emin.software/" class="flex items-center space-x-3">
|
||||||
|
|
||||||
<span class="self-center whitespace-nowrap text-2xl font-semibold text-slate-700 dark:text-slate-400">
|
<span class="self-center whitespace-nowrap text-2xl font-semibold text-slate-700 dark:text-slate-400">
|
||||||
haxala1r
|
haxala1r
|
||||||
|
@ -2,24 +2,24 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>haxala1r</title>
|
<title>haxala1r</title>
|
||||||
<link>http://localhost:1313/</link>
|
<link>https://emin.software/</link>
|
||||||
<description>Recent content on haxala1r</description>
|
<description>Recent content on haxala1r</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<lastBuildDate>Fri, 25 Oct 2024 23:11:17 +0300</lastBuildDate>
|
<lastBuildDate>Fri, 25 Oct 2024 23:11:17 +0300</lastBuildDate>
|
||||||
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://emin.software/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>My Setup - p1</title>
|
<title>My Setup - p1</title>
|
||||||
<link>http://localhost:1313/posts/setup_p1/</link>
|
<link>https://emin.software/posts/setup_p1/</link>
|
||||||
<pubDate>Fri, 25 Oct 2024 23:11:17 +0300</pubDate>
|
<pubDate>Fri, 25 Oct 2024 23:11:17 +0300</pubDate>
|
||||||
<guid>http://localhost:1313/posts/setup_p1/</guid>
|
<guid>https://emin.software/posts/setup_p1/</guid>
|
||||||
<description>My Setup In this &lsquo;series&rsquo; I will be walking you through my process of how I host everything on this server.
I&rsquo;m currently running, on top of my blog, a gogs instance.
When first creating this website, I just had my blog. I generated this blog using hugo: a static site generator. Hugo allowed me to focus on writing whatever I wanted in Markdown format, it would take care of converting my writing into HTML and CSS.</description>
|
<description>My Setup In this &lsquo;series&rsquo; I will be walking you through my process of how I host everything on this server.
I&rsquo;m currently running, on top of my blog, a gogs instance.
When first creating this website, I just had my blog. I generated this blog using hugo: a static site generator. Hugo allowed me to focus on writing whatever I wanted in Markdown format, it would take care of converting my writing into HTML and CSS.</description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>About</title>
|
<title>About</title>
|
||||||
<link>http://localhost:1313/about/</link>
|
<link>https://emin.software/about/</link>
|
||||||
<pubDate>Thu, 24 Oct 2024 23:17:52 +0300</pubDate>
|
<pubDate>Thu, 24 Oct 2024 23:17:52 +0300</pubDate>
|
||||||
<guid>http://localhost:1313/about/</guid>
|
<guid>https://emin.software/about/</guid>
|
||||||
<description>About me Hi, I&rsquo;m Emin!
I am a second year Computer Engineering student at Izmir University of Economics. I like all things programming and computers.
I mostly do systems programming - I feel most at home when I use C++ or C, though I&rsquo;ve used Rust, Java and many other languages to varying degrees. I also had a phase when I was really into Common Lisp. Seriously, using a language with true macros is an entirely different experience.</description>
|
<description>About me Hi, I&rsquo;m Emin!
I am a second year Computer Engineering student at Izmir University of Economics. I like all things programming and computers.
I mostly do systems programming - I feel most at home when I use C++ or C, though I&rsquo;ve used Rust, Java and many other languages to varying degrees. I also had a phase when I was really into Common Lisp. Seriously, using a language with true macros is an entirely different experience.</description>
|
||||||
</item>
|
</item>
|
||||||
</channel>
|
</channel>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!doctype html><html lang="en-us">
|
<!doctype html><html lang="en-us">
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
<head>
|
||||||
|
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:url" content="http://localhost:1313/posts/">
|
<meta property="og:url" content="https://emin.software/posts/">
|
||||||
<meta property="og:site_name" content="haxala1r">
|
<meta property="og:site_name" content="haxala1r">
|
||||||
<meta property="og:title" content="Blog">
|
<meta property="og:title" content="Blog">
|
||||||
<meta property="og:locale" content="en_us">
|
<meta property="og:locale" content="en_us">
|
||||||
@ -72,7 +72,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<section class="mx-auto flex max-w-screen-xl items-center justify-between p-4">
|
<section class="mx-auto flex max-w-screen-xl items-center justify-between p-4">
|
||||||
<a href="http://localhost:1313/" class="flex items-center space-x-3">
|
<a href="https://emin.software/" class="flex items-center space-x-3">
|
||||||
|
|
||||||
<span class="self-center whitespace-nowrap text-2xl font-semibold text-slate-700 dark:text-slate-400">
|
<span class="self-center whitespace-nowrap text-2xl font-semibold text-slate-700 dark:text-slate-400">
|
||||||
haxala1r
|
haxala1r
|
||||||
|
@ -2,17 +2,17 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Blog on haxala1r</title>
|
<title>Blog on haxala1r</title>
|
||||||
<link>http://localhost:1313/posts/</link>
|
<link>https://emin.software/posts/</link>
|
||||||
<description>Recent content in Blog on haxala1r</description>
|
<description>Recent content in Blog on haxala1r</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<lastBuildDate>Fri, 25 Oct 2024 23:11:17 +0300</lastBuildDate>
|
<lastBuildDate>Fri, 25 Oct 2024 23:11:17 +0300</lastBuildDate>
|
||||||
<atom:link href="http://localhost:1313/posts/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://emin.software/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>My Setup - p1</title>
|
<title>My Setup - p1</title>
|
||||||
<link>http://localhost:1313/posts/setup_p1/</link>
|
<link>https://emin.software/posts/setup_p1/</link>
|
||||||
<pubDate>Fri, 25 Oct 2024 23:11:17 +0300</pubDate>
|
<pubDate>Fri, 25 Oct 2024 23:11:17 +0300</pubDate>
|
||||||
<guid>http://localhost:1313/posts/setup_p1/</guid>
|
<guid>https://emin.software/posts/setup_p1/</guid>
|
||||||
<description>My Setup In this &lsquo;series&rsquo; I will be walking you through my process of how I host everything on this server.
I&rsquo;m currently running, on top of my blog, a gogs instance.
When first creating this website, I just had my blog. I generated this blog using hugo: a static site generator. Hugo allowed me to focus on writing whatever I wanted in Markdown format, it would take care of converting my writing into HTML and CSS.</description>
|
<description>My Setup In this &lsquo;series&rsquo; I will be walking you through my process of how I host everything on this server.
I&rsquo;m currently running, on top of my blog, a gogs instance.
When first creating this website, I just had my blog. I generated this blog using hugo: a static site generator. Hugo allowed me to focus on writing whatever I wanted in Markdown format, it would take care of converting my writing into HTML and CSS.</description>
|
||||||
</item>
|
</item>
|
||||||
</channel>
|
</channel>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!doctype html><html lang="en-us">
|
<!doctype html><html lang="en-us">
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
<head>
|
||||||
|
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:url" content="http://localhost:1313/posts/setup_p1/">
|
<meta property="og:url" content="https://emin.software/posts/setup_p1/">
|
||||||
<meta property="og:site_name" content="haxala1r">
|
<meta property="og:site_name" content="haxala1r">
|
||||||
<meta property="og:title" content="My Setup - p1">
|
<meta property="og:title" content="My Setup - p1">
|
||||||
<meta property="og:description" content="My Setup In this ‘series’ I will be walking you through my process of how I host everything on this server.
|
<meta property="og:description" content="My Setup In this ‘series’ I will be walking you through my process of how I host everything on this server.
|
||||||
@ -81,7 +81,7 @@ When first creating this website, I just had my blog. I generated this blog usin
|
|||||||
|
|
||||||
|
|
||||||
<section class="mx-auto flex max-w-screen-xl items-center justify-between p-4">
|
<section class="mx-auto flex max-w-screen-xl items-center justify-between p-4">
|
||||||
<a href="http://localhost:1313/" class="flex items-center space-x-3">
|
<a href="https://emin.software/" class="flex items-center space-x-3">
|
||||||
|
|
||||||
<span class="self-center whitespace-nowrap text-2xl font-semibold text-slate-700 dark:text-slate-400">
|
<span class="self-center whitespace-nowrap text-2xl font-semibold text-slate-700 dark:text-slate-400">
|
||||||
haxala1r
|
haxala1r
|
||||||
|
@ -2,20 +2,20 @@
|
|||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||||
<url>
|
<url>
|
||||||
<loc>http://localhost:1313/posts/</loc>
|
<loc>https://emin.software/posts/</loc>
|
||||||
<lastmod>2024-10-28T23:41:06+03:00</lastmod>
|
<lastmod>2024-10-28T23:41:06+03:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://localhost:1313/</loc>
|
<loc>https://emin.software/</loc>
|
||||||
<lastmod>2024-10-28T23:41:06+03:00</lastmod>
|
<lastmod>2024-10-28T23:41:06+03:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://localhost:1313/posts/setup_p1/</loc>
|
<loc>https://emin.software/posts/setup_p1/</loc>
|
||||||
<lastmod>2024-10-25T23:11:17+03:00</lastmod>
|
<lastmod>2024-10-25T23:11:17+03:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://localhost:1313/about/</loc>
|
<loc>https://emin.software/about/</loc>
|
||||||
<lastmod>2024-10-24T23:17:52+03:00</lastmod>
|
<lastmod>2024-10-24T23:17:52+03:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://localhost:1313/categories/</loc>
|
<loc>https://emin.software/categories/</loc>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://localhost:1313/tags/</loc>
|
<loc>https://emin.software/tags/</loc>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Tags on haxala1r</title>
|
<title>Tags on haxala1r</title>
|
||||||
<link>http://localhost:1313/tags/</link>
|
<link>https://emin.software/tags/</link>
|
||||||
<description>Recent content in Tags on haxala1r</description>
|
<description>Recent content in Tags on haxala1r</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://emin.software/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
Loading…
Reference in New Issue
Block a user