diff --git a/src/content/journal/2020/new-website-2020-development.mdx b/src/content/journal/2020/new-website-2020-development.mdx index b49515b..30409ab 100644 --- a/src/content/journal/2020/new-website-2020-development.mdx +++ b/src/content/journal/2020/new-website-2020-development.mdx @@ -116,7 +116,7 @@ After a few components, I got tired of always copying and pasting the folder str I never worked with [Storybook](https://storybook.js.org/) before, but I always wanted to try it. Storybook is an open-source tool for developing UI components isolated. It has a giant community creating plugins for every thinkable use case. -I moved all my existing components to [Storybook](https://styleguide.stefanimhoff.de/) and started with a component-driven development. I created one story (a use case) for every component variation. Then I developed the components isolated from any website code in Storybook and unit tested the stories. This made the development much easier and fun than creating a manual [style guide](/styleguide/) page and developing the components on that. +I moved all my existing components to Storybook and started with a component-driven development. I created one story (a use case) for every component variation. Then I developed the components isolated from any website code in Storybook and unit tested the stories. This made the development much easier and fun than creating a manual style guide page and developing the components on that. ## Grid diff --git a/src/content/journal/2020/new-website-2020.mdx b/src/content/journal/2020/new-website-2020.mdx index 09baeee..e791814 100644 --- a/src/content/journal/2020/new-website-2020.mdx +++ b/src/content/journal/2020/new-website-2020.mdx @@ -74,11 +74,6 @@ I set up a [Now](/now/) page, based on the idea of [Derek Silvers](https://siver You can always send me a message or feedback, all possibilities to contact or connect me can be found on my [About](/about/) page. I don’t track anything anymore and know nothing any longer about visitors to my website. Blissful ignorance from my side to all this data-driven, growth-driven, customer-satisfaction-driven development. -## Source Code & Styleguide +## Source Code -If you’re interested in the code you don’t have to wait until I release the essay, the [source code](https://github.com/kogakure/website-gatsby-stefanimhoff.de) is publicly available on GitHub. All my components can be viewed on my [Styleguide](https://styleguide.stefanimhoff.de/) created with [Storybook](https://storybook.js.org/). - - - If you want to see the design of this website, it is still hosted on - [v3.stefanimhoff.de](https://v3.stefanimhoff.de/) but doesn’t get any more updates. - +If you’re interested in the code you don’t have to wait until I release the essay, the [source code](https://github.com/kogakure/website-gatsby-stefanimhoff.de) is publicly available on GitHub. diff --git a/src/content/projects/stefanimhoff-v4.mdx b/src/content/projects/stefanimhoff-v4.mdx index bf0be77..0deb499 100644 --- a/src/content/projects/stefanimhoff-v4.mdx +++ b/src/content/projects/stefanimhoff-v4.mdx @@ -18,8 +18,6 @@ more: I rebuild my website in 2020, which was one of the biggest personal projects I’ve ever created. The process of researching, designing, and coding the website took me nearly **3 years** with **250 hours** of work. I wrote extensively about the [new website](/new-website-2020/), the [inspiration](/new-website-2020-inspiration/) behind it, the [design](/new-website-2020-design/) process, and the [development](/new-website-2020-development/) process. I wasn’t happy with the technical solution I picked in 2020 which was overengineered and too slow for a personal project. So, in 2021 I changed the static website generator from [Gatsby](https://www.gatsbyjs.org/) to [Eleventy](https://www.11ty.dev/). The [relaunch](http://localhost:8080/new-website-2021/) brought also smaller improvements to the font and simplified the overall website. -The Gatsby version is still hosted on a [subdomain](https://v3.stefanimhoff.de/). - -