Skip to content

Commit

Permalink
added favicon, replaced logo with black, set theme to light:only
Browse files Browse the repository at this point in the history
  • Loading branch information
Harold-Anderson committed May 23, 2024
1 parent 1e3373d commit 9644270
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 11 deletions.
Binary file added src/assets/favicons/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 modified src/assets/favicons/favicon.ico
Binary file not shown.
Binary file added src/assets/images/Logo_Black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Logo.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
// import { SITE } from 'astrowind:config';
import { Image } from 'astro:assets';
import ACFOLogo from '../assets/images/Logo_Blue.png'
import ACFOLogo from '../assets/images/Logo_Black.png'
---

Expand Down
15 changes: 6 additions & 9 deletions src/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,13 @@ metadata:
index: true
follow: true
openGraph:
site_name: AstroWind
site_name: Anderson CFO
images:
- url: '~/assets/images/default.png'
width: 1200
height: 628
- url: '~/assets/images/Logo_Blue.png'
width: 1424
height: 419
type: website
twitter:
handle: '@onwidget'
site: '@onwidget'
cardType: summary_large_image


i18n:
language: en
Expand Down Expand Up @@ -69,4 +66,4 @@ analytics:
id: null # or "G-XXXXXXXXXX"

ui:
theme: 'system' # Values: "system" | "light" | "dark" | "light:only" | "dark:only"
theme: 'light:only' # Values: "system" | "light" | "dark" | "light:only" | "dark:only"
2 changes: 1 addition & 1 deletion src/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export const footerData = {
{ ariaLabel: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/onwidget/astrowind' },
],
footNote: `
<img class="w-5 h-5 md:w-6 md:h-6 md:-mt-0.5 bg-cover mr-1.5 rtl:mr-0 rtl:ml-1.5 float-left rtl:float-right rounded-sm" src="https://onwidget.com/favicon/favicon-32x32.png" alt="ACFO logo" loading="lazy"></img>
<img class="w-5 h-5 md:w-6 md:h-6 md:-mt-0.5 bg-cover mr-1.5 rtl:mr-0 rtl:ml-1.5 float-left rtl:float-right rounded-sm" src='https://acfostandardstorage.blob.core.windows.net/artwork/favicon-32x32.png' alt="ACFO logo" loading="lazy"></img>
Made by <a class="text-blue-600 underline dark:text-muted" href="https://acfo.co"> Anderson CFO</a> · All rights reserved.
`,
};

0 comments on commit 9644270

Please sign in to comment.