Skip to content

Commit

Permalink
👍 feat(content): update the daily content
Browse files Browse the repository at this point in the history
  • Loading branch information
nyomansunima committed Dec 12, 2024
1 parent 8952e26 commit 99c4a17
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

## [v1.0.0](https://github.com/nyomansunima/official-site/releases/tag/v1.0.0) - 2023-05-22 03:21:29

\* *This CHANGELOG was automatically generated by [auto-generate-changelog](https://github.com/BobAnkh/auto-generate-changelog)*
\* _This CHANGELOG was automatically generated by [auto-generate-changelog](https://github.com/BobAnkh/auto-generate-changelog)_
2 changes: 1 addition & 1 deletion src/app/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function sitemap(): MetadataRoute.Sitemap {
lastModified: new Date().toISOString(),
},
{
url: `${BASE_URL}/terms`,
url: `${BASE_URL}/resources`,
lastModified: new Date().toISOString(),
},
{
Expand Down
7 changes: 7 additions & 0 deletions src/features/crafts/crafts-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
"publisher": "Projects",
"image": "https://cdn.hashnode.com/res/hashnode/image/upload/v1733478371769/4ec2ddcb-440c-4cbe-b8a1-3e8d457ad8f5.png",
"link": "https://brookcodetheme.vercel.app?ref=nyomansunima"
},
{
"title": "Dev Crates",
"description": "Thousands of developer resources, promos, sponsors, and more",
"publisher": "Projects",
"image": "https://cdn.hashnode.com/res/hashnode/image/upload/v1733929141883/afa49f0c-7a26-496e-8f5d-384021654627.png",
"link": "https://www.devcrates.site?ref=nyomansunima"
}
]
}
5 changes: 3 additions & 2 deletions src/features/home/hero-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ function NewBadge(): React.ReactElement {
<Tooltip>
<TooltipTrigger asChild>
<Link
href={'/crafts'}
href={'https://devcrates.site?ref=nyomansunima'}
target="_blank"
className="flex gap-5 justify-between h-9 px-4 items-center rounded-xl bg-orange-100 text-orange-700 text-xs font-medium border border-orange-200
dark:bg-orange-400/10 dark:text-orange-400 dark:border-orange-200/20 transition-all duration-300 hover:scale-95"
>
<span>New craft: Brook code theme</span>
<span>New craft: Developer Resources</span>
<i className="fi fi-rr-broken-chain-link-wrong" />
</Link>
</TooltipTrigger>
Expand Down
8 changes: 8 additions & 0 deletions src/features/journeys/journeys-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@
"date": "Dec, 8 2024",
"category": "Work",
"url": "https://tryweebo.one"
},
{
"title": "Lauch Dev Crates",
"description": "Craft a better developer resources website with new clean and simple look website concept. Allow the audiences and clients focus on the main goal of the website.",
"date": "Dec, 12 2024",
"category": "Work",
"url": "https://www.devcrates.site?ref=nyomansunima",
"image": "https://cdn.hashnode.com/res/hashnode/image/upload/v1733990991229/49886a53-896d-4b9c-9146-dad03454f1dd.png"
}
]
}
Expand Down

0 comments on commit 99c4a17

Please sign in to comment.