mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
fix: removed nofollow links to my own website
This commit is contained in:
parent
b5126bf051
commit
bebfe1638e
@ -10,7 +10,7 @@ tags:
|
|||||||
description: "Good software design practices and a few perfectionistic tendencies lead to almost 5 years without any writing. This post is a deep dive into a few of the struggles of the past 5 years"
|
description: "Good software design practices and a few perfectionistic tendencies lead to almost 5 years without any writing. This post is a deep dive into a few of the struggles of the past 5 years"
|
||||||
---
|
---
|
||||||
|
|
||||||
I've been rebuilding the old "[rickvanlieshout.com](https://rickvanlieshout.com)" for over 5 years now...
|
I've been rebuilding the old "[rickvanlieshout.com](https://www.rickvanlieshout.com)" for over 5 years now...
|
||||||
But the website isn't that big. It could be done way faster and it has been done way faster.
|
But the website isn't that big. It could be done way faster and it has been done way faster.
|
||||||
The thing is, I rewrote it several times, each time with a different design and updated packages.
|
The thing is, I rewrote it several times, each time with a different design and updated packages.
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ import menu from "./menu";
|
|||||||
export default {
|
export default {
|
||||||
site: {
|
site: {
|
||||||
siteMetadata: {
|
siteMetadata: {
|
||||||
url: "https://rickvanlieshout.com",
|
url: "https://www.rickvanlieshout.com",
|
||||||
title: "Rick van Lieshout ~ Mastermindzh",
|
title: "Rick van Lieshout ~ Mastermindzh",
|
||||||
subtitle: "The thoughts, discoveries and murmurings of a Software enthusiast",
|
subtitle: "The thoughts, discoveries and murmurings of a Software enthusiast",
|
||||||
copyright: "All rights reserved.",
|
copyright: "All rights reserved.",
|
||||||
|
Loading…
Reference in New Issue
Block a user