Skip to content

Commit b0eec06

Browse files
sarah11918jbrains
andauthored
Adds external resources from Astro monthly blog posts (#360)
* all potentially relevant content from astro blog posts; some started to format * all entries formatted * remove dup tags * Add a "how to use this page" section * Split the Astro Blog Content's Formatted Entries into individual files... (#359) * Fixed some syntax problems in the Astro Blog Content's Formatted Entries. * Fixed a typo in a value in Astro Blog Content Formatted Entries. * Split Astro Blog Content Formatted Entries into individual files. Co-authored-by: sarah11918 <5098874+sarah11918@users.noreply.github.com> * move tips into resources folder and fix broken ones * new formatted entries renamed * deletes public file with raw content * remove vscode setting changes from IDX --------- Co-authored-by: J. B. Rainsberger <me@jbrains.ca>
1 parent 87cae1c commit b0eec06

File tree

139 files changed

+10515
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+10515
-9
lines changed

package-lock.json

Lines changed: 9732 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"tags": ["CSS"],
3+
"title": "How to create an accordion with Tailwind CSS and Alpinejs",
4+
"link": "https://lexingtonthemes.com/tutorials/how-to-create-an-accordion-with-tailwind-css-and-alpinejs/",
5+
"updated": "2024-04-30"
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"tags": ["utilities"],
3+
"title": "Adding search to static Astro sites",
4+
"link": "https://www.thomasledoux.be/blog/search-static-astro-website",
5+
"updated": "2024-06-30"
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"tags": ["3rd-party"],
3+
"title": "Basic analytics with Vercel Postgres - Drizzle - Astro",
4+
"link": "https://www.thomasledoux.be/blog/basic-analytics-vercel-postgres-astro",
5+
"updated": "2024-01-16"
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"tags": ["animation"],
3+
"title": "Animate code blocks",
4+
"link": "https://www.dertimonius.dev/blog/til-27",
5+
"updated": "2024-05-30"
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"tags": ["CSS"],
3+
"title": "How to create animated blog cards with Astrojs and Tailwind CSS",
4+
"link": "https://lexingtonthemes.com/tutorials/how-to-create-animated-blog-cards-with-astrojs-and-tailwind-css/",
5+
"updated": "2024-03-25"
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"tags": ["animation"],
3+
"title": "How to create animated images with TailwindCSS and Astro",
4+
"link": "https://lexingtonthemes.com/tutorials/how-to-create-animated-images-with-tailwind-css-and-astro-js/",
5+
"updated": "2024-02-20"
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"tags": ["utilities"],
3+
"title": "How to Make an Aside Component in Astro",
4+
"link": "https://cosmicthemes.com/blog/astro-aside-component/",
5+
"updated": "2024-06-30"
6+
}

src/content/resources/astro-fetching-youtube-videos-with-rss.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"tags": ["rss"],
2+
"tags": ["RSS"],
33
"title": "Astro Component: Fetching Latest YouTube Videos with RSS",
44
"link": "https://techsquidtv.com/blog/astro-fetching-youtube-videos-with-rss/",
55
"updated": "2024-02-13"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"tags": ["3rd-party"],
3+
"title": "Explore Astro Islands By building a chat app",
4+
"link": "https://getstream.io/blog/chat-astro-islands/",
5+
"updated": "2025-02-03"
6+
}

0 commit comments

Comments
 (0)