-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.ts
26 lines (22 loc) · 932 Bytes
/
config.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/************************
* Made by [MR Ferry™] *
* on Januari 2025 *
************************/
/************************
* Made by [MR Ferry™] *
* on November 2024 *
************************/
import { SiteConfig } from "./src/types/DataTypes.ts";
export const siteConfig: SiteConfig = {
url: "https://ferry.vercel.app",
repo: "7sferry/gatsbyan",
title: "MR Ferry",
tagline: `An ISTJ of MBTI, C style of DiSC, and Type 5 of Enneagram. \nInterested in software engineering, money investing, gaming, football, psychology, and sharing POV about life & experiences.`,
description: `Blog tentang Software Engineer dari Solok. Membahas pemrograman, investasi, game, sepak bola, psikologi, dan berbagi pengalaman serta pandangan pribadi`,
copyright: `© ${new Date().getFullYear()} · Ferry Suhandri`,
author: {
name: "Ferry S",
realName: "Ferry Suhandri",
},
};
export default siteConfig;