8000 feat: add unique (incrementing integer) id's to all blogpost files and markdown frontmatter by jacobpackert · Pull Request #9 · jacobpackert/jacobpackert.dk · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: add unique (incrementing integer) id's to all blogpost files and markdown frontmatter #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Why bicycling in Copenhagen is so fantastic
date: "2013-09-04"
description: "On the virtues of Copenhagen’s favorite mode of transportation"
id: 1
---

There are few greater feelings of freedom and of joy than to cycle the streets of Copenhagen.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: You should probably learn to code. Here is how I (kind of) did.
date: "2017-04-08"
description: "Learning to code has been the best investment, I’ve made in myself."
id: 2
---

I started out with Codecademy to learn basic syntax. The last couple of years I’ve been using Codeschool.com, which offers far more advanced material and gives you a deeper understanding for solving problems with code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Kan man sætte Wikipedia på Finansloven?
date: "2017-04-16"
description: "Mulighederne er mange. For relativt få midler, kan vi bidrage mere til noget, der kommer os alle sammen til gode."

id: 3
---

Wikipedia er uomtvisteligt noget af det bedste ved internettet. Fra at være noget undervisere advarede mod i folkeskolen og gymnasiet ”fordi alle jo kan gå ind og rette på en side”, er det i dag den mest besøgte portal for viden om alt fra Næstved Storcenter til Panama Papirerne. Wikipedia har forlængst opnået lige så høj nøjagtighed som Encyclopedia Britannica. Og ved aktuelle begivenheder opdateres Wikipedia nærmest realtime af frivillige kræfter, der skriver, redigerer, retter, debatterer og nuancerer indhold.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Nature is still the ultimate inspiration in the digital age
date: "2019-11-12"
description: "Let’s be more inspired by nature. Climate change is a global factor we must respond to. Nature holds more answers than we think. And maybe we need to operate on a totally different timescale."
id: 4
---

I came across the trend of forest bathing earlier in the year. Put simple it is the realisation that spending time in the woods is good for your mind and your body. I would go even further and say that spending time in nature is also good for our craft and can lead to new ideas and solutions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Want to Learn Something New? Build Silly, Useless Stuff
date: "2020-01-12"
description: "You’ll be more motivated to learn if you’re building something a little silly"
id: 5
---

Here’s some advice: Don’t take everything so seriously — so high stakes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: The solution is not always more tech
date: "2020-03-02"
description: "Sometimes, technology won’t fix it. We should always focus on the problem, not the tech."
id: 6
---

import { Picture } from 'astro:assets'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
title: Protect the GIF - it is the language of the internet
date: "2020-05-16"
description: "We need a decentralised, open source Giphy with support for global content."
id: 7
---

import { Picture } from 'astro:assets'
import giphySearchFriday from '../../assets/giphy-search-friday.gif'
import captainAmerica from '../../assets/captain-america.gif'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
title: These Are My Cascatelli Shoes
date: "2024-12-19"
description: Involuntary memories of a pasta shape I still haven't tried
id: 8
---

import { Picture } from 'astro:assets'
import kayano31 from '../../assets/kayano31.webp'
import cascatelli from '../../assets/Cascatelli_Duo_3.jpg'
Expand Down
Loading
0