From 7705f94e8b56ac3f4955412b80f0b38bb09055af Mon Sep 17 00:00:00 2001 From: prototypa <54446028+prototypa@users.noreply.github.com> Date: Fri, 2 Dec 2022 11:33:03 -0500 Subject: [PATCH] Update ROADMAP --- README.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ddc8a69..9aab149 100644 --- a/README.md +++ b/README.md @@ -215,17 +215,19 @@ Clone this repository on own GitHub account and deploy to Vercel: ## Roadmap -- _Project_: - - Create simple and clear strategy to get template updates -- _Blog_: - - Improve blog design - - Create component or utilities for related posts - - Add more _shortcodes_ or _embed_ functions to posts in Markdown: (eg video, tweet...) -- _More widgets_: - - Add more Tailwind components useful for most scenarios (Features, Contact, Call to Actions, Content, FAQs ...) - - Create external library or place with useful Tailwind components -- _More Examples_: Add commonly used example pages (Ex: About, Terms, Services...) -- _Documentation_: Create detailed documentation with best practices and redesign tips +### Base + +- [ ] Improve blog design (More generic design that adapts to more needs). +- [ ] Create component or utilities for related posts. +- [ ] Add more _shortcodes_ or _embed_ functions to posts in Markdown: (eg Video, Tweet...). +- [ ] Add more Tailwind components useful for most scenarios (Features, Contact, Call to Actions, Content, FAQs...) +- [ ] Add commonly used example pages (Ex: About, Terms, Profile, Services...). +- [ ] Create detailed documentation with best practices and redesign tips. + +### Advanced + +- [ ] Create external library or place with useful Tailwind components. +- [ ] Create examples of AstroWind in CodeSanbox or a similar platform that can be easily synchronized with new updates. (Redesign, Integration with React or Svelte components, Use of Tailwind plugins, Connection to headless CMS ...).