Skip to content

Commit

Permalink
docs: favicons and logos ⭐
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed Jun 6, 2024
1 parent 2ee9d93 commit cb19b42
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 10 deletions.
14 changes: 7 additions & 7 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ export default defineConfig({
ignoreDeadLinks: false,
outDir: '../dist/docs/',
head: [
// ['link', { rel: 'icon', href: 'favicon/favicon.ico' }],
// ['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: 'favicon/favicon-32x32.png' }],
// ['link', { rel: 'icon', type: 'image/png', sizes: '16x16', href: 'favicon/favicon-16x16.png' }],
// ['link', { rel: 'apple-touch-icon', sizes: '180x180', href: 'favicon/apple-touch-icon.png' }],
// ['link', { rel: 'manifest', href: 'favicon/site.webmanifest' }],
['link', { rel: 'icon', href: 'favicon/favicon.ico' }],
['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: 'favicon/favicon-32x32.png' }],
['link', { rel: 'icon', type: 'image/png', sizes: '16x16', href: 'favicon/favicon-16x16.png' }],
['link', { rel: 'apple-touch-icon', sizes: '180x180', href: 'favicon/apple-touch-icon.png' }],
['link', { rel: 'manifest', href: 'favicon/site.webmanifest' }],
['script', { async: '', src: `https://www.googletagmanager.com/gtag/js?id=${GOOGLE_ANALYTICS_ID}` }],
['script', {}, GOOGLE_ANALYTICS_SCRIPT],
],
Expand All @@ -31,10 +31,10 @@ export default defineConfig({
appearance: 'force-dark',
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
// logo: '/logos/logo-short-no-bg.png',
logo: '/logos/logo-short-no-bg.png',
nav: NAVBAR,
sidebar: SIDEBAR,
// siteTitle: '',
siteTitle: '',
socialLinks: [
//
{ icon: 'github', link: `https://github.com/${REPOSITORY_FULLNAME}#readme` },
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ layout: home
hero:
name: 'Fast Alfred'
tagline: 'Your Alfred friendly framework, for developing Alfred workflows in TypeScript/JavaScript.'
# image:
# src: /logos/logo-full-no-bg.png
# alt: shell-config logo
image:
src: /logos/logo-full-horizontal-no-bg.png
alt: shell-config logo
actions:
- theme: brand
text: Quick Start
Expand Down
Binary file added docs/public/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/favicon/favicon.ico
Binary file not shown.
11 changes: 11 additions & 0 deletions docs/public/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "",
"short_name": "",
"icons": [
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
Binary file added docs/public/logos/logo-full-horizontal-no-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/logos/logo-full-horizontal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/logos/logo-full-vertical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/logos/logo-no-slogan-horizontal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/logos/logo-short-no-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/logos/logo-short-with-slogan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/logos/logo-short.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cb19b42

Please sign in to comment.