Skip to content

Commit c3b253f

Browse files
committed
astro updates.
1 parent 90131f1 commit c3b253f

File tree

7 files changed

+99
-0
lines changed

7 files changed

+99
-0
lines changed
41.5 KB
Loading
29.3 KB
Loading
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Astro Guides
3+
author: emeraldjava
4+
date: 2024-06-07T12:11:00Z
5+
slug: 2024-06-07-astro-guides.md
6+
tags:
7+
- astro
8+
summary: 'Resources uses for the astro migration'
9+
---
10+
11+
Here are some rules/recommendations, tips & ticks for creating new posts in AstroPaper blog theme.
12+
13+
## Table of contents
14+
15+
## Sites
16+
17+
- https://mckerlie.com/posts/migrating-your-blog-from-hugo-to-astro/
18+
- https://www.shanestillwell.com/migrating-from-hugo-to-astro/
19+
- https://docs.astro.build/en/guides/deploy/github/
20+
- https://config.tips/c/astro/dynamic-astro-site-value/
21+
22+
### ¬TOC
23+
24+
- https://medium.com/@rezahedi/how-to-build-table-of-contents-in-astro-and-sectionize-the-markdown-content-78bee84e6a7f
25+
- https://rezahedi.dev/blog/stunning-embedded-rich-cards-with-the-astro-markdown-plugin-for-github-repositories
26+
- https://github.com/rezahedi/rezahedi.dev
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Astro Zod Templates
3+
author: emeraldjava
4+
date: 2024-06-15T08:11:00Z
5+
slug: 2024-06-15-astro-zod-templates
6+
tags:
7+
- astro
8+
summary: 'Resources uses for the astro migration'
9+
---
10+
11+
Is there value in a base zod schema for astro posts which would allow for easier theme migrations.
12+
13+
At the moment, each theme has it's own zod schema which ties the markdown posts to that schema.
14+
15+
## Table of contents
16+
17+
## Sites
18+
19+
- https://zod.dev/
20+
- https://github.com/nikolovlazar/egghead-personal-blog-astro/blob/lesson-8/src/content/config.ts
21+
- https://github.com/learnwithjason/astro-content-collections/blob/main/src/content/config.ts
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Json Resume
3+
author: emeraldjava
4+
date: 2024-06-16T08:11:00Z
5+
slug: 2024-06-16-jsonresume-theme.md
6+
tags:
7+
- astro
8+
summary: 'Resources uses for the astro migration'
9+
---
10+
11+
Need a theme which meets these criteria
12+
13+
https://github.com/jsonresume/jsonresume.org/issues/36
14+
15+
Error
16+
17+
https://registry.jsonresume.org/thomasdavis?theme=modern
18+
19+
![](.2024-06-16-jsonresume-theme_images/4221b2f2.png)
20+
21+
Works
22+
23+
https://registry.jsonresume.org/thomasdavis?theme=onepage-plus
24+
25+
![](.2024-06-16-jsonresume-theme_images/2bc8968e.png)
26+
27+
https://github.com/vkcelik/jsonresume-theme-onepage-plus
28+
29+
https://registry.jsonresume.org/thomasdavis?theme=engineering
30+
31+
use handlebar template
32+
33+
https://stackoverflow.com/questions/24736938/is-it-possible-to-assign-a-parameter-value-within-handlebars-templates-without-u
34+
https://stackoverflow.com/questions/11523331/passing-variables-through-handlebars-partial
35+
https://docs.conscia.ai/solutions/dx-engine/recipes/handlebars-templates
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Google Analytics
3+
author: emeraldjava
4+
date: 2024-06-22T08:11:00Z
5+
slug: 2024-06-22-Google-Analytics.md
6+
tags:
7+
- astro
8+
summary: 'Upgrade of Google Analytics tags'
9+
---
10+
11+
##
12+
13+
![alt text](2024-06-22-image.png)
14+
15+
https://webreaper.dev/posts/astro-google-tag-manager-ga4/
16+
17+
https://tagmanager.google.com/#/container/accounts/6236586547/containers/188259084/workspaces/2
51.4 KB
Loading

0 commit comments

Comments
 (0)