Skip to content

Commit

Permalink
update content
Browse files Browse the repository at this point in the history
  • Loading branch information
sitek94 committed Dec 29, 2020
1 parent 9a3602e commit f7cf186
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 44 deletions.
9 changes: 3 additions & 6 deletions config/website.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ module.exports = {
lang: 'en', // Language Tag on <html> element
pathPrefix: '/',
siteLogo: 'images/logo.png', // Used for SEO and manifest, path to your image you placed in the 'static' folder
siteDescription:
'Come check out how Maciek Sitkowski can help you level up your career as a software engineer.',
siteDescription: `Come check out Maciek Sitkowski's portfolio.`,
minibio: `
<strong>Maciek Sitkowski</strong> is a JavaScript software engineer and
teacher. He's taught hundreds of thousands of people how to make the world
a better place with quality software development tools and practices. He
lives with his wife and four kids in Utah.
<strong>Maciek Sitkowski</strong> is a Frond-end engineer from Poland.
He specializes in React and modern JavaScript.
`,
author: 'Maciek Sitkowski', // Author for schemaORGJSONLD

Expand Down
6 changes: 1 addition & 5 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ module.exports = {
siteUrl,
title: config.siteTitle,
description: config.siteDescription,
keywords: [
'Software Engineer',
'React Training',
'Testing JavaScript Training',
],
keywords: ['Frond-end', 'React', 'Web', 'Developer', 'Portfolio'],
canonicalUrl: siteUrl,
image: config.siteLogo,
author: {
Expand Down
33 changes: 0 additions & 33 deletions static/_redirects
Original file line number Diff line number Diff line change
@@ -1,33 +0,0 @@
/search q=:q /blog?q=:q
/search /blog

/blog/always-use-memo-your-context-value /blog/how-to-optimize-your-context-value
/blog/always-use-memo-your-context-value/ /blog/how-to-optimize-your-context-value
/blog/moist-programming /blog/aha-programming
/blog/moist-programming/ /blog/aha-programming
/aha /blog/aha-programming
/blog/aha /blog/aha-programming
/projects /
/projects/advanced-react-component-patterns /projects/advanced-react-patterns
/projects/hooks /projects/react-hooks
/projects/build-react-apps /projects/build-react-apps-1
/projects/build-react-apps-advanced /projects/build-react-apps-3
/blog/make-test-utils-for-your-app /blog/test-utils
/blog/what-code-comments-can-teach-us-about-scaling-a-codebase /blog/colocation
/blog/avoid-nesting-in-tests /blog/avoid-nesting-when-youre-testing
/blog/state-colocation-will-make-your-app-faster /blog/state-colocation-will-make-your-react-app-faster
/blog/why-your-team-needs-testing-java-script-com /blog/why-your-team-needs-testing-javascript-com
/cohorts /clubs
/learning-clubs /clubs

# Joel whoopsies

# Rewritten posts
/blog/application-state-management /blog/application-state-management-with-react
/blog/how-to-start-testing /blog/how-to-add-testing-to-an-existing-project
/blog/super-simple-start-to-serverless /blog/super-simple-start-to-netlify-functions

# netlify analytics said that this page was requested a lot so we'll redirect it to blog which is probably where they want to go...
/post /blog
/wp-login.php https://www.youtube.com/watch?v=dQw4w9WgXcQ
/wp-admin.php https://www.youtube.com/watch?v=dQw4w9WgXcQ
Binary file modified static/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/metaImage.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f7cf186

Please sign in to comment.