Skip to content

Commit

Permalink
🚀 set up server (#131)
Browse files Browse the repository at this point in the history
🚀 update sitemap

🎨 clean landing

🔥 ditch github pages
  • Loading branch information
scottnath authored May 20, 2024
1 parent e784cac commit 91e4be2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 53 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/astro.yml

This file was deleted.

2 changes: 1 addition & 1 deletion workspaces/website/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { SITE_TITLE, SITE_SUBTITLE, SITE_DESCRIPTION, SCOTT_SHORT_DESC } from '.
</SiteWide>

<style>
h1 span {
h1 span a {
font-size: 0.7em;
}
section {
Expand Down
6 changes: 3 additions & 3 deletions workspaces/website/src/pages/sitemap.xml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ const sitepages = [
},
{
url: 'https://scottnath.com/whoami',
updatedDate: new Date('2024-05-01'),
updatedDate: new Date('2024-05-20'),
},
{
url: 'https://scottnath.com/resume',
updatedDate: new Date('2024-05-17'),
updatedDate: new Date('2024-05-20'),
},
{
url: 'https://scottnath.com/blahg',
updatedDate: new Date('2024-05-01'),
updatedDate: new Date('2024-05-20'),
}
];

Expand Down

0 comments on commit 91e4be2

Please sign in to comment.