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/content/blog/ddev-website-for-contributors.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "DDEV Website for Contributors"
3
3
pubDate: 2023-08-15
4
-
modifiedDate: 2023-08-23
4
+
modifiedDate: 2025-10-09
5
5
summary: Matt Stein on maintaining and improving ddev.com.
6
6
author: Matt Stein
7
7
featureImage:
@@ -16,21 +16,21 @@ The following is based on [Matt Stein's presentation outline](https://doc.mattst
16
16
17
17
## Welcome!
18
18
19
-
I’d like to show you how ddev.com is put together so you can swoop in and improve it. There’s a lot that could be improved; The emphasis is on “what it is” rather than “how it should be.”
19
+
I’d like to show you how `ddev.com` is put together so you can swoop in and improve it. There’s a lot that could be improved; The emphasis is on “what it is” rather than “how it should be.”
20
20
21
21
## Background
22
22
23
23
### Old Things
24
24
25
25
[**Matt**](https://github.com/mattstein) is a designer that’s been doing CMS-based development for clients using PHP, Twig, and different front-end frameworks; master of none fond of writing, documentation, and content strategy.
26
26
27
-
[**ddev.com**](https://ddev.com)is a former WordPress site, tricky to share access and not the friendliest public welcome to all things DDEV.
27
+
[**ddev.com**](https://ddev.com)used to be a WordPress site, tricky to share access and not the friendliest public welcome to all things DDEV.
28
28
29
29
### New Thing
30
30
31
-
Rebuilt + migrated earlier this year to [Astro](https://astro.build)!
31
+
Rebuilt + migrated in 2023 to [Astro](https://astro.build)!
32
32
33
-
- Hat tip Mayank for sharing Astro with me.
33
+
- Hat tip to Mayank for sharing Astro with me.
34
34
- Fun to build with!
35
35
- Static site generator that sits in a nice front-end sweet spot.
36
36
- Flat file + fully accessible to front-end developers in a public repository.
@@ -44,7 +44,7 @@ Rebuilt + migrated earlier this year to [Astro](https://astro.build)!
- Built and hosted with [Cloudflare Pages](https://pages.cloudflare.com).
46
46
47
-
**tl;dr** if you’re comfortable with Markdown, HTML, CSS, Tailwind, or a modern front-end framework, you can jump right in!
47
+
**tl;dr** if you’re comfortable with Markdown, HTML, CSS, Tailwind, or a modern front-end framework, you can jump right in! Blog posts and edits are even easier than that.
48
48
49
49
<small>Also TypeScript, kind of.</small>
50
50
@@ -54,11 +54,11 @@ If you’re comfortable with _all_ of those things, you could make a big dent in
54
54
55
55
Clone <https://github.com/ddev/ddev.com>.
56
56
57
-
Add a GitHub key to `.env`.
57
+
Add a GitHub key to `.env`. (optional)
58
58
59
59
## Where Content Lives
60
60
61
-
> 💡 Consider reading [the readme](https://github.com/ddev/ddev.com/blob/main/README.md) and especially the [Astro docs](https://docs.astro.build/en/getting-started/).
61
+
> 💡 Read [the README](https://github.com/ddev/ddev.com/blob/main/README.md) and especially the [Astro docs](https://docs.astro.build/en/getting-started/).
62
62
63
63
Markdown, component markup, TypeScript constants, and a JSON blob.
Copy file name to clipboardExpand all lines: src/content/blog/tailscale-router-ddev-addon.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
title: "Tailscale for DDEV: Simple and Secure Project Sharing"
3
3
pubDate: 2025-09-09
4
+
modifiedDate: 2025-10-09
4
5
summary: "Tired of temporary sharing links? Learn how to use the ddev-tailscale-router add-on to get a stable, secure, and private URL for your DDEV projects."
5
6
author: Ajith Thampi Joseph
6
7
featureImage:
@@ -123,8 +124,8 @@ Here are some additional resources that you might find helpful:
123
124
- **[Tailscale Auth Keys](https://tailscale.com/kb/1085/auth-keys)**: Detailed information about creating and managing auth keys.
124
125
- **[Tailscale Funnel](https://tailscale.com/kb/1223/funnel)**: Documentation on enabling public access to your Tailscale services.
125
126
- **[Tailscale DNS](https://tailscale.com/kb/1054/dns)**: DNS in Tailscale
126
-
- **[DDEV dotenv](https://ddev.readthedocs.io/en/latest/users/usage/commands/#dotenv)**: Documentation on managing environment variables with DDEV.
127
-
- **[DDEV Docs: Sharing](https://ddev.readthedocs.io/en/latest/users/usage/sharing/)**: The official DDEV documentation on how to share your projects.
127
+
- **[DDEV dotenv](https://docs.ddev.com/en/latest/users/usage/commands/#dotenv)**: Documentation on managing environment variables with DDEV.
128
+
- **[DDEV Docs: Sharing](https://docs.ddev.com/en/latest/users/usage/sharing/)**: The official DDEV documentation on how to share your projects.
128
129
- **Medium: [My Journey with PHP Dev Environments](https://medium.com/@josephajithampi/my-journey-with-php-dev-environments-1da9f2806ee9)**: A blog post on setting up a PHP development environment.
129
130
- **LinkedIn: [The Day My Development Environment Nearly Broke Me](https://www.linkedin.com/pulse/day-my-development-environment-nearly-broke-me-how-i-thampi-joseph-ildhc/)**: An article on the importance of a reliable development environment.
0 commit comments