From 235ed03b12c9fdfe56fead82f78fae64017f6b14 Mon Sep 17 00:00:00 2001
From: Michal Sapka
Date: Tue, 6 Sep 2022 22:02:52 +0200
Subject: feat: seo
---
pages/_document.tsx | 4 ++--
pages/index.tsx | 14 ++++++++++----
2 files changed, 12 insertions(+), 6 deletions(-)
(limited to 'pages')
diff --git a/pages/_document.tsx b/pages/_document.tsx
index ca81402c..05755e2e 100644
--- a/pages/_document.tsx
+++ b/pages/_document.tsx
@@ -5,11 +5,11 @@ import theme from '../lib/theme'
export default function Document() {
return (
-
-
Michał Sapka's website
+
+
diff --git a/pages/index.tsx b/pages/index.tsx
index 2e733685..1e82aa8a 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -12,8 +12,10 @@ import {
Stack,
Button,
} from '@chakra-ui/react'
+import Head from 'next/head'
import { AiFillGithub,AiFillMediumCircle} from "react-icons/ai";
import Publications from "../data/publications"
+import { NextSeo } from 'next-seo'
import generateRssFeed from "../lib/feed"
type BioEntryType = {
@@ -31,12 +33,16 @@ const BioEntry = ({date, description} : BioEntryType) => {
const Home: NextPage = () => {
return (
+
- Michal Sapka
- Self-though senior software engineer from Poland.
+ Michał Sapka
+ Self-though Senior Software Engineer working at Zendesk. {
About me
- I am a self-thought software engineer working at Zendesk. Even though I started my professional programming life relatively late in life, I've been passionate about computers since I was ten. I love the process of creating software. Even though I consider caring about the product a requisite, the technical side strongly drives me. I take pride in what and how I do things. I have most extensive experience working with Ruby on Rails and relative databases. Still, I am expanding my knowledge around service-oriented architecture, no-SQL databases, and other languages - currently, I am trying to get the hang of Golang and MongoDB. I am also trying to get familiar with the modern ReactJS ecosystem.
+ Michał is a self-thought software engineer working at Zendesk. Even though he has started his professional programming life relatively late in life, he has been passionate about computers since he was ten. He loves the process of creating software. Even though he consider caring about the product a requisite, the technical side strongly drives him. He takes pride in what and how he do things. He has most extensive experience working with Ruby on Rails and relative databases. Still, he is expanding my knowledge around service-oriented architecture, no-SQL databases, and other languages - currently, he is trying to get the hang of Golang and MongoDB. He is also trying to get familiar with the modern ReactJS ecosystem.
@@ -76,7 +82,7 @@ const Home: NextPage = () => {
-
+
--
cgit v1.2.3