chore: remove old links

This commit is contained in:
Stefan Imhoff
2024-06-22 12:09:55 +02:00
parent fca773ecfd
commit 5115d6dcc1
3 changed files with 3 additions and 10 deletions

View File

@@ -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

View File

@@ -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 dont 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 youre interested in the code you dont 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/).
<Banner>
If you want to see the design of this website, it is still hosted on
[v3.stefanimhoff.de](https://v3.stefanimhoff.de/) but doesnt get any more updates.
</Banner>
If youre interested in the code you dont have to wait until I release the essay, the [source code](https://github.com/kogakure/website-gatsby-stefanimhoff.de) is publicly available on GitHub.

View File

@@ -18,8 +18,6 @@ more:
<ProjectIntro>
I rebuild my website in 2020, which was one of the biggest personal projects Ive 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 wasnt 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/).
- <MoreLink
href="https://github.com/kogakure/website-gatsby-stefanimhoff.de/"
text="Source Code Gatsby"