+ {{- .Title }} + {{- if .Draft }} + + + + {{- end }} +
+{{ .Summary | plainify | htmlUnescape }}{{ if .Truncated }}...{{ end }}
+diff --git a/assets/css/extended/custom.css b/assets/css/extended/custom.css index 0b4085b..abeb726 100644 --- a/assets/css/extended/custom.css +++ b/assets/css/extended/custom.css @@ -17,4 +17,32 @@ article a[href^="https://"]:not(article .social-icons a, .paginav a, .buy-me-a-c background-position: 0 100%; background-size: 100% 2px; background-repeat: repeat-x; +} + +.row { + display: flex; + flex-direction: row; + flex-wrap: nowrap; + width: 100%; + gap: 14px; +} + +.col { + display: flex; + flex-direction: column; + flex-basis: 100%; + flex: 1; +} + +.photo { + flex: 25%; + + img { + border-radius: var(--radius); + + } +} + +.intro-text { + flex: 75%; } \ No newline at end of file diff --git a/assets/images/me.webp b/assets/images/me.webp new file mode 100644 index 0000000..7d489c1 Binary files /dev/null and b/assets/images/me.webp differ diff --git a/config.yml b/config.yml index 8c9fcf0..2bd774a 100644 --- a/config.yml +++ b/config.yml @@ -73,7 +73,7 @@ params: # home-info mode homeInfoParams: Title: "I’m Dan. I live in the Golden Valley, Herefordshire. I work remotely as a software engineer, team leader, and system architect. " - Content: "I like to talk about engineering, networking, and system design. There’s a higher I may also talk about many of my other interests – photography, digital minimalism, lego, gaming and game dev, coffee, or the great outdoors." + Content: "I like to talk about engineering, networking, and system design. There’s a higher change I will also talk about many of my other interests – photography, digital minimalism, lego, gaming and game dev, coffee, or the great outdoors." socialIcons: - name: instagram @@ -82,6 +82,8 @@ params: url: "https://dice.camp/@ritual" - name: github url: "https://github.com/unbolt" + - name: lastfm + url: "https://www.last.fm/user/ritualplays" analytics: google: diff --git a/content/about/index.md b/content/about/index.md index beda375..571882e 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -1,92 +1,12 @@ --- -title: What’s up? +title: Some stuff about me author: Dan type: page date: 2024-01-09T11:46:01+00:00 comments: false disableCoffee: true +hideMeta: true --- -
- I'm Dan. I live in the Golden Valley, Herefordshire. I work remotely as a software engineer, team leader, and system architect. -
- -- I like to talk about engineering, networking, and system design. There's a really good chance I may also talk about some of my other interests - photography, lego, gaming and game dev, coffee, or the great outdoors. -
-

- As well as traditional photoghraphy, I am trying to get to grips with my DJI Mini 2 for drone photography which opens up a whole new world of angles. -
-- I've been a keen photographer for many years. Currently I shoot with a Fujifilm X-T5, mainly with the 16-55mm f2.8. I also have the 70-300 f4-5. I'm making some effort to post my photos to instagram more frequently. -
- - - - - -
{{ .Summary | plainify | htmlUnescape }}{{ if .Truncated }}...{{ end }}
+