-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e5fe14d
commit 1d3f8d1
Showing
7 changed files
with
98 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
--- | ||
import { Icon } from "astro-icon/components"; | ||
import { Icon } from "astro-icon"; | ||
/** | ||
Uses https://www.astroicon.dev/getting-started/ | ||
Find icons via guide: https://www.astroicon.dev/guides/customization/#open-source-icon-sets | ||
Uses https://github.com/natemoo-re/astro-icon#readme | ||
Find icons @ https://icones.js.org/ | ||
*/ | ||
const socialLinks: Array<{ | ||
name: string; | ||
|
@@ -14,22 +14,27 @@ const socialLinks: Array<{ | |
{ | ||
name: "mdi:github", | ||
friendlyName: "Github", | ||
link: "https://github.com/chrismwilliams/astro-cactus", | ||
link: "https://github.com/eminboydak", | ||
}, | ||
{ | ||
name: "mdi:mastodon", | ||
friendlyName: "Mastodon", | ||
link: "#", | ||
name: "mdi:youtube", | ||
friendlyName: "YouTube", | ||
link: "https://youtube.com/eminboydak", | ||
}, | ||
{ | ||
name: "mdi:twitch", | ||
friendlyName: "Twitch", | ||
link: "https://twitch.tv/emnbydk", | ||
}, | ||
{ | ||
name: "mdi:linkedin", | ||
friendlyName: "LinkedIn", | ||
link: "#", | ||
link: "https://linkedin.com/in/eminboydak/", | ||
}, | ||
{ | ||
name: "mdi:email", | ||
friendlyName: "email", | ||
link: "mailto:[email protected]", | ||
link: "mailto:[email protected]", | ||
isWebmention: true, | ||
}, | ||
]; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,43 +6,39 @@ import aboutImg from "@/assets/about-astro.png"; | |
const meta = { | ||
title: "About", | ||
description: "I'm a starter theme for Astro.build", | ||
description: "Something about eminboydak", | ||
}; | ||
--- | ||
|
||
<PageLayout meta={meta}> | ||
<div class="space-y-6"> | ||
<h1 class="title">About</h1> | ||
<h1 class="title">About Me</h1> | ||
<p>Hello World! I usually write this sentence when I can't find anything to write.</p> | ||
<p> | ||
Hi, I’m a starter Astro. I’m particularly great for getting you started with your own blogging | ||
website. | ||
Anyway, let's keep it quick and simple, my name is Muhammed Emin Boydak, you can probably | ||
understand by the name of my website. | ||
</p> | ||
<div class="flex justify-center"> | ||
<Image | ||
src={aboutImg} | ||
alt="A cartoon cactus looking at the 'Astro.build' logo" | ||
loading="eager" | ||
fetchpriority="high" | ||
/> | ||
</div> | ||
<p>Here are my some of my awesome built in features:</p> | ||
<ul class="list-inside list-disc"> | ||
<li>I'm ultra fast as I'm a static site</li> | ||
<li>I'm fully responsive</li> | ||
<li>I come with a light and dark mode</li> | ||
<li>I'm easy to customise and add additional content</li> | ||
<li>I have Tailwind CSS styling</li> | ||
<li>Shiki code syntax highlighting</li> | ||
<li>Satori for auto generating OG images for blog posts</li> | ||
</ul> | ||
<p>I am an embedded systems engineer, interested in software, firmware and electron things.</p> | ||
<p>I graduated from Selçuk University, Department of Electrical and Electronics Engineering.</p> | ||
<p> | ||
Clone or fork my <a | ||
I currently work in <a | ||
class="cactus-link inline-block" | ||
href="https://github.com/chrismwilliams/astro-cactus" | ||
href="https://mepsan.com.tr" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
aria-label="github repository">repo</a | ||
> if you like me! | ||
aria-label="company website">Mepsan</a | ||
>. | ||
</p> | ||
<p>This website is about me, what I'm working on and what I like to talk about.</p> | ||
|
||
<h1 class="title">Contact</h1> | ||
<p> | ||
I have recently stopped using social media, so it is quite impossible for you to reach me | ||
through social media, so you can reach me in the following ways: | ||
</p> | ||
<ul class="list-inside list-disc"> | ||
<li>Discord: eminboydak</li> | ||
<li>E-mail: <a href="mailto:[email protected]">[email protected]</a></li> | ||
</ul> | ||
</div> | ||
</PageLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
import type { SiteConfig } from "@/types"; | ||
|
||
export const siteConfig: SiteConfig = { | ||
// Used as both a meta property (src/components/BaseHead.astro L:31 + L:49) & the generated satori png (src/pages/og-image/[slug].png.ts) | ||
author: "Chris Williams", | ||
// Meta property used to construct the meta title property, found in src/components/BaseHead.astro L:11 | ||
title: "Astro Theme Cactus", | ||
// Meta property used as the default description meta property | ||
description: "An opinionated starter theme for Astro", | ||
// HTML lang property, found in src/layouts/Base.astro L:18 | ||
lang: "en-GB", | ||
// Meta property, found in src/components/BaseHead.astro L:42 | ||
ogLocale: "en_GB", | ||
// Date.prototype.toLocaleDateString() parameters, found in src/utils/date.ts. | ||
date: { | ||
locale: "en-GB", | ||
options: { | ||
day: "numeric", | ||
month: "short", | ||
year: "numeric", | ||
}, | ||
}, | ||
webmentions: { | ||
link: "https://webmention.io/astro-cactus.chriswilliams.dev/webmention", | ||
}, | ||
// Used as both a meta property (src/components/BaseHead.astro L:31 + L:49) & the generated satori png (src/pages/og-image/[slug].png.ts) | ||
author: "Muhammed Emin Boydak", | ||
// Meta property used to construct the meta title property, found in src/components/BaseHead.astro L:11 | ||
title: "emin's logbook", | ||
// Meta property used as the default description meta property | ||
description: " ", | ||
// HTML lang property, found in src/layouts/Base.astro L:18 | ||
lang: "en-US", | ||
// Meta property, found in src/components/BaseHead.astro L:42 | ||
ogLocale: "en_US", | ||
// Date.prototype.toLocaleDateString() parameters, found in src/utils/date.ts. | ||
date: { | ||
locale: "en-US", | ||
options: { | ||
day: "numeric", | ||
month: "short", | ||
year: "numeric", | ||
}, | ||
}, | ||
webmentions: { | ||
link: "https://webmention.io/astro-cactus.chriswilliams.dev/webmention", | ||
}, | ||
}; | ||
|
||
// Used to generate links in both the Header & Footer. | ||
export const menuLinks: Array<{ title: string; path: string }> = [ | ||
{ | ||
title: "Home", | ||
path: "/", | ||
}, | ||
{ | ||
title: "About", | ||
path: "/about/", | ||
}, | ||
{ | ||
title: "Blog", | ||
path: "/posts/", | ||
}, | ||
{ | ||
title: "home", | ||
path: "/", | ||
}, | ||
{ | ||
title: "about", | ||
path: "/about/", | ||
}, | ||
{ | ||
title: "blog", | ||
path: "/posts/", | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters