-
-
Notifications
You must be signed in to change notification settings - Fork 726
docs: migrate website to vitepress #2359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
eeb021b
to
70bc52f
Compare
2dd11a9
to
7e531ad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic start!
I still have a lot of reviewing to do, but this felt like enough for now. I'll keep looking over the next few days.
@@ -0,0 +1,5 @@ | |||
export const taskName = 'Task'; | |||
export const taskDescription = | |||
'A fast, cross-platform build tool inspired by Make, designed for modern workflows.'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this officially our new tagline? If so, we should use this everywhere (GitHub/socials etc). Otherwise, this should stay the same as it is today.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't told you, I tried something more engaging
But I am perfectly fine to stay with the current's one (that's why it's stored in the variable, easy to change)
What are your thoughts on it @andreynering and @pd93 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's time for a new headline. It's the perfect time to change as we're migrating the website.
This one looks good, we can still change if we find something even better.
Co-authored-by: Pete Davison <[email protected]>
Co-authored-by: Pete Davison <[email protected]>
FYI: I just created a new website on Netlify to be https://next.taskfile.dev/ and should be live soon. Just need to wait for DNS to propagate. In the meantime it's available on https://next-taskfile.netlify.app/ I configured it to build on this branch ( |
✅ Deploy Preview for next-taskfile ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Badge wasn't working properly on prod for some reason.
Here we go!
This PR migrates the website from Docusaurus to VitePress. I've made a few changes along the way:
taskfile.dev
next.taskfile.dev
There might still be a few issues, i's a big change, so I may have missed something.
The preview won't be available until I change on netlify (but I'll broke current website).
You can test it locally.
Feel free to comment !
TODO :