You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _src/posts/webdesign.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ date: 2025-05-26
4
4
---
5
5
My goal was to make a simple page that would enable me to write something about myself and what I do. And it should also be a spot where I could share my ideas. I heard about Github pages before and I wanted to give it a go. Naturally I found loads of resources naming jekyll.
6
6
7
-
I spun up a repo and tried it out with a simple theme. Soon I noticed that once I wanted to make some changes to the theme, it required some effort to understand and override what the prevous designer intended. Should I just have picked something and call it a day? Maybe.
7
+
I spun up a repo and tried it out with a simple theme. Soon I noticed that once I wanted to make some changes to the theme, it required some effort to understand and override what the previous designer intended. Should I just have picked something and call it a day? Maybe.
8
8
9
9
But there was also a feeling lingering. I wanted something more minimalistic....
10
-
When I was a teen my "hobby" used to be designing websites. Designing a template in a graphic program, slicing it up in 1px images and using HTML + CSS2.
10
+
When I was a teenager my "hobby" used to be making websites. Designing a template in a graphic program, slicing it up in 1px images and using HTML + CSS2.
11
11
Nowadays we have HTML5 and CSS3. I heard great stories about grid and flexbox. Which meant the days of fighting `<div>` are long gone..
12
12
13
-
So I decided I'd roll my own. With the help of some usefull libraries/tools:
13
+
So I decided I'd roll my own. With the help of some useful libraries/tools:
14
14
-[PicoCSS](https://picocss.com/) for a out of the box CSS that gives me a nice set of defaults to work with
15
15
-[11ty](https://www.11ty.dev/) as a simple static site generator so that I can generate content based on Markdown files.
16
16
-[Font Awesome](https://fontawesome.com/) for the flat icons.
0 commit comments