From 5300da90f2d77f75e40ee9dff69b9259af494a65 Mon Sep 17 00:00:00 2001 From: Emily Date: Wed, 17 Jul 2024 15:11:09 +0200 Subject: [PATCH] change buttons + github action --- landing/components/MainButton.vue | 16 ++++++ landing/components/blog/ArticleWrapper.vue | 2 +- landing/layouts/header.vue | 66 ++++++++++++++++------ landing/pages/blog/presenting-litlyx.vue | 49 ++++++++-------- 4 files changed, 94 insertions(+), 39 deletions(-) create mode 100644 landing/components/MainButton.vue diff --git a/landing/components/MainButton.vue b/landing/components/MainButton.vue new file mode 100644 index 0000000..f719f24 --- /dev/null +++ b/landing/components/MainButton.vue @@ -0,0 +1,16 @@ + + + \ No newline at end of file diff --git a/landing/components/blog/ArticleWrapper.vue b/landing/components/blog/ArticleWrapper.vue index 8d08e75..2a3da44 100644 --- a/landing/components/blog/ArticleWrapper.vue +++ b/landing/components/blog/ArticleWrapper.vue @@ -17,7 +17,7 @@ const blogPost = blogPosts.value.find(e => e.id == id);

{{ blogPost?.title }}

-

+

{{ blogPost?.subtitle }}

diff --git a/landing/layouts/header.vue b/landing/layouts/header.vue index 976ca0d..5048456 100644 --- a/landing/layouts/header.vue +++ b/landing/layouts/header.vue @@ -32,7 +32,7 @@ nuxtApp.hook("page:finish", () => {
-
+
Blog @@ -43,18 +43,39 @@ nuxtApp.hook("page:finish", () => { Docs - + Pricing + + +
+ + + + +
+
+ 210+ +
+
+
- + + + Get started - + + +
@@ -93,8 +114,7 @@ nuxtApp.hook("page:finish", () => {
- +
Blog
@@ -113,13 +133,6 @@ nuxtApp.hook("page:finish", () => {
- - -
GitHub
-
-
-
@@ -133,6 +146,27 @@ nuxtApp.hook("page:finish", () => {
+ + +
+ + + + +
+
+ 210+ +
+
+ Star us on GitHub +
+
+
@@ -185,7 +219,7 @@ nuxtApp.hook("page:finish", () => { Docs Github - Pricing + Pricing
Company
diff --git a/landing/pages/blog/presenting-litlyx.vue b/landing/pages/blog/presenting-litlyx.vue index 8a61662..9703f15 100644 --- a/landing/pages/blog/presenting-litlyx.vue +++ b/landing/pages/blog/presenting-litlyx.vue @@ -16,13 +16,13 @@ useSeoMeta({ ogDescription: () => blogPost?.subtitle, keywords: 'Litlyx blog, analytics insights, real-time analytics, AI-powered analytics, data visualization, performance metrics, KPI tracking, custom events, open-source analytics, business intelligence, data trends, developer insights, analytics updates, data-driven decisions, blog updates, tech news, Litlyx updates, analytics best practices', author: () => blogPost?.author, - ogImage: () => 'https://litlyx.com/blog/posts/' + blogPost?.image, + ogImage: () => 'https://litlyx.com/blog/' + blogPost?.image, ogType: 'website', ogUrl: 'https://litlyx.com/blog', twitterCard: 'summary_large_image', twitterTitle: () => `Litlyx Blog - ${blogPost?.title}`, twitterDescription: () => blogPost?.subtitle, - twitterImage: () => 'https://litlyx.com/blog/posts/' + blogPost?.image, + twitterImage: () => 'https://litlyx.com/blog/' + blogPost?.image, ogSiteName: 'Litlyx', ogLocale: 'en_US', ogImageWidth: '1200', @@ -33,12 +33,12 @@ useSeoMeta({