diff --git a/.env.example b/.env.example deleted file mode 100644 index 76c52af..0000000 --- a/.env.example +++ /dev/null @@ -1,12 +0,0 @@ -# Optional GitHub token used by /api/github-stats -# Create a classic PAT with minimum scope: public_repo (or no scope for public data fallback) -# Never commit a real token. -GITHUB_TOKEN= - -# Footer social links (buttons are hidden if value is empty) -FOOTER_GITHUB_URL= -FOOTER_LINKEDIN_URL= -FOOTER_EMAIL= - -# Optional Umami analytics (script injected only if set) -UMAMI_WEBSITE_ID= diff --git a/app/components/Comments.vue b/app/components/Comments.vue new file mode 100644 index 0000000..a2cd303 --- /dev/null +++ b/app/components/Comments.vue @@ -0,0 +1,36 @@ + + + + + \ No newline at end of file diff --git a/app/pages/about.vue b/app/pages/about.vue index 74e16c4..d0e991d 100644 --- a/app/pages/about.vue +++ b/app/pages/about.vue @@ -150,6 +150,7 @@ useSeoMeta({ >

{{ t('about.toolLabel') }}

+

{{ tool.name }}

{{ t(tool.noteKey) }}

@@ -170,5 +171,7 @@ useSeoMeta({ + + diff --git a/app/pages/blog/[...slug].vue b/app/pages/blog/[...slug].vue index cae8793..a3a6975 100644 --- a/app/pages/blog/[...slug].vue +++ b/app/pages/blog/[...slug].vue @@ -46,6 +46,8 @@ useSeoMeta({ + +