-13
.eslintignore
-15
.eslintrc.cjs
+23
-9
.gitignore
-1
.npmrc
+1
.nvmrc
-4
.prettierignore
-8
.prettierrc
+1
.vscode/claycow.code-profile
+11
.vscode/launch.json
+53
-23
README.md
+15
astro.config.mjs
-18
jsconfig.json
+6562
-3029
package-lock.json
+22
-28
package.json
public/blog-placeholder.jpg
This is a binary file and will not be displayed.
+9
public/favicon.svg
public/fonts/atkinson-bold.woff
This is a binary file and will not be displayed.
public/fonts/atkinson-regular.woff
This is a binary file and will not be displayed.
-13
src/app.d.ts
-12
src/app.html
+27
src/components/atoms/Button.svelte
+24
src/components/atoms/Link.svelte
+2
src/components/atoms/index.ts
+24
src/components/molecules/ThemeToggle.svelte
+1
src/components/molecules/index.ts
+78
src/components/organisms/BlogPreviewCard.astro
+62
src/components/organisms/Head.astro
+4
src/components/organisms/index.ts
+10
src/consts.ts
+19
src/content.config.ts
+53
src/content/blog/helloworld.mdx
+214
src/content/blog/markdown-style-guide.md
+81
src/layouts/BlogPost.astro
-1
src/lib/index.js
+25
src/pages/blog/[...slug].astro
+57
src/pages/blog/index.astro
+39
src/pages/index.astro
+16
src/pages/rss.xml.js
-72
src/routes/+page.svelte
-101
src/routes/skooma/+page.svelte
+154
src/styles/global.css
+5
src/utils/formatDate.ts
+1
src/utils/index.ts
-1
static/.well-known/discord
static/cow.png
This is a binary file and will not be displayed.
static/explode.mp3
This is a binary file and will not be displayed.
static/explosion.gif
This is a binary file and will not be displayed.
static/favicon.png
This is a binary file and will not be displayed.
static/moo.mp3
This is a binary file and will not be displayed.
static/skooma.mov
This is a binary file and will not be displayed.