Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

blog about project #72

Open
usernameisnotavailablechooseanother opened this issue Oct 5, 2023 · 1 comment
Open

blog about project #72

usernameisnotavailablechooseanother opened this issue Oct 5, 2023 · 1 comment

Comments

@usernameisnotavailablechooseanother
Copy link

usernameisnotavailablechooseanother commented Oct 5, 2023

@NuroDev
is it possible to add a feature that redirects to the blog that i created about a project
for example, in your portfolio these are the projects available
nuro
and lets assume that you have written a blog about crate-template project in your portfolio. is it possible to direct to that blog by clicking the project card post as in the following picture.
click

i have found these code in project.tsx, but i dont know what these do
can anyone help me ?

<List.Item
	actions={[
		...(project.post
			? [
					{
						type: ListActionType.LINK,
						external: true,
						href: project.post,
						icon: 'feather:edit-3',
						label: `Blog post about ${project.name}`,
					} as ListAction,
					]
			: []),

thanks in advance

@sehgalspandan
Copy link

Hi @weareallhumans ,

I think it is possible to link them together by just replacing the title with the link to a respective project by assigning them ids.

This is just my thought, i am not sure that if it will work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants