Skip to content

Commit 8633232

Browse files
committed
add a blog posts ideas page
1 parent 73f318f commit 8633232

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

src/data/site.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
"url": "/speaking",
3030
"external": false
3131
},
32+
{
33+
"text": "ideas",
34+
"url": "/ideas",
35+
"external": false
36+
},
3237
{
3338
"text": "Contact",
3439
"url": "/contact",

src/ideas.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "Ideas"
3+
date: "2025-07-15"
4+
slug: "ideas"
5+
layout: base.njk
6+
---
7+
8+
![A thinking bubble on a pink background](../images/idea.jpg)
9+
10+
I have more ideas of content I want to write about than time to write it, so I decide to share them in one place so people can have an idea of what may come. If you have ideas of things you would like me to write about or want to vote for one of those idea to be prioritize, [let me know](https://fred.dev/contact/).
11+
12+
Here is the non-exhaustive list of blog articles ideas (I'm slowly moving them here from different sources) by topics.
13+
14+
## Developer relations
15+
16+
- What is developer relations or the role of a developer advocate.
17+
18+
_Photo by Miguel Á. Padriñán on Pixels_

src/images/idea.jpg

1.6 MB
Loading

0 commit comments

Comments
 (0)