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
**Note: This project is always evolving and it's far from being perfect or even done.** I'm always open to suggestions and contributions. Feel free to open an issue or a PR if you have any ideas or suggestions. You can also see the [roadmap](#features--roadmap) for planned features if you want to contribute.
17
17
@@ -58,6 +58,12 @@ Open [http://localhost:3000](http://localhost:3000) in your browser to see the r
58
58
59
59
You can write content in Markdown or MDX. The content is located in `content/` and is organized in folders. The `pages` folder contains the pages. The `posts` folder contains the blogposts. The `projects` folder contains the projects.
60
60
61
+
Editing list pages is done in the `lib` folder.
62
+
63
+
-`/uses` - `lib/uses-data.ts`
64
+
-`/projects` - `lib/projects-data.ts`
65
+
-`/social` - `lib/social-data.ts`
66
+
61
67
### Deployment
62
68
63
69
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.
@@ -78,7 +84,9 @@ The project uses Tailwind colors and @shadcn/ui config. Customize the colors on
78
84
79
85
### Metadata
80
86
81
-
You can change the metadata in `utils/metadata.ts`. This will be used around the site for social links, handles, SEO, and OG.
87
+
You can change the metadata in `utils/metadata.ts`. This will be used around the site for titles, social links, social handles, SEO, etc.
88
+
89
+
You can edit navigation links in `lib/navigation-links.ts`.
0 commit comments