Skip to content

Commit 461f4c5

Browse files
committed
fix typos in webdesign.md
1 parent 2950a80 commit 461f4c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_src/posts/webdesign.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ date: 2025-05-26
44
---
55
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.
66

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.
88

99
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.
1111
Nowadays we have HTML5 and CSS3. I heard great stories about grid and flexbox. Which meant the days of fighting `<div>` are long gone..
1212

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:
1414
- [PicoCSS](https://picocss.com/) for a out of the box CSS that gives me a nice set of defaults to work with
1515
- [11ty](https://www.11ty.dev/) as a simple static site generator so that I can generate content based on Markdown files.
1616
- [Font Awesome](https://fontawesome.com/) for the flat icons.

0 commit comments

Comments
 (0)