Merge pull request #43 from lirantal/patch-1

docs: update analytics support and completed tasks
This commit is contained in:
prototypa
2022-10-31 14:09:01 +01:00
committed by GitHub

View File

@ -10,6 +10,7 @@
- ✅ Integration with **Tailwind CSS** ([@astrojs/tailwind](https://docs.astro.build/en/guides/integrations-guide/tailwind/)). - ✅ Integration with **Tailwind CSS** ([@astrojs/tailwind](https://docs.astro.build/en/guides/integrations-guide/tailwind/)).
- ✅ Supports **Dark mode**. - ✅ Supports **Dark mode**.
-**Fast and SEO friendly blog** with automatic **RSS feed** ([@astrojs/rss](https://docs.astro.build/en/guides/rss/)) and [**MDX** support](https://docs.astro.build/en/guides/integrations-guide/mdx/). -**Fast and SEO friendly blog** with automatic **RSS feed** ([@astrojs/rss](https://docs.astro.build/en/guides/rss/)) and [**MDX** support](https://docs.astro.build/en/guides/integrations-guide/mdx/).
-**Analytics** built-in Google Analytics, and Splitbee integration.
-**Image optimization** ([@astrojs/images](https://docs.astro.build/en/guides/integrations-guide/image/)). -**Image optimization** ([@astrojs/images](https://docs.astro.build/en/guides/integrations-guide/image/)).
- ✅ Generation of **project sitemap** based on your routes ([@astrojs/sitemap](https://docs.astro.build/en/guides/integrations-guide/sitemap/)). - ✅ Generation of **project sitemap** based on your routes ([@astrojs/sitemap](https://docs.astro.build/en/guides/integrations-guide/sitemap/)).
-**Open Graph tags** for social media sharing -**Open Graph tags** for social media sharing
@ -204,16 +205,16 @@ Clone this repository on own GitHub account and deploy to Vercel:
## Roadmap ## Roadmap
- *Project*: - *Project*:
- **(DONE)** Reduce the complexity in the components folder and simplify the other folders to make it very easy to use. - Reduce the complexity in the components folder and simplify the other folders to make it very easy to use.
- Create simple and clear strategy to get template updates - Create simple and clear strategy to get template updates
- Move specific configurations to a specialized file - Move specific configurations to a specialized file
- Fix some bugs with prettier - Fix some bugs with prettier
- Make the use of images clean and intuitive - Make the use of images clean and intuitive
- *SEO*: - *SEO*:
- **(DONE)** Add support to easily manage SEO meta-tags (title, description, canonical, social sharing, ...) - Add support to easily manage SEO meta-tags (title, description, canonical, social sharing, ...)
- *Blog*: - *Blog*:
- **(DONE)** Support to Fast and SEO friendly blog - Support to Fast and SEO friendly blog
- **(DONE)** Add support for categories and tags. - Add support for categories and tags.
- Improve blog design - Improve blog design
- Create component or utilities for latest posts - Create component or utilities for latest posts
- Create component or utilities for related posts - Create component or utilities for related posts