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: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
# Modern Developer Digital Garden Starter
1
+
# Modern Developer Blog Template (Digital Garden Starter)
2
2
3
3

4
4
[More screenshots here](/screenshots/)
5
5
6
6
[](https://vercel.com/new/git/external?repository-url=https://github.com/thedevdavid/digital-garden)
7
7
8
-
An open source digital gardening template for developers using [Next.js](https://nextjs.org/) app router, MDX, [Contentlayer](https://contentlayer.dev/), [Tailwind CSS](https://tailwindcss.com/), [@shadcn/ui](https://ui.shadcn.com/) , [Lucide Icons](https://lucide.dev/icons), and more.
8
+
An open source blogging (digital gardening) template for developers using [Next.js](https://nextjs.org/) app router, MDX, [Contentlayer](https://contentlayer.dev/), [Tailwind CSS](https://tailwindcss.com/), [@shadcn/ui](https://ui.shadcn.com/) , [Lucide Icons](https://lucide.dev/icons), and more.
9
9
10
10
This project is from developers for developers. Please feel free to report a bug, discuss the current state, submit ideas for improvements, submit a fix, propose new features, or whatever you want. All contributions are welcome! Read more at the [contributing guidelines](./CONTRIBUTING.md).
11
11
@@ -37,7 +37,7 @@ If you love this template and/or use it, please give it a star on GitHub. This w
37
37
38
38
## Motivation
39
39
40
-
As a developer who creates content, I want to have a digital garden where I can share my thoughts and ideas with the world. Now, there's not really a "perfect solution" for this currently. With included analytics, SEO, email subscribtions, modern tooling, simple design, etc. We either have to build one from scratch, use a design template and code the features, or use a CMS/no-code tool.
40
+
As a developer who creates content, I want to have a blog & digital garden where I can share my thoughts and ideas with the world. Now, there's not really a "perfect solution" for this currently. With included analytics, SEO, email subscriptions, modern tooling, simple design, etc. We either have to build one from scratch, use a design template and code the features, or use a CMS/no-code tool.
41
41
42
42
So I decided to build a solution that I would use myself. This is the result.
43
43
@@ -71,7 +71,7 @@ Editing list pages is done in the `lib` folder.
71
71
You can deploy the project with [Vercel](https://vercel.com/) or any other hosting provider. If you want to use Vercel, you can use the button at the top of this README.
72
72
73
73
1. Update `package.json` author information
74
-
2. Set up the `NEXT_PUBLIC_BASE_URL` environment variable on Vercel to point to your digital garden's root URL
74
+
2. Set up the `NEXT_PUBLIC_BASE_URL` environment variable on Vercel to point to your website's root URL
75
75
3. Build and deploy
76
76
77
77
## Customization
@@ -120,7 +120,7 @@ Note: DO NOT overdo it. You can easily make images look bad with lossy compressi
0 commit comments