Skip to content

Commit 3c04966

Browse files
committed
initial push
1 parent 1a01616 commit 3c04966

12 files changed

+142
-10
lines changed

opensaas-sh/blog/astro.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ export default defineConfig({
107107
picture: '/matija.jpeg', // Images in the `public` directory are supported.
108108
url: 'https://wasp-lang.dev',
109109
},
110+
milica: {
111+
name: 'Milica',
112+
title: 'Growth @ Wasp',
113+
picture: '/milica.jpg', // Images in the `public` directory are supported.
114+
url: 'https://wasp-lang.dev',
115+
},
110116
},
111117
}),
112118
],

opensaas-sh/blog/package-lock.json

Lines changed: 7 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

opensaas-sh/blog/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"@astrojs/starlight-tailwind": "^2.0.3",
1616
"@astrojs/tailwind": "^5.1.2",
1717
"astro": "^4.16.15",
18+
"prettier": "^3.4.2",
1819
"sharp": "^0.32.5",
1920
"starlight-blog": "^0.15.0",
2021
"typescript": "^5.4.5"
68.4 KB
Loading

opensaas-sh/blog/public/milica.jpg

1.84 MB
Loading
5.67 MB
Binary file not shown.
75.9 KB
Loading
16.6 MB
Binary file not shown.

opensaas-sh/blog/src/content/docs/blog/2023-11-21-coverlettergpt.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: How I Built & Grew CoverLetterGPT to 5,000 Users and $200 MRR
33
date: 2023-11-21
44
tags: ["indiehacker", "saas", "sideproject"]
5+
authors: vince
56
---
67
import { Image } from 'astro:assets';
78

opensaas-sh/blog/src/content/docs/blog/2024-10-10-most-annoying-cookie-banner-contest.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ tags:
77
- sideproject
88
- hackathon
99
hideBannerImage: true
10+
authors: vince
1011
---
1112
import { Image } from 'astro:assets';
1213
import wheel from '@assets/cookie-consent/wheel.gif';

0 commit comments

Comments
 (0)